Skip to content

eval: (fix) Avoid race condition in fix-image-pull task#579

Merged
droot merged 1 commit into
GoogleCloudPlatform:mainfrom
noahlwest:fix-image-pull
Oct 16, 2025
Merged

eval: (fix) Avoid race condition in fix-image-pull task#579
droot merged 1 commit into
GoogleCloudPlatform:mainfrom
noahlwest:fix-image-pull

Conversation

@noahlwest
Copy link
Copy Markdown
Collaborator

Checking for pods causes flakes due to a race condition; we can end up waiting for the terminating pod, timing out, and failing the task. Now, we wait until the deployment is available and check only the running pod, which should avoid the race condition.

@droot droot merged commit f2d17ef into GoogleCloudPlatform:main Oct 16, 2025
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.

2 participants