From 11d228d67b0059540fab1ace8df00c3e208a6e2b Mon Sep 17 00:00:00 2001 From: James Reilly Date: Fri, 29 May 2026 20:48:10 +0100 Subject: [PATCH] fix(argo): update stack annotation from qecore-headless to qecore The correct PyPI package name is 'qecore', not 'qecore-headless'. The binary installed by the qecore package is called qecore-headless, but the stack annotation should reference the canonical package name. Closes #160 --- argo/workflow-templates/run-gnome-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argo/workflow-templates/run-gnome-tests.yaml b/argo/workflow-templates/run-gnome-tests.yaml index 070a047..0ac04ab 100644 --- a/argo/workflow-templates/run-gnome-tests.yaml +++ b/argo/workflow-templates/run-gnome-tests.yaml @@ -4,7 +4,7 @@ metadata: name: run-gnome-tests namespace: argo annotations: - bluefin.io/stack: "qecore-headless + behave + dogtail + gnome-ponytail-daemon" + bluefin.io/stack: "qecore + behave + dogtail + gnome-ponytail-daemon" spec: serviceAccountName: argo templates: