From 8c566cd9dabc8e74f527f82585fecb7613e742ac Mon Sep 17 00:00:00 2001 From: Christian Bianchi Date: Wed, 11 Oct 2023 14:26:03 +0200 Subject: [PATCH] Run sonobuoy plugin directly, not using sonobuoy runner. --- tekton/tasks/e2e.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tekton/tasks/e2e.yaml b/tekton/tasks/e2e.yaml index 7efaeea2..fb137a12 100644 --- a/tekton/tasks/e2e.yaml +++ b/tekton/tasks/e2e.yaml @@ -39,6 +39,7 @@ spec: value: $(workspaces.cluster.path)/cluster-id script: | #!/bin/sh + export CLUSTER_ID="$(cat $CLUSTER_ID_PATH)" export CP_KUBECONFIG="$(cat $CP_KUBECONFIG_PATH)" export TC_KUBECONFIG="$(cat $TC_KUBECONFIG_PATH)" /app/run_go_test.sh