Skip to content

Commit 823b5ad

Browse files
committed
alex is a big dumb dumb
1 parent 67575d0 commit 823b5ad

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
# Stash changes to tracked files, and set clean=false to avoid removing untracked files.
340340
# Revert changes to RabbitMQ Queue types to avoid a merge conflict
341341
- name: Stash config changes
342-
run: git restore etc/kayobe/environments/ci-aio/kolla/globals && git stash
342+
run: git restore etc/kayobe/environments/ci-aio/kolla/globals.yml && git stash
343343
if: inputs.upgrade
344344

345345
- name: Checkout current release config

etc/kayobe/environments/ci-aio/kolla/globals.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ opensearch_heap_size: 200m
1414

1515
# Increase Grafana timeout
1616
grafana_start_first_node_retries: 20
17-
18-
# Ensure Rabbit is deployed with HA rather than Quorum queues (to test migrations)
19-
om_enable_rabbitmq_high_availability: true
20-
om_enable_rabbitmq_quorum_queues: false

0 commit comments

Comments
 (0)