|
| 1 | +apiVersion: tekton.dev/v1 |
| 2 | +kind: PipelineRun |
| 3 | +metadata: |
| 4 | + annotations: |
| 5 | + build.appstudio.openshift.io/repo: https://github.com/openshift-knative/serverless-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 == "release-1.36" && ( files.all.exists(x, x.matches('^olm-catalog/serverless-operator-index/v4.19/')) || files.all.exists(x, x.matches('^.tekton/')) ) |
| 11 | + creationTimestamp: null |
| 12 | + labels: |
| 13 | + appstudio.openshift.io/application: serverless-operator-136-fbc-419 |
| 14 | + appstudio.openshift.io/component: serverless-index-136-fbc-419 |
| 15 | + pipelines.appstudio.openshift.io/type: build |
| 16 | + name: serverless-index-136-fbc-419-on-pull-request |
| 17 | + namespace: ocp-serverless-tenant |
| 18 | +spec: |
| 19 | + params: |
| 20 | + - name: dockerfile |
| 21 | + value: Dockerfile |
| 22 | + - name: path-context |
| 23 | + value: ./olm-catalog/serverless-operator-index/v4.19 |
| 24 | + - name: build-args |
| 25 | + value: |
| 26 | + - VERSION=1.36.0 |
| 27 | + - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts:v4.14 |
| 28 | + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23 |
| 29 | + - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal |
| 30 | + - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 |
| 31 | + - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime |
| 32 | + - NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20 |
| 33 | + - NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20 |
| 34 | + - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.19 |
| 35 | + - name: git-url |
| 36 | + value: '{{source_url}}' |
| 37 | + - name: hermetic |
| 38 | + value: "true" |
| 39 | + - name: image-expires-after |
| 40 | + value: 5d |
| 41 | + - name: output-image |
| 42 | + value: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-136-fbc-419/serverless-index-136-fbc-419:on-pr-{{revision}} |
| 43 | + - name: build-platforms |
| 44 | + value: |
| 45 | + - linux/x86_64 |
| 46 | + - name: revision |
| 47 | + value: '{{revision}}' |
| 48 | + pipelineRef: |
| 49 | + name: fbc-builder |
| 50 | + taskRunTemplate: |
| 51 | + serviceAccountName: build-pipeline-serverless-index-136-fbc-419 |
| 52 | + workspaces: |
| 53 | + - name: git-auth |
| 54 | + secret: |
| 55 | + secretName: '{{ git_auth_secret }}' |
0 commit comments