9898 echo ::endgroup::
9999 fi
100100 test-backup : # to replace failed VM
101- test-install :
102101 name : PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
103102 runs-on : ubuntu-20.04
104103 env :
@@ -140,33 +139,12 @@ jobs:
140139 --modulepath spec/fixtures/modules \
141140 provider=provision_service \
142141 image=${{ matrix.image }} \
143- architecture=${{ matrix.architecture }} \
142+ architechture=standard \
144143 --log-level trace
145144 echo ::endgroup::
146145 echo ::group::info:request
147146 cat request.json || true; echo
148147 echo ::endgroup::
149148 echo ::group::info:inventory
150149 sed -e 's/password: .*/password: "[redacted]"/' < spec/fixtures/litmus_inventory.yaml || true
151- echo ::endgroup::
152- - name : Install PE on test cluster
153- timeout-minutes : 120
154- run : |
155- bundle exec bolt plan run peadm_spec::install_test_cluster \
156- --inventoryfile spec/fixtures/litmus_inventory.yaml \
157- --modulepath spec/fixtures/modules \
158- architecture=${{ matrix.architecture }} \
159- version=${{ matrix.version }} \
160- console_password=${{ secrets.CONSOLE_PASSWORD }}
161- - name : Tear down test cluster
162- if : ${{ always() }}
163- continue-on-error : true
164- run : |-
165- if [ -f spec/fixtures/litmus_inventory.yaml ]; then
166- echo ::group::tear_down
167- bundle exec rake 'litmus:tear_down'
168- echo ::endgroup::
169- echo ::group::info:request
170- cat request.json || true; echo
171- echo ::endgroup::
172- fi
150+ echo ::endgroup::
0 commit comments