From f359676e289ab422ae6520420547ebc2ea57d99a Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 27 Jul 2023 20:46:18 -0400 Subject: [PATCH] Separate out the persistent volumes for cargo cache for tekton pipelines. Both pipelines running simultaneously is causing non-deterministic failures. --- .lighthouse/pipeline-rust-test.yaml | 2 +- .lighthouse/pipeline-rustfmt.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.lighthouse/pipeline-rust-test.yaml b/.lighthouse/pipeline-rust-test.yaml index 70e95ee5..6486df55 100644 --- a/.lighthouse/pipeline-rust-test.yaml +++ b/.lighthouse/pipeline-rust-test.yaml @@ -196,7 +196,7 @@ spec: subPath: rust-source - name: cargo-cache persistentVolumeClaim: - claimName: cargo-cache + claimName: organic-cargo-cache-test - name: docker-credentials secret: secretName: harbor-plain diff --git a/.lighthouse/pipeline-rustfmt.yaml b/.lighthouse/pipeline-rustfmt.yaml index 3c192e5d..d25e1c18 100644 --- a/.lighthouse/pipeline-rustfmt.yaml +++ b/.lighthouse/pipeline-rustfmt.yaml @@ -236,7 +236,7 @@ spec: subPath: rust-source - name: cargo-cache persistentVolumeClaim: - claimName: cargo-cache + claimName: organic-cargo-cache-fmt - name: docker-credentials secret: secretName: harbor-plain