From 668c9157261ff4a925469291fa2ffa5fc451151e Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Tue, 10 Dec 2024 15:48:08 +0000 Subject: [PATCH] [bot] update konflux configuration --- .../next/.tekton/operator-next-operator-pull-request.yaml | 5 ++--- .../tekton/next/.tekton/operator-next-operator-push.yaml | 2 +- .../next/.tekton/operator-next-proxy-pull-request.yaml | 5 ++--- .konflux/tekton/next/.tekton/operator-next-proxy-push.yaml | 2 +- .../next/.tekton/operator-next-webhook-pull-request.yaml | 5 ++--- .konflux/tekton/next/.tekton/operator-next-webhook-push.yaml | 2 +- .tekton/operator-main-operator-pull-request.yaml | 3 +-- .tekton/operator-main-proxy-pull-request.yaml | 3 +-- .tekton/operator-main-webhook-pull-request.yaml | 3 +-- 9 files changed, 12 insertions(+), 18 deletions(-) diff --git a/.konflux/tekton/next/.tekton/operator-next-operator-pull-request.yaml b/.konflux/tekton/next/.tekton/operator-next-operator-pull-request.yaml index ee9d1391a..39c10fa1d 100644 --- a/.konflux/tekton/next/.tekton/operator-next-operator-pull-request.yaml +++ b/.konflux/tekton/next/.tekton/operator-next-operator-pull-request.yaml @@ -9,7 +9,7 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch - == "main" && + == "next" && ("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() || ".konflux/dockerfiles/operator.Dockerfile".pathChanged() || ".tekton/operator-next-operator-pull-request.yaml".pathChanged() || @@ -35,8 +35,7 @@ spec: value: .konflux/dockerfiles/operator.Dockerfile - name: build-platforms value: - - linux/arm64 - - linux/amd64 + - linux/x86_64 - name: prefetch-input value: | {"type": "rpm", "path": ".konflux/rpms"} diff --git a/.konflux/tekton/next/.tekton/operator-next-operator-push.yaml b/.konflux/tekton/next/.tekton/operator-next-operator-push.yaml index 8fb29d3bb..247e968b1 100644 --- a/.konflux/tekton/next/.tekton/operator-next-operator-push.yaml +++ b/.konflux/tekton/next/.tekton/operator-next-operator-push.yaml @@ -8,7 +8,7 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "main" && + == "next" && ("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() || ".konflux/dockerfiles/operator.Dockerfile".pathChanged() || ".tekton/operator-next-operator-push.yaml".pathChanged() || diff --git a/.konflux/tekton/next/.tekton/operator-next-proxy-pull-request.yaml b/.konflux/tekton/next/.tekton/operator-next-proxy-pull-request.yaml index 0b1184afd..1da8182c7 100644 --- a/.konflux/tekton/next/.tekton/operator-next-proxy-pull-request.yaml +++ b/.konflux/tekton/next/.tekton/operator-next-proxy-pull-request.yaml @@ -9,7 +9,7 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch - == "main" && + == "next" && ("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() || ".konflux/dockerfiles/proxy.Dockerfile".pathChanged() || ".tekton/operator-next-proxy-pull-request.yaml".pathChanged() || @@ -35,8 +35,7 @@ spec: value: .konflux/dockerfiles/proxy.Dockerfile - name: build-platforms value: - - linux/arm64 - - linux/amd64 + - linux/x86_64 - name: prefetch-input value: | {"type": "rpm", "path": ".konflux/rpms"} diff --git a/.konflux/tekton/next/.tekton/operator-next-proxy-push.yaml b/.konflux/tekton/next/.tekton/operator-next-proxy-push.yaml index 2debafc9f..332e3213b 100644 --- a/.konflux/tekton/next/.tekton/operator-next-proxy-push.yaml +++ b/.konflux/tekton/next/.tekton/operator-next-proxy-push.yaml @@ -8,7 +8,7 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "main" && + == "next" && ("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() || ".konflux/dockerfiles/proxy.Dockerfile".pathChanged() || ".tekton/operator-next-proxy-push.yaml".pathChanged() || diff --git a/.konflux/tekton/next/.tekton/operator-next-webhook-pull-request.yaml b/.konflux/tekton/next/.tekton/operator-next-webhook-pull-request.yaml index 6bfeabbb7..b49ce9cf1 100644 --- a/.konflux/tekton/next/.tekton/operator-next-webhook-pull-request.yaml +++ b/.konflux/tekton/next/.tekton/operator-next-webhook-pull-request.yaml @@ -9,7 +9,7 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch - == "main" && + == "next" && ("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() || ".konflux/dockerfiles/webhook.Dockerfile".pathChanged() || ".tekton/operator-next-webhook-pull-request.yaml".pathChanged() || @@ -35,8 +35,7 @@ spec: value: .konflux/dockerfiles/webhook.Dockerfile - name: build-platforms value: - - linux/arm64 - - linux/amd64 + - linux/x86_64 - name: prefetch-input value: | {"type": "rpm", "path": ".konflux/rpms"} diff --git a/.konflux/tekton/next/.tekton/operator-next-webhook-push.yaml b/.konflux/tekton/next/.tekton/operator-next-webhook-push.yaml index 7f3c1d918..d810e7c9e 100644 --- a/.konflux/tekton/next/.tekton/operator-next-webhook-push.yaml +++ b/.konflux/tekton/next/.tekton/operator-next-webhook-push.yaml @@ -8,7 +8,7 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "main" && + == "next" && ("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() || ".konflux/dockerfiles/webhook.Dockerfile".pathChanged() || ".tekton/operator-next-webhook-push.yaml".pathChanged() || diff --git a/.tekton/operator-main-operator-pull-request.yaml b/.tekton/operator-main-operator-pull-request.yaml index ca9dbfd8e..b328cdd3c 100644 --- a/.tekton/operator-main-operator-pull-request.yaml +++ b/.tekton/operator-main-operator-pull-request.yaml @@ -35,8 +35,7 @@ spec: value: .konflux/dockerfiles/operator.Dockerfile - name: build-platforms value: - - linux/arm64 - - linux/amd64 + - linux/x86_64 - name: prefetch-input value: | {"type": "rpm", "path": ".konflux/rpms"} diff --git a/.tekton/operator-main-proxy-pull-request.yaml b/.tekton/operator-main-proxy-pull-request.yaml index e78cd62ee..ff162931c 100644 --- a/.tekton/operator-main-proxy-pull-request.yaml +++ b/.tekton/operator-main-proxy-pull-request.yaml @@ -35,8 +35,7 @@ spec: value: .konflux/dockerfiles/proxy.Dockerfile - name: build-platforms value: - - linux/arm64 - - linux/amd64 + - linux/x86_64 - name: prefetch-input value: | {"type": "rpm", "path": ".konflux/rpms"} diff --git a/.tekton/operator-main-webhook-pull-request.yaml b/.tekton/operator-main-webhook-pull-request.yaml index 749c31041..33a853531 100644 --- a/.tekton/operator-main-webhook-pull-request.yaml +++ b/.tekton/operator-main-webhook-pull-request.yaml @@ -35,8 +35,7 @@ spec: value: .konflux/dockerfiles/webhook.Dockerfile - name: build-platforms value: - - linux/arm64 - - linux/amd64 + - linux/x86_64 - name: prefetch-input value: | {"type": "rpm", "path": ".konflux/rpms"}