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

update runner version to 2.313.0 #181

Merged
merged 1 commit into from
Feb 9, 2024
Merged

update runner version to 2.313.0 #181

merged 1 commit into from
Feb 9, 2024

Conversation

yokaze
Copy link
Contributor

@yokaze yokaze commented Feb 8, 2024

This PR updates RUNNER_VERSION to 2.313.0 and changes some test content.

The modified tests originally checked DeletionTime to be nil, it is indeed true immediate after the job fails.
However, the controller eventually finds the pods being in failed state, and updates the field with a non-nil value.
Therefore testing the field against nil is flaky: it is better to use Eventually and check it being non-nil.

Signed-off-by: Daichi Sakaue daichi-sakaue@cybozu.co.jp

@yokaze yokaze self-assigned this Feb 8, 2024
@yokaze yokaze force-pushed the update-runner-version branch from c4779c7 to 2e2faa5 Compare February 8, 2024 08:58
Signed-off-by: Daichi Sakaue <daichi-sakaue@cybozu.co.jp>
@yokaze yokaze force-pushed the update-runner-version branch from 2e2faa5 to 37fe960 Compare February 8, 2024 09:21
@yokaze yokaze marked this pull request as ready for review February 8, 2024 09:35
@yokaze yokaze requested a review from masa213f February 8, 2024 09:43
Copy link
Contributor

@masa213f masa213f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yokaze yokaze merged commit f5e9759 into main Feb 9, 2024
4 checks passed
@yokaze yokaze deleted the update-runner-version branch February 9, 2024 01:30
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.

2 participants