|
| 1 | +# Generated for Konflux Application openshift-pipelines-index-4.16-main by openshift-pipelines/hack. DO NOT EDIT |
| 2 | +apiVersion: tekton.dev/v1 |
| 3 | +kind: PipelineRun |
| 4 | +metadata: |
| 5 | + annotations: |
| 6 | + #pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines |
| 7 | + build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/operator.git?rev={{revision}} |
| 8 | + build.appstudio.redhat.com/commit_sha: '{{revision}}' |
| 9 | + build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' |
| 10 | + build.appstudio.redhat.com/target_branch: '{{target_branch}}' |
| 11 | + pipelinesascode.tekton.dev/max-keep-runs: "3" |
| 12 | + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch |
| 13 | + == "main" && |
| 14 | + ((".konflux/patches/***".pathChanged() || ".konflux/olm-catalog/index/***".pathChanged()) || |
| 15 | + ".konflux/olm-catalog/index/v4.16/Dockerfile.catalog".pathChanged() || ".tekton/docker-build-ta.yaml".pathChanged() || |
| 16 | + ".tekton/operator-main-index-4.16-pull-request.yaml".pathChanged()) |
| 17 | + creationTimestamp: null |
| 18 | + labels: |
| 19 | + appstudio.openshift.io/application: openshift-pipelines-index-4-16-main |
| 20 | + appstudio.openshift.io/component: operator-main-index-4-16 |
| 21 | + pipelines.appstudio.openshift.io/type: build |
| 22 | + name: operator-main-index-4.16-on-pull-request |
| 23 | + namespace: tekton-ecosystem-tenant |
| 24 | +spec: |
| 25 | + params: |
| 26 | + - name: git-url |
| 27 | + value: '{{source_url}}' |
| 28 | + - name: revision |
| 29 | + value: '{{revision}}' |
| 30 | + - name: output-image |
| 31 | + value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/main/index-4.16:on-pr-{{revision}} |
| 32 | + - name: image-expires-after |
| 33 | + value: 5d |
| 34 | + - name: dockerfile |
| 35 | + value: .konflux/olm-catalog/index/v4.16/Dockerfile.catalog |
| 36 | + - name: build-platforms |
| 37 | + value: |
| 38 | + - linux/x86_64 |
| 39 | + pipelineRef: |
| 40 | + name: fbc-build |
| 41 | + taskRunTemplate: |
| 42 | + serviceAccountName: build-pipeline-operator-main-index-4-16 |
| 43 | + workspaces: |
| 44 | + - name: git-auth |
| 45 | + secret: |
| 46 | + secretName: '{{ git_auth_secret }}' |
| 47 | +status: {} |
0 commit comments