Skip to content

Commit 0fed6b0

Browse files
committed
further lower max_jobs to 6
1 parent 98ef274 commit 0fed6b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/vllm-cuda-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
value: false
4343
- name: build-args
4444
value:
45-
- max_jobs=12
45+
- max_jobs=6
4646
- nvcc_threads=2
4747
- name: fetch-git-tags
4848
value: true

.tekton/vllm-cuda-v2-20-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
value: .
3333
- name: build-args
3434
value:
35-
- max_jobs=12
35+
- max_jobs=6
3636
- nvcc_threads=2
3737
taskRunSpecs:
3838
- pipelineTaskName: ecosystem-cert-preflight-checks

0 commit comments

Comments
 (0)