|
| 1 | +apiVersion: tekton.dev/v1 |
| 2 | +kind: PipelineRun |
| 3 | +metadata: |
| 4 | + annotations: |
| 5 | + build.appstudio.openshift.io/repo: https://github.com/netobserv/network-observability-operator?rev={{revision}} |
| 6 | + build.appstudio.redhat.com/commit_sha: '{{revision}}' |
| 7 | + build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' |
| 8 | + build.appstudio.redhat.com/target_branch: '{{target_branch}}' |
| 9 | + pipelinesascode.tekton.dev/max-keep-runs: "3" |
| 10 | + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch |
| 11 | + == "release-1.9" && (".tekton/***".pathChanged() || "bundle.Dockerfile.downstream".pathChanged() |
| 12 | + || "bundle/***".pathChanged() || "requirements.txt".pathChanged() || "hack/update-build.sh".pathChanged() |
| 13 | + || "hack/patch_csv.py".pathChanged()) |
| 14 | + creationTimestamp: null |
| 15 | + labels: |
| 16 | + appstudio.openshift.io/application: netobserv-zstream |
| 17 | + appstudio.openshift.io/component: network-observability-operator-bundle-zstream |
| 18 | + pipelines.appstudio.openshift.io/type: build |
| 19 | + name: network-observability-operator-bundle-zstream-on-pull-request |
| 20 | + namespace: ocp-network-observab-tenant |
| 21 | +spec: |
| 22 | + params: |
| 23 | + - name: git-url |
| 24 | + value: '{{source_url}}' |
| 25 | + - name: revision |
| 26 | + value: '{{revision}}' |
| 27 | + - name: output-image |
| 28 | + value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/network-observability-operator-bundle-zstream:on-pr-{{revision}} |
| 29 | + - name: image-expires-after |
| 30 | + value: 5d |
| 31 | + - name: build-args-file |
| 32 | + value: Dockerfile-args.downstream |
| 33 | + - name: dockerfile |
| 34 | + value: bundle.Dockerfile.downstream |
| 35 | + - name: prefetch-input |
| 36 | + value: '{"type":"pip", "path":"."}' |
| 37 | + pipelineRef: |
| 38 | + name: build-bundle-pipeline |
| 39 | + taskRunTemplate: |
| 40 | + serviceAccountName: build-pipeline-network-observability-operator-bundle-ystream |
| 41 | + workspaces: |
| 42 | + - name: workspace |
| 43 | + volumeClaimTemplate: |
| 44 | + metadata: |
| 45 | + creationTimestamp: null |
| 46 | + spec: |
| 47 | + accessModes: |
| 48 | + - ReadWriteOnce |
| 49 | + resources: |
| 50 | + requests: |
| 51 | + storage: 1Gi |
| 52 | + status: {} |
| 53 | + - name: git-auth |
| 54 | + secret: |
| 55 | + secretName: '{{ git_auth_secret }}' |
| 56 | +status: {} |
0 commit comments