checkpoints.yaml
yaml
sha256:c07f2f34a0db9f43fe866f157d1935322008545ff8940c06c7c921eb219c55ab
NXP-b DONE: independent BV-r2 pass + ISR (SD-17)
Human
minor
⚠ breaking
18 hours ago
| 1 | version: 1 |
| 2 | placeholder_tokens: |
| 3 | - PLACEHOLDER_TOKEN |
| 4 | |
| 5 | steps: |
| 6 | alpha: |
| 7 | verify_script: scripts/verify/verify_alpha.py |
| 8 | description: first fixture step |
| 9 | beta: |
| 10 | verify_script: scripts/verify/verify_beta.py |
| 11 | description: second fixture step with artifact hash |
| 12 | gamma: |
| 13 | verify_script: scripts/verify/verify_gamma_fail.py |
| 14 | description: failing fixture step |
| 15 | |
| 16 | templates: |
| 17 | two_step: |
| 18 | steps: [alpha, beta] |
| 19 | three_step: |
| 20 | steps: [alpha, beta, gamma] |
| 21 | broken_unused: |
| 22 | steps: [missing_step] |
| 23 | |
| 24 | overrides: |
| 25 | default: |
| 26 | domain: fixture |
| 27 | two_step: |
| 28 | slug: demo |
File History
1 commit
sha256:c07f2f34a0db9f43fe866f157d1935322008545ff8940c06c7c921eb219c55ab
NXP-b DONE: independent BV-r2 pass + ISR (SD-17)
Human
minor
⚠
18 hours ago