save checkpoint. addition features and their state. check some ofthem

This commit is contained in:
master
2026-02-10 07:54:44 +02:00
parent 4bdc298ec1
commit 5593212b41
211 changed files with 10248 additions and 1208 deletions

View File

@@ -91,6 +91,18 @@ jobs:
echo "stellaops-ci:local built successfully"
docker image ls stellaops-ci:local
repro-bundle-policy:
name: Repro bundle policy checks
runs-on: ubuntu-latest
needs: validate-scaffolding
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Verify repro-bundle fail-closed policy
run: |
bash devops/tools/verify-repro-bundle-policy.sh
dry-run-smoke:
name: Dry-run smoke test
runs-on: ubuntu-latest