Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[POC] Add a cause field to JobPreemptedEvent #3881

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 16, 2024

  1. [POC] Add a cause field to JobPreemptedEvent

    This will now be populated with a cause for the job to be preempted
    
    Allowing you to distinguish:
     - If this Preemption was caused by API request
     - If this Preemption was caused by Fair share preemption - and the preempting job id
     - If this Preemption was caused by Urgency based preemption - and the preempting job id(s)
       - We cannot always narrow this down to a single job, so it will be a comma separated list of job ids
    
    Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
    JamesMurkin committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a31633f View commit details
    Browse the repository at this point in the history
  2. Proto changes

    Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
    JamesMurkin committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1c751ba View commit details
    Browse the repository at this point in the history
  3. Remove changes to loadtest.go

    Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
    JamesMurkin committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b11975f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Fix proto

    Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
    JamesMurkin committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7365369 View commit details
    Browse the repository at this point in the history
  2. Fix proto

    Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
    JamesMurkin committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e4b1876 View commit details
    Browse the repository at this point in the history
  3. Fix proto

    Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>
    JamesMurkin committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    93a2f39 View commit details
    Browse the repository at this point in the history