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: detect flaky tests in ci #4136

Merged
merged 2 commits into from
Dec 17, 2023
Merged

Conversation

BacLuc
Copy link
Contributor

@BacLuc BacLuc commented Nov 18, 2023

Run the e2e tests 10 times on a schedule in the night to detect if they are flaky.
You can also add the label test-flaky-e2e! to run the tests on a PR you think might make the e2e tests flaky.

Related to #4010

@BacLuc BacLuc added the test-flaky-e2e! Add this label to a PR to run e2e tests multiple times label Nov 18, 2023
@manuelmeister manuelmeister requested review from simfeld and manuelmeister and removed request for manuelmeister December 15, 2023 11:40
Copy link
Member

@manuelmeister manuelmeister left a comment

Choose a reason for hiding this comment

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

Reads fine for me. I like the minute mark of the cron ;)

That it can be reused to be run multiple times to detect flaky tests.
@BacLuc BacLuc removed the test-flaky-e2e! Add this label to a PR to run e2e tests multiple times label Dec 17, 2023
@BacLuc BacLuc force-pushed the ci-detect-flaky-tests-in-ci branch 2 times, most recently from 3c3840c to 0bd77b4 Compare December 17, 2023 15:48
With upload-artifacts v4 you cannot re-upload an artifact with the same name.
@BacLuc
Copy link
Contributor Author

BacLuc commented Dec 17, 2023

tested with upload-artifact@v4 here: #4262
with run here: https://github.com/ecamp/ecamp3/actions/runs/7239548011

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.

None yet

3 participants