Skip to content

Commit 9c9058a

Browse files
committed
wip
1 parent 36cd87f commit 9c9058a

File tree

3 files changed

+3
-37
lines changed

3 files changed

+3
-37
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# NOTE(upgrade): Reference the PREVIOUS release here.
8484
PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2023.1
8585
# NOTE(upgrade): Reference the PREVIOUS release branch here.
86-
PREVIOUS_BRANCH: stackhpc/2023.1
86+
PREVIOUS_BRANCH: dnm-ci-test
8787
steps:
8888
- name: Install Package
8989
uses: ConorMacBride/install-package@main
@@ -329,7 +329,7 @@ jobs:
329329
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
330330
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
331331
${{ steps.kayobe_image.outputs.kayobe_image }} \
332-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/migrate-rabbitmq-queues.yml --tags rabbit-queue-migration
332+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/script-run.sh tools/rabbitmq-quorum-migration.sh --skip-checks
333333
env:
334334
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
335335
if: inputs.upgrade

.github/workflows/stackhpc-pull-request.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -106,40 +106,6 @@ jobs:
106106
secrets: inherit
107107
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
108108

109-
all-in-one-ubuntu-jammy-ovn:
110-
name: aio (Ubuntu Jammy OVN)
111-
needs:
112-
- check-changes
113-
- build-kayobe-image
114-
uses: ./.github/workflows/stackhpc-all-in-one.yml
115-
with:
116-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
117-
os_distribution: ubuntu
118-
os_release: jammy
119-
ssh_username: ubuntu
120-
neutron_plugin: ovn
121-
OS_CLOUD: openstack
122-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
123-
secrets: inherit
124-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
125-
126-
all-in-one-rocky-9-ovs:
127-
name: aio (Rocky 9 OVS)
128-
needs:
129-
- check-changes
130-
- build-kayobe-image
131-
uses: ./.github/workflows/stackhpc-all-in-one.yml
132-
with:
133-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
134-
os_distribution: rocky
135-
os_release: "9"
136-
ssh_username: cloud-user
137-
neutron_plugin: ovs
138-
OS_CLOUD: openstack
139-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
140-
secrets: inherit
141-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
142-
143109
all-in-one-rocky-9-ovn:
144110
name: aio (Rocky 9 OVN)
145111
needs:

0 commit comments

Comments
 (0)