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

Add concurrency limit to smoke tests #417

Merged
merged 3 commits into from
Mar 2, 2022
Merged

Conversation

0x2b3bfa0
Copy link
Member

@0x2b3bfa0 0x2b3bfa0 commented Mar 1, 2022

This pull request enables automatic smoke tests on internal pull requests, and limits concurrency to 1.

  • Pushing a new commit to a pull request when tests are running will cancel the current run and and start a new one.
  • Pushing a new commit to a pull request when tests are running in another pull request will just queue the tests.

@0x2b3bfa0 0x2b3bfa0 requested a review from casperdcl March 1, 2022 23:49
@0x2b3bfa0 0x2b3bfa0 self-assigned this Mar 1, 2022
@0x2b3bfa0 0x2b3bfa0 added testing Unit tests & debugging p2-nice-to-have Low priority labels Mar 1, 2022
@casperdcl casperdcl merged commit 20f3d82 into master Mar 2, 2022
@casperdcl casperdcl deleted the add-concurrency-key branch March 2, 2022 00:26
@casperdcl
Copy link
Contributor

Love it. One has to wonder why we didn't have this since April last year

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2-nice-to-have Low priority testing Unit tests & debugging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants