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: try to fix job timeouts #1056

Merged
merged 2 commits into from
Jun 7, 2023
Merged

CI: try to fix job timeouts #1056

merged 2 commits into from
Jun 7, 2023

Conversation

lmb
Copy link
Collaborator

@lmb lmb commented Jun 7, 2023

CI: use per-job execution time limits

The current Sempahore configuration kills jobs if their waiting
+ executing time exceeds 10 minutes. This is causing problems when multiple
PRs are going through CI at the same time.

Switch to per-job execution time limits instead which do not take waiting
time into account if I understand correctly.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>

CI: remove Coveralls secret

The Coveralls integration never really worked, get rid of it.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>

lmb added 2 commits June 7, 2023 16:54
The Coveralls integration never really worked, get rid of it.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
The current Sempahore configuration kills jobs if their waiting
+ executing time exceeds 10 minutes. This is causing problems when
multiple PRs are going through CI at the same time.

Switch to per-job execution time limits instead which do not take
waiting time into account if I understand correctly.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
@lmb lmb merged commit e150be9 into cilium:master Jun 7, 2023
@lmb lmb deleted the ci-timeouts branch June 7, 2023 15:16
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.

1 participant