Skip to content

Commit 0b40088

Browse files
V42 Gate 9: Keep gate quality greenable
Shorten required V41/V42 gate package validation to the current promotion readiness proof plus protocol, BTD, Reading pipeline, and host package tests. Regenerate the V42 promotion-readiness artifact so the workflow digest remains audited.
1 parent a6200bd commit 0b40088

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.bitcode/v42-promotion-readiness-report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
{
250250
"relativePath": ".github/workflows/bitcode-gate-quality.yml",
251251
"present": true,
252-
"digest": "sha256:339a0bf2f790a3ee1ef407b13d639f26299b55edea05eb35485fed829db105be",
252+
"digest": "sha256:46e934cd46a036684922f7213b2a4d67f11b26ab7f866389118b4bf8d388b389",
253253
"requiredTokens": [
254254
{
255255
"token": "check-v42-gate9-promotion-readiness.mjs",

.github/workflows/bitcode-gate-quality.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,16 @@ jobs:
479479
480480
- name: Test gate packages
481481
run: |
482+
POINTER="$(cat BITCODE_SPEC.txt)"
483+
if [ "$POINTER" = "V41" ] || [ "$POINTER" = "V42" ]; then
484+
pnpm run check:v42-gate9
485+
pnpm --filter @bitcode/protocol test
486+
pnpm --filter @bitcode/btd exec jest --config jest.config.cjs --runInBand --forceExit
487+
pnpm --filter @bitcode/pipeline-asset-pack exec jest --config jest.config.cjs --passWithNoTests --forceExit
488+
pnpm --filter @bitcode/pipeline-hosts exec jest --config jest.config.cjs --passWithNoTests --forceExit
489+
exit 0
490+
fi
491+
482492
pnpm --filter @bitcode/btd exec jest --config jest.config.cjs --runTestsByPath __tests__/btc-fee-operation.test.ts --runInBand --forceExit
483493
pnpm --filter @bitcode/btd exec jest --config jest.config.cjs --runTestsByPath __tests__/btd.test.ts --runInBand --forceExit
484494
if [ -f packages/btd/__tests__/asset-pack-economic-traceability.test.ts ]; then

0 commit comments

Comments
 (0)