From 555fdafe1fa0c9811ea07175d85f0cd1ce484501 Mon Sep 17 00:00:00 2001 From: Jade Carino Date: Wed, 30 Oct 2024 16:58:13 +0000 Subject: [PATCH] remove task which should have been removed Signed-off-by: Jade Carino --- pipelines/pipelines/run-tests/run-tests.yaml | 33 +------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/pipelines/pipelines/run-tests/run-tests.yaml b/pipelines/pipelines/run-tests/run-tests.yaml index fc9e9c1e..b81d8835 100644 --- a/pipelines/pipelines/run-tests/run-tests.yaml +++ b/pipelines/pipelines/run-tests/run-tests.yaml @@ -120,43 +120,12 @@ spec: # # # -# Trigger CLI rebuild now we have confirmed ecosystem tests are running okay - - name: trigger-cli - taskRef: - name: tkn-cli - runAfter: - - run-submit - params: - - name: context - value: $(context.pipelineRun.name)/automation - - name: command - value: - - pipeline - - start - - branch-cli - - -n - - galasa-build - - --prefix-name - - trigger-cli-main - - --use-param-defaults - - --workspace - - name=git-workspace,volumeClaimTemplateFile=./pipelines/templates/git-workspace-template.yaml - - --pod-template - - ./pipelines/templates/pod-template.yaml - - --serviceaccount - - galasa-build-bot - workspaces: - - name: git-workspace - workspace: git-workspace -# -# -# # Trigger github actions CLI Main Build workflow - name: trigger-cli-gh taskRef: name: gh-workflow-trigger runAfter: - - trigger-cli + - run-submit params: - name: workflowName value: build.yml