@@ -38,11 +38,11 @@ jobs:
3838 matrix :
3939 architecture :
4040 - standard
41- - large
42- - extra-large
43- - standard-with-dr
44- - large-with-dr
45- - extra-large-with-dr
41+ # - large
42+ # - extra-large
43+ # - standard-with-dr
44+ # - large-with-dr
45+ # - extra-large-with-dr
4646 # version: [2021.7.9, 2023.8.1, 2025.0.0]
4747 version : [2025.0.0]
4848 image : [almalinux-cloud/almalinux-8]
@@ -101,6 +101,16 @@ jobs:
101101 - name : Output contents of litmus_inventory.yaml
102102 run : |
103103 cat spec/fixtures/litmus_inventory.yaml
104+ - name : Install PE on test cluster
105+ timeout-minutes : 120
106+ run : |
107+ bundle exec bolt plan run peadm_spec::install_test_cluster \
108+ --inventoryfile spec/fixtures/litmus_inventory.yaml \
109+ --modulepath spec/fixtures/modules \
110+ architecture=${{ matrix.architecture }} \
111+ version=${{ matrix.version }} \
112+ console_password=${{ secrets.CONSOLE_PASSWORD }} \
113+ code_manager_auto_configure=true
104114 - name : Perform migration
105115 run : |
106116 echo ::group::prepare
@@ -120,16 +130,6 @@ jobs:
120130 new_replica_postgresql_host=$(yq -r '.groups[].targets[] | select(.vars.role == "new-replica-pdb-postgresql") | .name // ""' spec/fixtures/litmus_inventory.yaml) \
121131 upgrade_version=${{ matrix.new_pe_version }} \
122132 --no-host-key-check
123- - name : Install PE on test cluster
124- timeout-minutes : 120
125- run : |
126- bundle exec bolt plan run peadm_spec::install_test_cluster \
127- --inventoryfile spec/fixtures/litmus_inventory.yaml \
128- --modulepath spec/fixtures/modules \
129- architecture=${{ matrix.architecture }} \
130- version=${{ matrix.version }} \
131- console_password=${{ secrets.CONSOLE_PASSWORD }} \
132- code_manager_auto_configure=true
133133 - name : Tear down PE ${{ matrix.architecture }} test cluster
134134 if : ${{ always() }}
135135 continue-on-error : true
0 commit comments