From 27de8ca430823a05631e59ef056b1f442cf67f61 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 22 Nov 2025 09:12:28 -0600 Subject: [PATCH] jenkins: Use a single PV for all Buildroot jobs Instead of allocating a volume for each individual Buildroot-based project, I think it will be easier to reuse the same one for all of them. It's not like we can really run more than one job at a time, anyway. --- jenkins/workspace-volume.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/workspace-volume.yaml b/jenkins/workspace-volume.yaml index bff6702..2284215 100644 --- a/jenkins/workspace-volume.yaml +++ b/jenkins/workspace-volume.yaml @@ -1,10 +1,10 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: buildroot-airplaypi + name: buildroot namespace: jenkins-jobs labels: - app.kubernetes.io/name: buildroot-airplaypi + app.kubernetes.io/name: buildroot app.kubernetes.io/component: jenkins spec: accessModes: