Skip to content
Snippets Groups Projects
Unverified Commit 25bb0a0d authored by Arran Walker's avatar Arran Walker Committed by Steve Xuereb
Browse files

Support 'canceling' remote job status.

The rails application can send `canceling` status code now for trace patches
and job updates. At the moment we handle it the same by canceling the
job context, but in the future we want to have it run the `after_script`
if we we get the `canceling` status.

`canceling`: Graceful termination of the job, by running the
`after_script`.
`canceled`: Abort the job stop everything and don't run `after_script`.

The running of the `after_script` will be done in !2350

reference gitlab#15603
reference #4843
parent 867e9714
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment