File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
etc/kayobe/environments/ci-aio/kolla Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ jobs:
339
339
# Stash changes to tracked files, and set clean=false to avoid removing untracked files.
340
340
# Revert changes to RabbitMQ Queue types to avoid a merge conflict
341
341
- 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
343
343
if : inputs.upgrade
344
344
345
345
- name : Checkout current release config
Original file line number Diff line number Diff line change @@ -14,7 +14,3 @@ opensearch_heap_size: 200m
14
14
15
15
# Increase Grafana timeout
16
16
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
You can’t perform that action at this time.
0 commit comments