From 464685b52bec7caa0764833d486fb942eff7d822 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 16 Oct 2023 19:27:15 -0400 Subject: [PATCH] Use a cargo cache for the clippy CI job. --- .lighthouse/pipeline-clippy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.lighthouse/pipeline-clippy.yaml b/.lighthouse/pipeline-clippy.yaml index ab29a783..feae1aeb 100644 --- a/.lighthouse/pipeline-clippy.yaml +++ b/.lighthouse/pipeline-clippy.yaml @@ -79,6 +79,8 @@ spec: workspaces: - name: source workspace: git-source + - name: cargo-cache + workspace: cargo-cache runAfter: - fetch-repository params: @@ -157,7 +159,7 @@ spec: subPath: rust-source - name: cargo-cache persistentVolumeClaim: - claimName: organic-cargo-cache-fmt + claimName: organic-cargo-cache-clippy - name: docker-credentials secret: secretName: harbor-plain