From d44b8e91dafae11d836df6800c022a3526354d12 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Tue, 8 Oct 2024 17:13:57 +0200 Subject: [PATCH] DO NOt MERGE TO MAIN: Allow to run tasks from feature branch This commit must be removed before merging to main branch. Signed-off-by: Martin Basti --- tekton/pipelines/binary-container.yaml | 27 +++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/tekton/pipelines/binary-container.yaml b/tekton/pipelines/binary-container.yaml index 7afcd2a95..af2d17142 100644 --- a/tekton/pipelines/binary-container.yaml +++ b/tekton/pipelines/binary-container.yaml @@ -70,7 +70,14 @@ spec: runAfter: - clone taskRef: - name: binary-container-init-0-1 + resolver: git + params: + - name: url + value: https://github.com/containerbuildsystem/atomic-reactor.git + - name: revision + value: feature_cachi2 + - name: pathInRepo + value: tekton/tasks/binary-container-init.yaml workspaces: - name: ws-build-dir workspace: ws-container @@ -101,7 +108,14 @@ spec: runAfter: - binary-container-init taskRef: - name: binary-container-cachito-0-1 + resolver: git + params: + - name: url + value: https://github.com/containerbuildsystem/atomic-reactor.git + - name: revision + value: feature_cachi2 + - name: pathInRepo + value: tekton/tasks/binary-container-cachito.yaml workspaces: - name: ws-build-dir workspace: ws-container @@ -132,7 +146,14 @@ spec: runAfter: - binary-container-cachito taskRef: - name: binary-container-prebuild-0-2 + resolver: git + params: + - name: url + value: https://github.com/containerbuildsystem/atomic-reactor.git + - name: revision + value: feature_cachi2 + - name: pathInRepo + value: tekton/tasks/binary-container-prebuild.yaml workspaces: - name: ws-build-dir workspace: ws-container