feat(ci): add Monday e2e full-sweep scheduled workflow#7973
Merged
Conversation
Weekly full-sweep e2e regression test running every Monday at 06:00 UTC. Job 1 (discover): dynamically finds all Nx projects with an e2e target and builds a JSON matrix with per-project runner assignments — Docker-heavy tests (axum-kbve-e2e, mc-e2e, edge-e2e) go to arc-runner-set, lighter Playwright/vitest tests stay on ubuntu-latest. Job 2 (e2e): fans out via the docker-test-app reusable workflow, one runner per project, fail-fast disabled so all projects run independently. Job 3 (summary): collects test markers and writes a pass/fail table to the GitHub Actions step summary. Also supports workflow_dispatch for on-demand full e2e runs.
Contributor
Dependency ReviewThe following issues were found:
License Issues.github/workflows/ci-monday-e2e.yml
OpenSSF Scorecard
Scanned Files
|
Pin all third-party actions to commit SHAs for supply chain security: - actions/checkout@v6 → de0fac2e - actions/setup-node@v6 → 53b83947 - pnpm/action-setup@v4 → fc06bc12 - actions/download-artifact@v8 → 3e5f45b2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ci-monday-e2e.yml) that runs all e2e tests across the monorepoworkflow_dispatche2etarget, builds a JSON matrix with per-project runner assignmentsdocker-test-app.ymlreusable workflow, one isolated runner per projectRunner assignments
arc-runner-setubuntu-latestComplements existing CI
Test plan
js-yaml)workflow_dispatchafter merge to verify discovery + fan-out