Skip to content

Enable feature cancel_gracefully

Arran Walker requested to merge ajwalker/support-cancel_gracefully into main

What does this MR do?

Signals to GitLab that this Runner supports the cancel_gracefully feature.

Why was this MR needed?

The functionality for this was added in !4578 (merged). We just need to tell GitLab about it.

What's the best way to test this MR?

Manual QA: Clicking Cancel in a job should now gracefully cancel providing the job is currently within the main script section of its execution.

What are the relevant issue numbers?

Closes gitlab#443345 (moved)

Merge request reports