Serialize the build job to try to reduce disruption on the cluster.
Some checks failed
rust-test Build rust-test has failed
format Build format has succeeded
clippy Build clippy has failed
build-organic Build build-organic has succeeded

This commit is contained in:
Tom Alexander 2024-04-10 23:41:47 -04:00
parent f5a07e0d70
commit bd441a0293
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -181,7 +181,7 @@ spec:
workspace: cargo-cache
subPath: tracing
runAfter:
- build-image
- run-image-none
params:
- name: docker-image
value: "$(params.image-name):$(tasks.fetch-repository.results.commit)"
@ -224,7 +224,7 @@ spec:
workspace: cargo-cache
subPath: compare
runAfter:
- build-image
- run-image-tracing
params:
- name: docker-image
value: "$(params.image-name):$(tasks.fetch-repository.results.commit)"
@ -267,7 +267,7 @@ spec:
workspace: cargo-cache
subPath: default
runAfter:
- build-image
- run-image-compare
params:
- name: docker-image
value: "$(params.image-name):$(tasks.fetch-repository.results.commit)"
@ -310,7 +310,7 @@ spec:
workspace: cargo-cache
subPath: tracing-compare
runAfter:
- build-image
- run-image-default
params:
- name: docker-image
value: "$(params.image-name):$(tasks.fetch-repository.results.commit)"
@ -358,7 +358,7 @@ spec:
workspace: cargo-cache
subPath: compare-foreign
runAfter:
- build-image
- run-image-tracing-compare
params:
- name: docker-image
value: "$(params.image-name):$(tasks.fetch-repository.results.commit)"
@ -406,7 +406,7 @@ spec:
workspace: cargo-cache
subPath: all
runAfter:
- build-image
- run-image-compare-foreign
params:
- name: docker-image
value: "$(params.image-name):$(tasks.fetch-repository.results.commit)"
@ -460,7 +460,7 @@ spec:
workspace: cargo-cache
subPath: wasm
runAfter:
- build-image
- run-image-all
params:
- name: docker-image
value: "$(params.image-name):$(tasks.fetch-repository.results.commit)"
@ -510,7 +510,7 @@ spec:
workspace: cargo-cache
subPath: wasm-test
runAfter:
- build-image
- run-image-wasm
params:
- name: docker-image
value: "$(params.image-name):$(tasks.fetch-repository.results.commit)"