From 02eee15afe7badba13ae004d0da6de695eae99b2 Mon Sep 17 00:00:00 2001 From: Serverless QE Robot <86025630+serverless-qe@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:10:54 +0200 Subject: [PATCH] [release-v1.15] Sync Konflux configurations (#941) Co-authored-by: serverless-qe --- .../kn-plugin-func-func-util-115-pull-request.yaml | 14 +++----------- .tekton/kn-plugin-func-func-util-115-push.yaml | 11 ----------- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/.tekton/kn-plugin-func-func-util-115-pull-request.yaml b/.tekton/kn-plugin-func-func-util-115-pull-request.yaml index d1d3d2b7a..58ca70c9d 100755 --- a/.tekton/kn-plugin-func-func-util-115-pull-request.yaml +++ b/.tekton/kn-plugin-func-func-util-115-pull-request.yaml @@ -32,6 +32,9 @@ spec: value: 5d - name: output-image value: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-135/kn-plugin-func-func-util:on-pr-{{revision}} + - name: build-platforms + value: + - linux/x86_64 - name: revision value: '{{revision}}' - name: prefetch-input @@ -42,17 +45,6 @@ spec: name: docker-build taskRunTemplate: {} workspaces: - - name: workspace - volumeClaimTemplate: - metadata: - creationTimestamp: null - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 1Gi - status: {} - name: git-auth secret: secretName: '{{ git_auth_secret }}' diff --git a/.tekton/kn-plugin-func-func-util-115-push.yaml b/.tekton/kn-plugin-func-func-util-115-push.yaml index 2a935cacc..1a50a7c14 100755 --- a/.tekton/kn-plugin-func-func-util-115-push.yaml +++ b/.tekton/kn-plugin-func-func-util-115-push.yaml @@ -43,17 +43,6 @@ spec: name: docker-build taskRunTemplate: {} workspaces: - - name: workspace - volumeClaimTemplate: - metadata: - creationTimestamp: null - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 1Gi - status: {} - name: git-auth secret: secretName: '{{ git_auth_secret }}'