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: limit max-parallel to 8 #321

Merged
merged 3 commits into from
Aug 10, 2023
Merged

ci: limit max-parallel to 8 #321

merged 3 commits into from
Aug 10, 2023

Conversation

XavierChanth
Copy link
Member

@XavierChanth XavierChanth commented Aug 10, 2023

closes #313

- What I did

Limited the number of max-parallel runs for end2end tests to 8.

Why:
end2end tests seem to be flaking more often recently, on average, we need to rerun 2 tests each time. i.e. 10/12 consistently pass first-time, so only running 8/12 should be a good balance between completing tests quickly and consistently.

If this doesn't work, then we can try to increase the 4s wait time back to 7.

- How I did it

- How to verify it

- Description for the changelog
ci: limit max-parallel to 8

@XavierChanth XavierChanth requested review from gkc and cpswan August 10, 2023 06:49
@XavierChanth
Copy link
Member Author

CleanShot 2023-08-10 at 14 49 39@2x

The first 8 tests listed in the workflow running, the last 4 are waiting.

@XavierChanth
Copy link
Member Author

Still failed...

@XavierChanth XavierChanth merged commit 6ab53eb into trunk Aug 10, 2023
@XavierChanth XavierChanth deleted the XavierChanth-patch-2 branch August 15, 2023 06:20
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.

Restrict token permissions on end2end_tests workflow
2 participants