|
| 1 | +apiVersion: tekton.dev/v1 |
| 2 | +kind: PipelineRun |
| 3 | +#test |
| 4 | +metadata: |
| 5 | + annotations: |
| 6 | + build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/maas-billing?rev={{revision}} |
| 7 | + build.appstudio.redhat.com/commit_sha: '{{revision}}' |
| 8 | + build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' |
| 9 | + build.appstudio.redhat.com/target_branch: '{{target_branch}}' |
| 10 | + pipelinesascode.tekton.dev/cancel-in-progress: "true" |
| 11 | + pipelinesascode.tekton.dev/max-keep-runs: "3" |
| 12 | + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch |
| 13 | + == "stable" |
| 14 | + creationTimestamp: null |
| 15 | + labels: |
| 16 | + appstudio.openshift.io/application: opendatahub-builds |
| 17 | + appstudio.openshift.io/component: odh-data-science-pipelines-argo-workflowcontroller-ci |
| 18 | + pipelines.appstudio.openshift.io/type: build |
| 19 | + name: odh-data-science-pipelines-argo-workflowcontroller-on-pull-request |
| 20 | + namespace: open-data-hub-tenant |
| 21 | +spec: |
| 22 | + params: |
| 23 | + - name: git-url |
| 24 | + value: '{{source_url}}' |
| 25 | + - name: revision |
| 26 | + value: '{{revision}}' |
| 27 | + - name: pr-number |
| 28 | + value: "{{pull_request.number}}" |
| 29 | + - name: output-image |
| 30 | + value: quay.io/opendatahub/ds-pipelines-argo-workflowcontroller:odh-pr |
| 31 | + - name: dockerfile |
| 32 | + value: argo-workflowcontroller/Dockerfile.ODH |
| 33 | + - name: path-context |
| 34 | + value: . |
| 35 | + - name: additional-tags |
| 36 | + value: |
| 37 | + - 'odh-pr-{{revision}}' |
| 38 | + - name: pipeline-type |
| 39 | + value: pull-request |
| 40 | + pipelineRef: |
| 41 | + resolver: git |
| 42 | + params: |
| 43 | + - name: url |
| 44 | + value: https://github.com/opendatahub-io/odh-konflux-central.git |
| 45 | + - name: revision |
| 46 | + value: main |
| 47 | + - name: pathInRepo |
| 48 | + value: pipeline/multi-arch-container-build.yaml |
| 49 | + taskRunTemplate: |
| 50 | + serviceAccountName: build-pipeline-odh-data-science-pipelines-argo-workflowcontroller |
| 51 | + workspaces: |
| 52 | + - name: git-auth |
| 53 | + secret: |
| 54 | + secretName: '{{ git_auth_secret }}' |
| 55 | +status: {} |
0 commit comments