File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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() }}
You can’t perform that action at this time.
0 commit comments