Skip to content

feat(ci): add Monday e2e full-sweep scheduled workflow#7973

Merged
h0lybyte merged 2 commits intodevfrom
trunk/monday-e2e-1773525186
Mar 14, 2026
Merged

feat(ci): add Monday e2e full-sweep scheduled workflow#7973
h0lybyte merged 2 commits intodevfrom
trunk/monday-e2e-1773525186

Conversation

@h0lybyte
Copy link
Member

Summary

  • Adds a weekly Monday e2e workflow (ci-monday-e2e.yml) that runs all e2e tests across the monorepo
  • Scheduled every Monday at 06:00 UTC, also triggerable via workflow_dispatch
  • 3-job architecture:
    1. Discover — dynamically finds all Nx projects with an e2e target, builds a JSON matrix with per-project runner assignments
    2. E2E — fans out via docker-test-app.yml reusable workflow, one isolated runner per project
    3. Summary — collects pass/fail markers and writes a results table to GitHub Actions step summary

Runner assignments

Runner Projects
arc-runner-set axum-kbve-e2e, mc-e2e, edge-e2e (Docker-heavy, need more resources)
ubuntu-latest All Playwright and vitest-only projects

Complements existing CI

Workflow Schedule Scope
Monday E2E (new) Mon 6am UTC Full sweep — all e2e projects
Docker Smoke Test Sun 4am UTC Docker image builds only
CodeQL Security Mon 6:30am UTC Static analysis
ci-main / ci-dev On push/PR Affected projects only

Test plan

  • YAML validates (js-yaml)
  • Lint-staged passes
  • Trigger via workflow_dispatch after merge to verify discovery + fan-out

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.
@github-actions
Copy link
Contributor

github-actions bot commented Mar 14, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/ci-monday-e2e.yml

PackageVersionLicenseIssue Type
KBVE/kbve/.github/workflows/docker-test-app.ymldevNullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
actions/KBVE/kbve/.github/workflows/docker-test-app.yml dev UnknownUnknown
actions/actions/checkout de0fac2e4500dabe0009e67214ff5f5447ce83dd 🟢 5.9
Details
CheckScoreReason
Maintained⚠️ 23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Security-Policy🟢 9security policy file detected
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
SAST🟢 8SAST tool detected but not run on all commits
actions/actions/download-artifact 3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c 🟢 6.2
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST🟢 10SAST tool is run on all commits
actions/actions/setup-node 53b83947a5a98c8d113130e565377fae1a50d02f 🟢 6.1
Details
CheckScoreReason
Maintained🟢 1012 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Binary-Artifacts🟢 9binaries present in source code
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
Branch-Protection⚠️ 1branch protection is not maximal on development and all release branches
SAST🟢 9SAST tool is not run on all commits -- score normalized to 9
actions/pnpm/action-setup fc06bc1257f339d1d5d8b3a19a8cae5388b55320 🟢 5
Details
CheckScoreReason
Maintained🟢 33 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review🟢 7Found 23/30 approved changesets -- score normalized to 7
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies🟢 10all dependencies are pinned
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • .github/workflows/ci-monday-e2e.yml

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
@h0lybyte h0lybyte merged commit 5ce81c6 into dev Mar 14, 2026
5 checks passed
@h0lybyte h0lybyte deleted the trunk/monday-e2e-1773525186 branch March 14, 2026 22:40
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.

1 participant