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

[CI] Investigate why a sleep is needed after adding a runner for it to start accepting jobs #339

Open
anjannath opened this issue Nov 14, 2024 · 0 comments

Comments

@anjannath
Copy link
Collaborator

While working on #282 we found that scheduling a job immediately after adding the self-hosted runner, the runner would not accept the job, this was worked around by adding a sleep to create an artificial delay between adding the runner and submitting the first job for that runner, we should investigate why this delay is needed.

- name: wait for runner to start accepting jobs
run: sleep 120

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

No branches or pull requests

1 participant