Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .test_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions spartan/aztec-network/templates/blob-sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: {}
Expand Down