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

Support new job status 'canceling' #723

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

OskiKervinen-MF
Copy link
Contributor

A GitLab job can now be in the state "canceling".
See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/140522.

Without this change, reading jobs in this state produces the error "Requested value 'canceling' was not found.".

Fixes: #722

@OskiKervinen-MF OskiKervinen-MF requested a review from a team as a code owner July 18, 2024 10:17
@OskiKervinen-MF OskiKervinen-MF requested review from louis-z and removed request for a team July 18, 2024 10:17
@Toa741 Toa741 merged commit 21fbeca into ubisoft:main Jul 18, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

During deserialization of pipeline the status "canceling" is not known and an error occurs.
2 participants