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.
This commit is contained in:
2025-11-22 09:12:28 -06:00
parent 957d170a69
commit 27de8ca430

View File

@@ -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: