checkpoints.yaml yaml
28 lines 579 B
Raw
sha256:8d7f41aafae41deee70035a92f93602ef1722a290153597451e5932af503a42c docs: queue board-identity follow-ups so they survive the session Human 5 days 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:8d7f41aafae41deee70035a92f93602ef1722a290153597451e5932af503a42c docs: queue board-identity follow-ups so they survive the session Human 5 days ago