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

main
Tom Alexander 1 month ago
parent f5a07e0d70
commit bd441a0293
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -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)"

Loading…
Cancel
Save