Skip to content

Commit 4e654bd

Browse files
ci(phase-validation): re-enable blocking gate now that PHASE_CRITERIA is fixed (closes #7496)
Removes the two `continue-on-error: true` guards added in #7475 as a temporary workaround while PHASE_CRITERIA referenced stale pre-reorg paths. The criteria now point to `autobot-backend/`, `autobot_shared/`, etc., and score 100% in ci-mode; the gate can safely block again. Co-Authored-By: Paperclip <noreply@paperclip.ing>
1 parent e783b0b commit 4e654bd

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/phase_validation.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@ jobs:
126126
python3 autobot-infrastructure/shared/scripts/validation_dashboard_generator.py --ci-mode > validation_dashboard.html || echo "Dashboard generation failed"
127127
128128
- name: Phase Validation Gate
129-
# Non-blocking until #7496 rewrites the legacy PHASE_CRITERIA paths
130-
# (`src/`, `backend/`, `main.py`, …) to match the current
131-
# `autobot-backend/` / `autobot-frontend/` reorganisation. The gate
132-
# currently scores ~22% against stale criteria; gating on it would
133-
# block every merge for reasons unrelated to the change under review.
134-
continue-on-error: true
135129
shell: bash
136130
run: |
137131
set -euo pipefail
@@ -241,8 +235,6 @@ jobs:
241235
name: phase-validation-reports
242236

243237
- name: Integration readiness check
244-
# Non-blocking until #7496 — same reason as Phase Validation Gate.
245-
continue-on-error: true
246238
shell: bash
247239
run: |
248240
set -euo pipefail

0 commit comments

Comments
 (0)