Skip to content

CI - C#/Unity test suite concurrency improvements#3001

Merged
bfops merged 30 commits into
masterfrom
bfops/unity-test-tweaks
Jul 29, 2025
Merged

CI - C#/Unity test suite concurrency improvements#3001
bfops merged 30 commits into
masterfrom
bfops/unity-test-tweaks

Conversation

@bfops
Copy link
Copy Markdown
Collaborator

@bfops bfops commented Jul 29, 2025

Description of Changes

New Unity test suite runs will cancel existing in-progress runs on the same PR or github ref.

I tried to add a global limit of 2 test suites running at the same time, but I did not find a successful way of making this work.

API and ABI breaking changes

None. CI-only change.

Expected complexity level and risk

1

Testing

  • Test suite still runs and succeeds
  • If I push several commits in a row, previous runs get cancelled

@bfops bfops requested a review from jdetter July 29, 2025 17:42
@bfops bfops marked this pull request as ready for review July 29, 2025 18:23
Copy link
Copy Markdown
Contributor

@jdetter jdetter left a comment

Choose a reason for hiding this comment

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

Sounds good, this testsuite doesn't block PRs from merging anyway so cancelling in-progress runs seems fine.

@bfops bfops added this pull request to the merge queue Jul 29, 2025
Merged via the queue into master with commit 679ebe5 Jul 29, 2025
25 checks passed
@bfops bfops deleted the bfops/unity-test-tweaks branch July 30, 2025 17:19
mamcx pushed a commit that referenced this pull request Aug 26, 2025
# Description of Changes

New Unity test suite runs will cancel existing in-progress runs on the
same PR or github ref.

I tried to add a global limit of 2 test suites running at the same time,
but I did not find a successful way of making this work.

# API and ABI breaking changes

None. CI-only change.

# Expected complexity level and risk

1

# Testing
- [x] Test suite still runs and succeeds
- [x] If I push several commits in a row, previous runs get cancelled

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
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