Skip to content

Commit 169d712

Browse files
(PE-40377) test include
1 parent 51b4a7b commit 169d712

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-migration.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
# version: [2021.7.9, 2023.8.1, 2025.0.0]
4646
version: [2025.0.0]
4747
image: [almalinux-cloud/almalinux-8]
48+
include:
49+
- architecture: standard
50+
version: 2023.8.1
51+
image: almalinux-cloud/almalinux-8
52+
new_pe_version: 2025.0.0
4853
steps:
4954
- name: Checkout Source
5055
uses: actions/checkout@v4
@@ -125,7 +130,7 @@ jobs:
125130
new_replica_host=$(yq -r '.groups[].targets[] | select(.vars.role == "new-replica") | .name // ""' spec/fixtures/litmus_inventory.yaml) \
126131
new_primary_postgresql_host=$(yq -r '.groups[].targets[] | select(.vars.role == "new-primary-pdb-postgresql") | .name // ""' spec/fixtures/litmus_inventory.yaml) \
127132
new_replica_postgresql_host=$(yq -r '.groups[].targets[] | select(.vars.role == "new-replica-pdb-postgresql") | .name // ""' spec/fixtures/litmus_inventory.yaml) \
128-
new_pe_version= \
133+
new_pe_version=${{ matrix.new_pe_version }} \
129134
--no-host-key-check
130135
- name: Tear down PE ${{ matrix.architecture }} test cluster
131136
if: ${{ always() }}

0 commit comments

Comments
 (0)