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

tests(ci): shard all smoke tests #13968

Merged
merged 4 commits into from
May 16, 2022
Merged

tests(ci): shard all smoke tests #13968

merged 4 commits into from
May 16, 2022

Conversation

connorjclark
Copy link
Collaborator

Adds sharding to the FR, bundled and windows smoke tests. This should further reduce the headache of re-running flaky tests, and speed things up a bit.

@@ -105,8 +110,17 @@ jobs:
path: .tmp/smokehouse-ci-failures/

smoke-fr:
strategy:
matrix:
smoke-test-shard: [1, 2, 3]
Copy link
Member

Choose a reason for hiding this comment

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

Three shards for all of these is getting a bit excessive (that list gets realllllly long) since we're not bottle necked on them. Should we use 2 for everything? After #13943 they should still be quite snappy

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

only reason I did 3 was to slightly help the "re run failures because flaky test" use case.

although... maybe we could write to the job cache what smokes failed...then only re-run the failures on retries... same problem, better solution than "split it up more"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants