Skip to content

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

Merged
merged 3 commits into from
Sep 16, 2024
Merged

chore(ci): retry flaky tasks #3697

merged 3 commits into from
Sep 16, 2024

Conversation

millotp
Copy link
Collaborator

@millotp millotp commented Sep 12, 2024

🧭 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.

@millotp millotp self-assigned this Sep 12, 2024
@millotp millotp requested a review from a team as a code owner September 12, 2024 09:53
@algolia-bot
Copy link
Collaborator

algolia-bot commented Sep 12, 2024

No code generated

If you believe code should've been generated, please, report the issue.

📊 Benchmark results

Benchmarks performed on the method using a mock server, the results might not reflect the real-world performance.

Language Req/s
javascript 1757
php 1517
csharp 1203
python 1038
java 909
ruby 875
swift 772
go 573

@@ -430,13 +430,14 @@ jobs:
type: minimal
language: kotlin

- name: remove previous build from linux
Copy link
Collaborator Author

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omgwtf

Copy link
Collaborator Author

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

Copy link
Member

@shortcuts shortcuts left a 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

@millotp millotp enabled auto-merge (squash) September 16, 2024 09:46
@millotp millotp merged commit 1033d8f into main Sep 16, 2024
28 checks passed
@millotp millotp deleted the chore/retry-flaky branch September 16, 2024 09:51
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.

3 participants