save checkpoint. addition features and their state. check some ofthem
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user