Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Fix a race condition when downloading pupernetes #142

Merged
merged 1 commit into from
Aug 7, 2020
Merged

Conversation

L3n41c
Copy link
Member

@L3n41c L3n41c commented Aug 6, 2020

What does this PR do?

Fix a race condition when downloading pupernetes

Motivation

It happens that from time to time, we see failures likes this:

 waiting for pupernetes binary to be in PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/bin ...
 + sudo -kE pupernetes wait --unit-to-watch pupernetes.service --logging-since 2h --wait-timeout 20m
 sudo: pupernetes: command not found
 + sleep 10
 + sudo -kE pupernetes wait --unit-to-watch pupernetes.service --logging-since 2h --wait-timeout 20m
 sudo: pupernetes: command not found
 + exit 1
Running after_script
00:01
Uploading artifacts for failed job
00:01
 ERROR: Job failed: exit code 1

Additional Notes

Anything else we should know when reviewing?

@L3n41c L3n41c requested a review from vboulineau August 7, 2020 08:14
@L3n41c L3n41c mentioned this pull request Aug 7, 2020
@L3n41c L3n41c merged commit 7b3811a into master Aug 7, 2020
@L3n41c L3n41c deleted the lenaic/fix_race branch August 7, 2020 11:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants