-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
refactor: simplify ci scripts #5430
Conversation
no need to su before start
82229cf
to
709655d
Compare
WAIT_TIME="$1" | ||
shift | ||
CMD="$*" | ||
while true; do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can bash timeout
help here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's a command which may not exist in e.g. macos?
also here the probes don't really take a long time, but it's sleep.
and timeout
can not be used on bash functions, only commands
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
709655d
to
f1262e0
Compare
squashed fixes. |
No description provided.