Skip to content

Commit eb0fb8c

Browse files
V39 Canonical Promotion: Bound promotion workflow runtime
Add a promotion-job timeout and force-exit the uapi Jest promotion list so V39 promotion validation cannot remain indefinitely pending after tests complete. Validation: git diff --check; pnpm --dir uapi exec jest --help includes --forceExit.
1 parent d6ca12c commit eb0fb8c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/v39-canon-promotion.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
)
3333
}}
3434
runs-on: ubuntu-latest
35+
timeout-minutes: 30
3536

3637
steps:
3738
- name: Checkout version branch
@@ -132,7 +133,8 @@ jobs:
132133
tests/conversationTelemetryProofPanel.test.tsx \
133134
tests/api/conversationRehearsal.test.ts \
134135
tests/conversationRehearsalPanel.test.tsx \
135-
--runInBand
136+
--runInBand \
137+
--forceExit
136138
git diff --check
137139
138140
- name: Promote V39 canon files

0 commit comments

Comments
 (0)