You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
standalone aicr evidence publish — only the inline validate-time push runs in UAT (spec.validate.evidence → tests/uat/aws/run:132-141); the standalone verb runs only in demos/evidence-demo.sh:256.
A second bundle deployer beyond helmfile — every UAT config hardcodes deployer: helmfile (tests/uat/*/tests/h100-*-config.yaml); argocd/argocd-helm/flux are only structure-tested off-cluster in tests/chainsaw/cli/bundle-*. KWOK already deploys all 6 deployers (kwok/scripts/validate-scheduling.sh) — cheap place to get non-helmfile deploy coverage with a CTRF wrapper.
snapshot structured-result wrapper — wrap the existing real-cluster snapshot outcome into a CTRF/JUnit record.
Each new invocation should emit a CTRF/JUnit-shaped result. No GPU-dependent required merge gate.
Split out of #1277 (DC4), which is closed — this is standalone CLI-coverage work, not part of the DC/dynamic-clusters epic (#1264).
Already covered (no work)
aicr evidence verify— UATphase_verifyon all 3 clouds, JSON result + exit asserted (tests/uat/aws/run:733).aicr snapshot— UATphase_prep(tests/uat/aws/run:150) + CUJ chainsaw suites (functional; see gap fix: use workflow_run for PR coverage comments on fork PRs #5 for the result wrapper).aicr validate— already emits CTRF JSON (dry-run.json,report.json), proven byassert-validate-*.yaml.Gaps to close
aicr query— zero coverage intests/uat,tests/chainsaw,tests/e2e; onlydemos/query.md.aicr diff— completely unexercised anywhere. Highest gap.aicr evidence publish— only the inline validate-time push runs in UAT (spec.validate.evidence→tests/uat/aws/run:132-141); the standalone verb runs only indemos/evidence-demo.sh:256.helmfile— every UAT config hardcodesdeployer: helmfile(tests/uat/*/tests/h100-*-config.yaml); argocd/argocd-helm/flux are only structure-tested off-cluster intests/chainsaw/cli/bundle-*. KWOK already deploys all 6 deployers (kwok/scripts/validate-scheduling.sh) — cheap place to get non-helmfile deploy coverage with a CTRF wrapper.snapshotstructured-result wrapper — wrap the existing real-cluster snapshot outcome into a CTRF/JUnit record.Each new invocation should emit a CTRF/JUnit-shaped result. No GPU-dependent required merge gate.