|
| 1 | +# Generated 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 | + pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml" |
| 8 | + build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/ecosystem-images?rev={{revision}} |
| 9 | + build.appstudio.redhat.com/commit_sha: '{{revision}}' |
| 10 | + build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' |
| 11 | + build.appstudio.redhat.com/target_branch: '{{target_branch}}' |
| 12 | + pipelinesascode.tekton.dev/max-keep-runs: "3" |
| 13 | + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch |
| 14 | + == "main" && |
| 15 | + ("***".pathChanged() || |
| 16 | + ".konflux/dockerfiles/git-init.Dockerfile".pathChanged() || |
| 17 | + ".tekton/ecosystem-images-1-18-git-init-pull-request.yaml".pathChanged()) |
| 18 | + creationTimestamp: null |
| 19 | + labels: |
| 20 | + appstudio.openshift.io/application: ecosystem-images-1-18 |
| 21 | + appstudio.openshift.io/component: ecosystem-images-1-18-git-init |
| 22 | + pipelines.appstudio.openshift.io/type: build |
| 23 | + name: ecosystem-images-1-18-git-init-on-pull-request |
| 24 | + namespace: tekton-ecosystem-tenant |
| 25 | +spec: |
| 26 | + params: |
| 27 | + - name: git-url |
| 28 | + value: '{{source_url}}' |
| 29 | + - name: revision |
| 30 | + value: '{{revision}}' |
| 31 | + - name: output-image |
| 32 | + value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-18/git-init-rhel9:on-pr-{{revision}} |
| 33 | + - name: image-expires-after |
| 34 | + value: 5d |
| 35 | + - name: dockerfile |
| 36 | + value: .konflux/dockerfiles/git-init.Dockerfile |
| 37 | + - name: build-platforms |
| 38 | + value: |
| 39 | + - linux/x86_64 |
| 40 | + - name: prefetch-input |
| 41 | + value: | |
| 42 | + {"type": "rpm", "path": ".konflux/rpms"} |
| 43 | + pipelineRef: |
| 44 | + name: docker-build-ta |
| 45 | + workspaces: |
| 46 | + - name: git-auth |
| 47 | + secret: |
| 48 | + secretName: '{{ git_auth_secret }}' |
| 49 | +status: {} |
0 commit comments