Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
freeliuzc committed May 24, 2022
1 parent f54a5ca commit 99d93bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tekton/pipelines/multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
workspace: cache
- name: build-image-gpu-cuda10-cudnn7
runAfter:
- build-image-cpu
- parse-and-prepare
taskRef:
name: kaniko
params:
Expand All @@ -139,7 +139,7 @@ spec:
workspace: cache
- name: build-image-gpu-cuda11-cudnn8
runAfter:
- build-image-gpu-cuda10-cudnn7
- parse-and-prepare
taskRef:
name: kaniko
params:
Expand Down Expand Up @@ -215,7 +215,7 @@ spec:
value: $(params.dockerfile-path).rocm
- name: build-image-rocm4-miopen2
runAfter:
- build-image-gpu-cuda11-cudnn8
- parse-and-prepare-rocm
taskRef:
name: kaniko
params:
Expand Down

0 comments on commit 99d93bf

Please sign in to comment.