diff --git a/.tekton/operator-1-21-index-4.15-pull-request.yaml b/.tekton/operator-1-21-index-4.15-pull-request.yaml new file mode 100644 index 0000000000..7b4925c341 --- /dev/null +++ b/.tekton/operator-1-21-index-4.15-pull-request.yaml @@ -0,0 +1,48 @@ +# Generated for Konflux Application openshift-pipelines-index-4.15-1.21 by openshift-pipelines/hack. DO NOT EDIT +apiVersion: tekton.dev/v1 +kind: PipelineRun +metadata: + annotations: + pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines + pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/fbc-build.yaml" + build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/operator.git?rev={{revision}} + build.appstudio.redhat.com/commit_sha: '{{revision}}' + build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' + 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 + == "release-v1.21.x" && + (( ".konflux/olm-catalog/index/***".pathChanged()) || + ".konflux/olm-catalog/index/v4.15/Dockerfile.catalog".pathChanged() || + ".tekton/operator-1-21-index-4.15-pull-request.yaml".pathChanged()) + creationTimestamp: null + labels: + appstudio.openshift.io/application: openshift-pipelines-index-4-15-1-21 + appstudio.openshift.io/component: operator-1-21-index-4-15 + pipelines.appstudio.openshift.io/type: build + name: operator-1-21-index-4.15-on-pull-request + namespace: tekton-ecosystem-tenant +spec: + params: + - name: git-url + value: '{{source_url}}' + - name: revision + value: '{{revision}}' + - name: output-image + value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-21/index-4.15:on-pr-{{revision}} + - name: image-expires-after + value: 5d + - name: dockerfile + value: .konflux/olm-catalog/index/v4.15/Dockerfile.catalog + - name: build-platforms + value: + - linux/x86_64 + pipelineRef: + name: fbc-build + taskRunTemplate: + serviceAccountName: build-pipeline-operator-1-21-index-4-15 + workspaces: + - name: git-auth + secret: + secretName: '{{ git_auth_secret }}' +status: {} diff --git a/.tekton/operator-1-21-index-4.15-push.yaml b/.tekton/operator-1-21-index-4.15-push.yaml new file mode 100644 index 0000000000..bb592f59bb --- /dev/null +++ b/.tekton/operator-1-21-index-4.15-push.yaml @@ -0,0 +1,42 @@ +# Generated for Konflux Application openshift-pipelines-index-4.15-1.21 by openshift-pipelines/hack. DO NOT EDIT +apiVersion: tekton.dev/v1 +kind: PipelineRun +metadata: + annotations: + pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines + pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/fbc-build.yaml" + build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/operator.git?rev={{revision}} + build.appstudio.redhat.com/commit_sha: '{{revision}}' + 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 + == "release-v1.21.x" && + (( ".konflux/olm-catalog/index/***".pathChanged()) || + ".konflux/olm-catalog/index/v4.15/Dockerfile.catalog".pathChanged() || + ".tekton/operator-1-21-index-4.15-push.yaml".pathChanged()) + creationTimestamp: null + labels: + appstudio.openshift.io/application: openshift-pipelines-index-4-15-1-21 + appstudio.openshift.io/component: operator-1-21-index-4-15 + pipelines.appstudio.openshift.io/type: build + name: operator-1-21-index-4.15-on-push + namespace: tekton-ecosystem-tenant +spec: + params: + - name: git-url + value: '{{source_url}}' + - name: revision + value: '{{revision}}' + - name: output-image + value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-21/index-4.15:{{revision}} + - name: dockerfile + value: .konflux/olm-catalog/index/v4.15/Dockerfile.catalog + pipelineRef: + name: fbc-build + taskRunTemplate: + serviceAccountName: build-pipeline-operator-1-21-index-4-15 + workspaces: + - name: git-auth + secret: + secretName: '{{ git_auth_secret }}' +status: {}