From 769e3d3ad9d16f2a8ca256e6de33b0d7de6be8bb Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Sun, 29 Mar 2026 21:53:01 +0200 Subject: [PATCH] ci: disable auto GPU tests on push (manual only, H100 is expensive) Co-Authored-By: Claude Opus 4.6 (1M context) --- infra/k8s/argo/ci-pipeline-template.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infra/k8s/argo/ci-pipeline-template.yaml b/infra/k8s/argo/ci-pipeline-template.yaml index 65d507a42..e8f69f3a5 100644 --- a/infra/k8s/argo/ci-pipeline-template.yaml +++ b/infra/k8s/argo/ci-pipeline-template.yaml @@ -142,10 +142,12 @@ spec: value: "{{workflow.parameters.commit-sha}}" when: "{{tasks.detect-changes.outputs.parameters.needs-infra}} == true" + # GPU tests: manual only (argo submit --from=wftmpl/gpu-test-pipeline). + # Auto-trigger disabled — H100 nodes are expensive, run on demand. - name: gpu-test depends: "detect-changes" template: submit-gpu-test - when: "{{tasks.detect-changes.outputs.parameters.ml-changed}} == true" + when: "false" # ── detect-changes: classify changed files to gate downstream steps ── - name: detect-changes