From 4fd88a7226df739a775ecb418fbe6350db9b86ad Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Wed, 25 Sep 2024 10:42:26 +0200 Subject: [PATCH] DO NOT MERGE: enable int testing 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..0a14dec77 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/MartinBasti/atomic-reactor.git + - name: revision + value: separate-cachito-task + - 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/MartinBasti/atomic-reactor.git + - name: revision + value: separate-cachito-task + - 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/MartinBasti/atomic-reactor.git + - name: revision + value: separate-cachito-task + - name: pathInRepo + value: tekton/tasks/binary-container-prebuild.yaml workspaces: - name: ws-build-dir workspace: ws-container