-
Notifications
You must be signed in to change notification settings - Fork 21
chore(ci): retry flaky tasks #3697
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
Conversation
No code generatedIf you believe code should've been generated, please, report the issue. 📊 Benchmark resultsBenchmarks performed on the method using a mock server, the results might not reflect the real-world performance.
|
@@ -430,13 +430,14 @@ jobs: | |||
type: minimal | |||
language: kotlin | |||
|
|||
- name: remove previous build from linux |
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.
this didn't help
@@ -622,7 +630,7 @@ jobs: | |||
|
|||
push_and_release: | |||
runs-on: ubuntu-22.04 | |||
timeout-minutes: 15 | |||
timeout-minutes: 30 |
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.
omgwtf
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.
kotlin is taking 12 min to deploy and often fails, so weed need 30 min when it retries
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.
gg nothing to add
🧭 What and Why
Some jobs on the CI fails a lot, for different reasons, we can add a bit of retry for the 2 macOS jobs, and for the release because maven is often down, or kotlin has a weird failure.