Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .tekton/vllm-cuda-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ metadata:
namespace: rhoai-tenant
spec:
timeouts:
pipeline: 4h
pipeline: 8h
tasks: 4h
params:
- name: image-expires-after
value: 5d
Expand All @@ -41,7 +42,9 @@ spec:
- name: build-image-index
value: false
- name: build-args
value: [max_jobs=48]
value:
- max_jobs=6
- nvcc_threads=2
- name: fetch-git-tags
value: true
- name: clone-depth
Expand Down
12 changes: 10 additions & 2 deletions .tekton/vllm-cuda-v2-20-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ metadata:
name: vllm-cuda-v2-20-on-push
namespace: rhoai-tenant
spec:
timeouts:
pipeline: 8h
tasks: 4h
params:
- name: git-url
value: '{{source_url}}'
Expand All @@ -30,6 +33,10 @@ spec:
value: Dockerfile.ubi
- name: path-context
value: .
- name: build-args
value:
- max_jobs=6
- nvcc_threads=2
taskRunSpecs:
- pipelineTaskName: ecosystem-cert-preflight-checks
computeResources:
Expand Down Expand Up @@ -138,7 +145,7 @@ spec:
description: Add built image into an OCI image index
name: build-image-index
type: string
- default: [max_jobs=48]
- default: []
description: Array of --build-arg values ("arg=value" strings) for buildah
name: build-args
type: array
Expand Down Expand Up @@ -293,6 +300,7 @@ spec:
value:
- $(params.build-platforms)
name: build-images
timeout: 4h
params:
- name: IMAGE
value: $(params.output-image)
Expand Down Expand Up @@ -355,7 +363,7 @@ spec:
- name: name
value: build-image-index
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:09344e6bda708f48ef759bbe84bce99515549f4cfdcbe89e417f695c19463260
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:70f2fe8ab9909c2bc8bb853ed5b880969f0de5022658f3af86f7dea15f95ff73
- name: kind
value: task
resolver: bundles
Expand Down