-
Notifications
You must be signed in to change notification settings - Fork 176
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
[v7r3] Introduce job status 'Scouting' in WMS #7118
[v7r3] Introduce job status 'Scouting' in WMS #7118
Conversation
I am not really in vein of fixing the tests in v7r3 which is close to be deprecated. Merging as the PR is simple enough. |
Sweep summary Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/5657587905 Successful:
|
STAGING: State(3, [CHECKING, WAITING, FAILED, KILLED], defState=STAGING), | ||
CHECKING: State(2, [STAGING, WAITING, RESCHEDULED, FAILED, DELETED], defState=CHECKING), | ||
RECEIVED: State(1, [CHECKING, WAITING, FAILED, DELETED], defState=RECEIVED), | ||
STAGING: State(3, [WAITING, FAILED, KILLED], defState=STAGING), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for that, I copy-pasted from our own patch in the server! I will fix it ASAP.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Scout jobs are a small subset of the primary jobs that run first, and the rest are executed only when scouting is done. Main jobs get the status ‘Scouting’ while waiting for the execution of the subset. This pull request defines the state “Scouting” at JOB_STATES and enables the transitions. Closes #7083
BEGINRELEASENOTES
*WorkloadManagement
NEW: Introducing 'Scouting' status in job state transitions
ENDRELEASENOTES