Skip to content

feat(ci): roll out failure tracker to all main workflows#8219

Merged
h0lybyte merged 1 commit intodevfrom
trunk/ci-failure-tracker-1773802467
Mar 18, 2026
Merged

feat(ci): roll out failure tracker to all main workflows#8219
h0lybyte merged 1 commit intodevfrom
trunk/ci-failure-tracker-1773802467

Conversation

@h0lybyte
Copy link
Member

Summary

  • Wires utils-ci-failure-tracker into all 11 remaining workflows per the rollout plan in [CI] Roll out failure tracker to all main workflows #8186
  • Normalizes existing ci-docker-smoke-test.yml trackers to use always() + status pass-through (enables auto-close on recovery)
  • Uses consistent pattern across all workflows: if: always(), needs: [job], status: ${{ needs.job.result }}

Rollout coverage

Phase Workflow Jobs tracked
1 - Scheduled ci-docker-smoke-test.yml resolve_digests, smoke_build, create_pr (fixed existing)
1 - Scheduled ci-monday-e2e.yml discover, e2e, summary
1 - Scheduled ci-weekly-nx-report.yml generate
1 - Scheduled ci-security.yml codeql, codeql-rust
2 - Dev/Atom ci-atom.yml run_tests, auto_merge
2 - Dev/Atom ci-dev.yml dev_to_main_pr, dev_docker_mc, validate_pr
3 - Main ci-main.yml globals, call_sync, alter, dispatch_docker, dispatch_publish
4 - Remaining ci-sync.yml sync_dev_with_main, cleanup_orphaned_atomic_branches
4 - Remaining ci-mc-headless-e2e.yml headless-e2e
4 - Remaining transfer-scripts.yml release
4 - Remaining i-label.yml all label jobs (aggregated)

Test plan

  • Verify YAML syntax is valid (validated locally with js-yaml)
  • Confirm tracker jobs appear in workflow run UI after merge
  • Trigger a workflow_dispatch on a scheduled workflow to verify tracker fires

Closes #8186

Wire utils-ci-failure-tracker into all 11 remaining workflows across
four phases: scheduled (docker-smoke-test, monday-e2e, weekly-nx-report,
security), dev/atom pipelines, main release pipeline, and remaining
workflows (sync, mc-headless-e2e, transfer-scripts, i-label).

Normalize existing docker-smoke-test trackers to use always() + status
pass-through pattern so issues auto-close on recovery.
@github-actions
Copy link
Contributor

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
  • ⚠️ 3 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/ci-mc-headless-e2e.yml

PackageVersionLicenseIssue Type
KBVE/kbve/.github/workflows/utils-ci-failure-tracker.ymldevNullUnknown License

.github/workflows/i-label.yml

PackageVersionLicenseIssue Type
KBVE/kbve/.github/workflows/utils-ci-failure-tracker.ymldevNullUnknown License

.github/workflows/transfer-scripts.yml

PackageVersionLicenseIssue Type
KBVE/kbve/.github/workflows/utils-ci-failure-tracker.ymldevNullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
actions/KBVE/kbve/.github/workflows/utils-ci-failure-tracker.yml dev UnknownUnknown
actions/KBVE/kbve/.github/workflows/utils-ci-failure-tracker.yml dev UnknownUnknown
actions/KBVE/kbve/.github/workflows/utils-ci-failure-tracker.yml dev UnknownUnknown

Scanned Files

  • .github/workflows/ci-mc-headless-e2e.yml
  • .github/workflows/i-label.yml
  • .github/workflows/transfer-scripts.yml

@h0lybyte h0lybyte merged commit 283680b into dev Mar 18, 2026
7 checks passed
@h0lybyte h0lybyte deleted the trunk/ci-failure-tracker-1773802467 branch March 18, 2026 03:37
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