diff --git a/.test_patterns.yml b/.test_patterns.yml index 7f1c52171730..e27552067056 100644 --- a/.test_patterns.yml +++ b/.test_patterns.yml @@ -41,7 +41,6 @@ tests: owners: - *tom - # noir # Something to do with how I run the tests now. Think these are fine in nextest. - regex: "noir_lsp-.* notifications::notification_tests::test_caches_open_files" @@ -161,18 +160,6 @@ tests: owners: - *leila - - regex: "spartan/bootstrap.sh test-prod-deployment" - owners: - - *mitch - - - regex: "spartan/bootstrap.sh test-kind-upgrade-rollup-version" - owners: - - *mitch - - - regex: "spartan/bootstrap.sh test-kind-transfer" - owners: - - *phil - - *mitch - regex: "spartan/bootstrap.sh test-local" skip: true owners: diff --git a/spartan/aztec-network/templates/blob-sink.yaml b/spartan/aztec-network/templates/blob-sink.yaml index 55a5c456534c..60362f78d633 100644 --- a/spartan/aztec-network/templates/blob-sink.yaml +++ b/spartan/aztec-network/templates/blob-sink.yaml @@ -61,6 +61,8 @@ spec: volumeMounts: - name: blob-sink-data mountPath: {{ .Values.blobSink.dataStoreConfig.dataDir }} + - name: config + mountPath: /shared/config env: - name: POD_IP valueFrom: @@ -97,6 +99,12 @@ spec: resources: {{- toYaml .Values.blobSink.resources | nindent 12 }} volumes: + - name: scripts + configMap: + name: {{ include "aztec-network.fullname" . }}-scripts + defaultMode: 0755 + - name: config + emptyDir: {} {{- if .Values.storage.localSsd }} - name: blob-sink-data emptyDir: {}