|
| 1 | +apiVersion: tekton.dev/v1 |
| 2 | +kind: PipelineRun |
| 3 | +metadata: |
| 4 | + annotations: |
| 5 | + build.appstudio.openshift.io/repo: https://github.com/red-hat-data-services/vllm?rev={{revision}} |
| 6 | + build.appstudio.redhat.com/commit_sha: '{{revision}}' |
| 7 | + build.appstudio.redhat.com/target_branch: '{{target_branch}}' |
| 8 | + pipelinesascode.tekton.dev/cancel-in-progress: "false" |
| 9 | + pipelinesascode.tekton.dev/max-keep-runs: "3" |
| 10 | + build.appstudio.openshift.io/build-nudge-files: "build/operator-nudging.yaml" |
| 11 | + pipelinesascode.tekton.dev/on-cel-expression: | |
| 12 | + event == "push" |
| 13 | + && target_branch == "rhoai-2.25" |
| 14 | + && ( !".tekton/**".pathChanged() || ".tekton/odh-vllm-cuda-v2-25-push.yaml".pathChanged() ) |
| 15 | + creationTimestamp: null |
| 16 | + labels: |
| 17 | + appstudio.openshift.io/application: rhoai-v2-25 |
| 18 | + appstudio.openshift.io/component: odh-vllm-cuda-v2-25 |
| 19 | + pipelines.appstudio.openshift.io/type: build |
| 20 | + name: odh-vllm-cuda-v2-25-on-push |
| 21 | + namespace: rhoai-tenant |
| 22 | +spec: |
| 23 | + timeouts: |
| 24 | + pipeline: 10h |
| 25 | + tasks: 8h |
| 26 | + params: |
| 27 | + - name: git-url |
| 28 | + value: '{{source_url}}' |
| 29 | + - name: revision |
| 30 | + value: '{{revision}}' |
| 31 | + - name: output-image |
| 32 | + value: quay.io/rhoai/odh-vllm-cuda-rhel9:{{target_branch}} |
| 33 | + - name: additional-tags |
| 34 | + value: |
| 35 | + - '{{target_branch}}-{{revision}}' |
| 36 | + - name: additional-labels |
| 37 | + value: |
| 38 | + - version=v2.25.0 |
| 39 | + - io.openshift.tags=odh-vllm-cuda |
| 40 | + - name: dockerfile |
| 41 | + value: Dockerfile.konflux.cuda |
| 42 | + - name: path-context |
| 43 | + value: . |
| 44 | + - name: hermetic |
| 45 | + value: false |
| 46 | + - name: build-source-image |
| 47 | + value: true |
| 48 | + - name: build-image-index |
| 49 | + value: true |
| 50 | + - name: build-args-file |
| 51 | + value: argfile.conf |
| 52 | + - name: fetch-git-tags |
| 53 | + value: true |
| 54 | + - name: clone-depth |
| 55 | + value: "2147483647" |
| 56 | + - name: build-platforms |
| 57 | + value: |
| 58 | + - linux-extra-fast/amd64 |
| 59 | + taskRunSpecs: |
| 60 | + - pipelineTaskName: ecosystem-cert-preflight-checks |
| 61 | + computeResources: |
| 62 | + requests: |
| 63 | + cpu: '8' |
| 64 | + memory: 16Gi |
| 65 | + limits: |
| 66 | + cpu: '16' |
| 67 | + memory: 32Gi |
| 68 | + - pipelineTaskName: clair-scan |
| 69 | + computeResources: |
| 70 | + requests: |
| 71 | + cpu: '8' |
| 72 | + memory: 16Gi |
| 73 | + limits: |
| 74 | + cpu: '16' |
| 75 | + memory: 32Gi |
| 76 | + pipelineRef: |
| 77 | + resolver: git |
| 78 | + params: |
| 79 | + - name: url |
| 80 | + value: https://github.com/red-hat-data-services/konflux-central.git |
| 81 | + - name: revision |
| 82 | + value: '{{ target_branch }}' |
| 83 | + - name: pathInRepo |
| 84 | + value: pipelines/multi-arch-container-build.yaml |
| 85 | + taskRunTemplate: |
| 86 | + serviceAccountName: build-pipeline-odh-vllm-cuda-v2-25 |
| 87 | + workspaces: |
| 88 | + - name: git-auth |
| 89 | + secret: |
| 90 | + secretName: '{{ git_auth_secret }}' |
| 91 | +status: {} |
0 commit comments