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

Separate online smoke tests from main CI #120

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

cpu
Copy link
Member

@cpu cpu commented Jul 30, 2024

These tests communicate with 3rd party servers that are outside of our control, and are prone to occasionally flaking.

Instead of running these tests by default this branch marks them as ignored. A new separate, schedule workflow is added to CI that invokes cargo test with the required argument to run the otherwise-ignored smoke tests.

cpu added 2 commits July 30, 2024 15:51
These tests communicate with 3rd party servers that are outside of our
control, and are prone to occasionally flaking.

Instead of running these tests by default this commit marks them as
ignored. We can opt-in to running them with `cargo test ... --
--ignored`.
This workflow is separate from the main workflow and runs the
`--ignored` smoke tests that rely on (often flaky) 3rd party servers.

We run this CI workflow on a daily schedule, or on-demand with
a trigger, separate from the main workflow.
@cpu cpu self-assigned this Jul 30, 2024
@cpu
Copy link
Member Author

cpu commented Jul 30, 2024

Merging with one review since this is pretty boring test shuffling.

@cpu cpu added this pull request to the merge queue Jul 30, 2024
Merged via the queue into rustls:main with commit 85a2d7a Jul 30, 2024
14 checks passed
@cpu cpu deleted the cpu-separate-smoketests branch July 30, 2024 21:11
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.

2 participants