Skip to content

fix: keep drift detect report in runner temp - #22

Merged
NocodeMrLi merged 1 commit into
mainfrom
codex/drift-detect-temp-artifact
Sep 19, 2026
Merged

NocodeMrLi merged 1 commit into
mainfrom
codex/drift-detect-temp-artifact

Conversation

@NocodeMrLi

@NocodeMrLi NocodeMrLi commented Sep 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Write the detect job drift report into $RUNNER_TEMP/drift-watch instead of the checkout root.
  • Upload the drift report artifact from the same temp path consumed by the audit job.
  • Add a release-gate regression assertion so the workflow does not drift back to root-level artifacts.

Verification

  • python3 -m unittest tests.test_release_gate.ReleaseHistoryTests.test_drift_audit_workflow_fetches_full_history tests.test_release_gate.ReleaseHistoryTests.test_drift_detect_report_stays_in_runner_temp -q
  • python3 -m unittest discover -s tests -q
  • python3 scripts/validate_suite.py .
  • python3 scripts/check_i18n_readme_structure.py .
  • python3 scripts/scan_sensitive_content.py . --format json
  • git diff --check

@NocodeMrLi
NocodeMrLi merged commit 849945a into main Sep 19, 2026
8 checks passed
@NocodeMrLi
NocodeMrLi deleted the codex/drift-detect-temp-artifact branch September 19, 2026 08:44
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