Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
35 changes: 0 additions & 35 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1591,37 +1591,6 @@ jobs:
fi
echo "attack 2 refused: the unallowed-extension target never ran"

oci-matrix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: '22.23.2'
cache: npm
- run: npm ci
- name: CDEB evaluator OCI isolation matrix
run: npx vitest run test/cdeb-evaluator-oci-matrix.test.ts

# A guard that does not fail under a mutation does not bind its claimed
# property. This deliberately runs separately from `check`: one Vitest
# process per control is expensive, and a missing or inert control must be
# visible as its own failing job rather than disappearing into the broad
# suite. This ratchet fails only when measurement regresses from the recorded
# baseline: its current gaps are thirteen exclusion-index kinds, one inert
# personal-path scan, and one unavailable exclusion-index control.
guard-mutations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: '22.23.2'
cache: npm
- run: npm ci
- name: CDEB guard mutations bind their claimed properties
run: node scripts/guard-mutations.mjs

# A fan-in so branch protection can require ONE stable context instead of
# twelve, several of which are matrix-interpolated.
#
Expand Down Expand Up @@ -1652,8 +1621,6 @@ jobs:
- install-alpine
- install-script
- install-ps1
- oci-matrix
- guard-mutations
runs-on: ubuntu-latest
steps:
- name: every job this gate fans in from succeeded
Expand All @@ -1666,8 +1633,6 @@ jobs:
install-alpine=${{ needs.install-alpine.result }}
install-script=${{ needs.install-script.result }}
install-ps1=${{ needs.install-ps1.result }}
oci-matrix=${{ needs.oci-matrix.result }}
guard-mutations=${{ needs.guard-mutations.result }}
run: |
set -eu
failed=0
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ node_modules/
# local bench output
bench/results/*.local.jsonl

# Durable CDEB corpus bundles are named and digested by snapshots.json, but
# intentionally stay out of Git because they are large binary evidence.
bench/cdeb/studies/*/corpus/bundles/

.DS_Store

Expand Down
7 changes: 0 additions & 7 deletions bench/cdeb/ACTIVE-STUDY.json

This file was deleted.

89 changes: 0 additions & 89 deletions bench/cdeb/AUTHORIZATION.md

This file was deleted.

Loading
Loading