Skip to content

ci: add global concurrency group for E2E tests#789

Draft
vdusek wants to merge 3 commits intomasterfrom
ci/e2e-tests-global-concurrency
Draft

ci: add global concurrency group for E2E tests#789
vdusek wants to merge 3 commits intomasterfrom
ci/e2e-tests-global-concurrency

Conversation

@vdusek
Copy link
Contributor

@vdusek vdusek commented Feb 13, 2026

Summary

  • Add a concurrency group (e2e-tests) to the E2E test job to ensure only one E2E job runs at a time across all workflow runs (PRs, master pushes, manual dispatches), not just within a single workflow run
  • Increase max-parallel from 1 to 2 — combined with 16 pytest workers and the global concurrency group, this is a compromise between stability and performance
  • Previously, max-parallel: 1 only serialized matrix jobs within a single workflow run, so concurrent workflow runs could exceed the platform's resource limits

Relates to #785

Test plan

  • Verify E2E tests pass on this PR
  • Trigger two workflow runs concurrently and confirm only one E2E job runs at a time (the other waits)

🤖 Generated with Claude Code

Add a concurrency group to ensure only one E2E test job runs at a time
across all workflow runs (PRs, master pushes, manual dispatches).
Previously, max-parallel only limited parallelism within a single
workflow run, so concurrent workflow runs could exceed the platform's
resource limits. Also increase max-parallel to 2 as a compromise between
stability and performance.

Relates to #785

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added this to the 134th sprint - Tooling team milestone Feb 13, 2026
@github-actions github-actions bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Feb 13, 2026
@codecov
Copy link

codecov bot commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.09%. Comparing base (596821b) to head (2f7b922).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #789      +/-   ##
==========================================
+ Coverage   82.06%   82.09%   +0.03%     
==========================================
  Files          46       46              
  Lines        2698     2698              
==========================================
+ Hits         2214     2215       +1     
+ Misses        484      483       -1     
Flag Coverage Δ
e2e 43.47% <ø> (ø)
integration 55.67% <ø> (ø)
unit 68.01% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek added the adhoc Ad-hoc unplanned task added during the sprint. label Feb 13, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vdusek vdusek force-pushed the ci/e2e-tests-global-concurrency branch from c974aaa to 2f7b922 Compare February 13, 2026 18:07
@vdusek vdusek marked this pull request as draft February 13, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant