We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c67e3 commit 92cddc5Copy full SHA for 92cddc5
.github/workflows/test-migration.yaml
@@ -118,6 +118,7 @@ jobs:
118
new_replica_host=$(yq -r '.groups[].targets[] | select(.vars.role == "new-replica") | .name // ""' spec/fixtures/litmus_inventory.yaml) \
119
new_primary_postgresql_host=$(yq -r '.groups[].targets[] | select(.vars.role == "new-primary-pdb-postgresql") | .name // ""' spec/fixtures/litmus_inventory.yaml) \
120
new_replica_postgresql_host=$(yq -r '.groups[].targets[] | select(.vars.role == "new-replica-pdb-postgresql") | .name // ""' spec/fixtures/litmus_inventory.yaml) \
121
+ upgrade_version=${{ matrix.new_pe_version }} \
122
--no-host-key-check
123
- name: Install PE on test cluster
124
timeout-minutes: 120
0 commit comments