Commit f624e3b
fix: verifier pipefail crash, k8s false-pass guard, sg_only clone manifests
P1: Wrap grep|wc pipelines with (grep ... || true) in all 13 new
refactor verifiers to prevent crash under set -euo pipefail when
grep finds no matches (exit 1).
P0: Add commit-count threshold guard (>5) in k8s-score-normalizer
verifier to prevent false pass when image checkout is ahead of
origin/master (22 release-branch commits counted as agent work).
P2: Add clone manifests to all 23 new sg_only Dockerfiles so
sgonly_verifier_wrapper can clone the mirror repo at verify time
instead of running against an empty workspace.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 11cb88a commit f624e3b
File tree
37 files changed
+116
-64
lines changed- benchmarks
- ccb_feature
- cilium-policy-audit-logger-feat-001/environment
- cilium-policy-quota-feat-001/environment
- curl-http3-priority-feat-001/environment
- django-rate-limit-middleware-feat-001/environment
- envoy-custom-header-filter-feat-001/environment
- numpy-rolling-median-feat-001/environment
- pandas-merge-asof-indicator-feat-001/environment
- prometheus-silence-bulk-api-feat-001/environment
- pytorch-gradient-noise-feat-001/environment
- terraform-compact-diff-fmt-feat-001/environment
- ccb_refactor
- cilium-endpoint-manager-refac-001
- environment
- tests
- curl-multi-process-refac-001
- environment
- tests
- django-request-factory-refac-001
- environment
- tests
- envoy-listener-manager-refac-001
- environment
- tests
- etcd-raft-storage-refac-001
- environment
- tests
- istio-discovery-server-refac-001
- environment
- tests
- k8s-score-normalizer-refac-001/tests
- kubernetes-scheduler-profile-refac-001
- environment
- tests
- numpy-array-dispatch-refac-001
- environment
- tests
- pandas-index-engine-refac-001
- environment
- tests
- prometheus-query-engine-refac-001
- environment
- tests
- pytorch-optimizer-foreach-refac-001
- environment
- tests
- scikit-learn-estimator-tags-refac-001
- environment
- tests
- terraform-eval-context-refac-001
- environment
- tests
37 files changed
+116
-64
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments