From bd441a02935084d33ce0c18710faa3abf8760de2 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Wed, 10 Apr 2024 23:41:47 -0400 Subject: [PATCH] Serialize the build job to try to reduce disruption on the cluster. --- .lighthouse/pipeline-build-organic.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.lighthouse/pipeline-build-organic.yaml b/.lighthouse/pipeline-build-organic.yaml index a24ee9b..c05beff 100644 --- a/.lighthouse/pipeline-build-organic.yaml +++ b/.lighthouse/pipeline-build-organic.yaml @@ -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)"