Skip to content

Commit b863ab5

Browse files
authored
Merge pull request #1620 from stackhpc/epoxy-rabbitmq-queue-migration
Migrate RabbitMQ queues in ci-aio
2 parents 175d981 + 3fdb4f2 commit b863ab5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

+11
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,17 @@ jobs:
335335
env:
336336
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
337337

338+
- name: Run upgrade prerequisites
339+
run: |
340+
docker run -t --rm \
341+
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
342+
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
343+
${{ steps.kayobe_image.outputs.kayobe_image }} \
344+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/script-run.sh tools/upgrade-prerequisites.sh
345+
env:
346+
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
347+
if: inputs.upgrade
348+
338349
# If testing upgrade, checkout the current release branch
339350
# Stash changes to tracked files, and set clean=false to avoid removing untracked files.
340351
# Revert changes to RabbitMQ Queue types to avoid a merge conflict

0 commit comments

Comments
 (0)