From 60839ea6093fa923ee068a3d8a624aa1b68f49f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Gonz=C3=A1lez?= Date: Thu, 31 Oct 2024 09:51:30 +0100 Subject: [PATCH] chore(KFLUXMIG-60): fix nudges in release 2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ernesto González --- .tekton/forklift-api-push.yaml | 2 ++ .tekton/forklift-controller-push.yaml | 2 ++ .tekton/forklift-operator-push.yaml | 2 ++ .tekton/openstack-populator-push.yaml | 2 ++ .tekton/ova-provider-server-push.yaml | 2 ++ .tekton/ovirt-populator-push.yaml | 2 ++ .tekton/populator-controller-push.yaml | 2 ++ .tekton/validation-push.yaml | 2 ++ .tekton/virt-v2v-push.yaml | 2 ++ 9 files changed, 18 insertions(+) diff --git a/.tekton/forklift-api-push.yaml b/.tekton/forklift-api-push.yaml index e02b09496..ea8f5e030 100644 --- a/.tekton/forklift-api-push.yaml +++ b/.tekton/forklift-api-push.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: + build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*, .*.yaml, .*Containerfile.*, + operator/export-vars.sh" build.appstudio.openshift.io/repo: https://github.com/kubev2v/forklift?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' diff --git a/.tekton/forklift-controller-push.yaml b/.tekton/forklift-controller-push.yaml index 192191110..096f4b59d 100644 --- a/.tekton/forklift-controller-push.yaml +++ b/.tekton/forklift-controller-push.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: + build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*, .*.yaml, .*Containerfile.*, + operator/export-vars.sh" build.appstudio.openshift.io/repo: https://github.com/kubev2v/forklift?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' diff --git a/.tekton/forklift-operator-push.yaml b/.tekton/forklift-operator-push.yaml index 9813f593a..4e7fd730c 100644 --- a/.tekton/forklift-operator-push.yaml +++ b/.tekton/forklift-operator-push.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: + build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*, .*.yaml, .*Containerfile.*, + operator/export-vars.sh" build.appstudio.openshift.io/repo: https://github.com/kubev2v/forklift?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' diff --git a/.tekton/openstack-populator-push.yaml b/.tekton/openstack-populator-push.yaml index f20f0b99e..0cc119a46 100644 --- a/.tekton/openstack-populator-push.yaml +++ b/.tekton/openstack-populator-push.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: + build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*, .*.yaml, .*Containerfile.*, + operator/export-vars.sh" build.appstudio.openshift.io/repo: https://github.com/kubev2v/forklift?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' diff --git a/.tekton/ova-provider-server-push.yaml b/.tekton/ova-provider-server-push.yaml index f60264729..0422ab2cb 100644 --- a/.tekton/ova-provider-server-push.yaml +++ b/.tekton/ova-provider-server-push.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: + build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*, .*.yaml, .*Containerfile.*, + operator/export-vars.sh" build.appstudio.openshift.io/repo: https://github.com/kubev2v/forklift?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' diff --git a/.tekton/ovirt-populator-push.yaml b/.tekton/ovirt-populator-push.yaml index d32264aae..a5ae7b7ed 100644 --- a/.tekton/ovirt-populator-push.yaml +++ b/.tekton/ovirt-populator-push.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: + build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*, .*.yaml, .*Containerfile.*, + operator/export-vars.sh" build.appstudio.openshift.io/repo: https://github.com/kubev2v/forklift?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' diff --git a/.tekton/populator-controller-push.yaml b/.tekton/populator-controller-push.yaml index 441eedd9c..803825d9c 100644 --- a/.tekton/populator-controller-push.yaml +++ b/.tekton/populator-controller-push.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: + build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*, .*.yaml, .*Containerfile.*, + operator/export-vars.sh" build.appstudio.openshift.io/repo: https://github.com/kubev2v/forklift?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' diff --git a/.tekton/validation-push.yaml b/.tekton/validation-push.yaml index 060221212..06db94c08 100644 --- a/.tekton/validation-push.yaml +++ b/.tekton/validation-push.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: + build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*, .*.yaml, .*Containerfile.*, + operator/export-vars.sh" build.appstudio.openshift.io/repo: https://github.com/kubev2v/forklift?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' diff --git a/.tekton/virt-v2v-push.yaml b/.tekton/virt-v2v-push.yaml index 059f480c7..ec4f5c29a 100644 --- a/.tekton/virt-v2v-push.yaml +++ b/.tekton/virt-v2v-push.yaml @@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: + build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*, .*.yaml, .*Containerfile.*, + operator/export-vars.sh" build.appstudio.openshift.io/repo: https://github.com/kubev2v/forklift?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}'