From 8b68a7c4ecb709421e17ac40f3c3d554cdb383e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Gonz=C3=A1lez?= Date: Wed, 30 Oct 2024 15:54:48 +0100 Subject: [PATCH] finish fixing all nudges to bundle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ernesto González --- .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 ++ 8 files changed, 16 insertions(+) diff --git a/.tekton/forklift-controller-push.yaml b/.tekton/forklift-controller-push.yaml index 50c800972..df6c8aa52 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 bff298d50..2aa03a121 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 4a776e053..90d1d68f5 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 7e3e1427c..ec8c831d1 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 05d804fc8..275742aa1 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 cee84e163..918cb5c95 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 c46826a92..ea51e7014 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 8fc3a1500..d6b5949d7 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}}'