Skip to content

Commit e0e42be

Browse files
(PE-40222) try some hard coding
1 parent 17e08ee commit e0e42be

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/test-backup-restore-migration.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ on:
4343
default: 'false'
4444
jobs:
4545
backup:
46-
name: 'Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
47-
on ${{ inputs.image }}'
46+
name: 'Backup: Cluster A: PE 2021.7.4 extra-large-with-dr
47+
on almalinux-cloud/almalinux-8'
4848
runs-on: ubuntu-20.04
4949
env:
5050
BOLT_GEM: true
@@ -84,8 +84,8 @@ jobs:
8484
bundle exec bolt plan run peadm_spec::provision_test_cluster \
8585
--modulepath spec/fixtures/modules \
8686
provider=provision_service \
87-
image=${{ inputs.image }} \
88-
architecture=${{ inputs.architecture }}
87+
image=almalinux-cloud/almalinux-8 \
88+
architecture=extra-large-with-dr
8989
echo ::endgroup::
9090
echo ::group::info:request
9191
cat request.json || true; echo
@@ -105,8 +105,8 @@ jobs:
105105
bundle exec bolt plan run peadm_spec::install_test_cluster \
106106
--inventoryfile spec/fixtures/litmus_inventory.yaml \
107107
--modulepath spec/fixtures/modules \
108-
architecture=${{ inputs.architecture }} \
109-
version=${{ inputs.version }} \
108+
architecture=extra-large-with-dr \
109+
version=2021.7.4 \
110110
console_password=${{ secrets.CONSOLE_PASSWORD }}
111111
- name: Start SSH session
112112
if: github.event.inputs.ssh-debugging == 'true'
@@ -158,8 +158,8 @@ jobs:
158158
echo ::endgroup::
159159
fi
160160
restore:
161-
name: 'Restore: Cluster B: PE ${{ inputs.version }} ${{ inputs.architecture }}
162-
on ${{ inputs.image }}'
161+
name: 'Restore: Cluster B: PE 2021.7.4 standard
162+
on almalinux-cloud/almalinux-8'
163163
runs-on: ubuntu-20.04
164164
env:
165165
BOLT_GEM: true
@@ -193,8 +193,8 @@ jobs:
193193
bundle exec bolt plan run peadm_spec::provision_test_cluster \
194194
--modulepath spec/fixtures/modules \
195195
provider=provision_service \
196-
image=${{ inputs.image }} \
197-
architecture=${{ inputs.architecture }}
196+
image=almalinux-cloud/almalinux-8 \
197+
architecture=standard
198198
echo ::endgroup::
199199
echo ::group::info:request
200200
cat request.json || true; echo
@@ -214,15 +214,15 @@ jobs:
214214
bundle exec bolt plan run peadm_spec::install_test_cluster \
215215
--inventoryfile spec/fixtures/litmus_inventory.yaml \
216216
--modulepath spec/fixtures/modules \
217-
architecture=${{ inputs.architecture }} \
218-
version=${{ inputs.version }} \
217+
architecture=standard \
218+
version=2021.7.4 \
219219
console_password=${{ secrets.CONSOLE_PASSWORD }}
220220
- name: Wait for backup to finish
221221
uses: lewagon/[email protected]
222222
with:
223223
ref: ${{ github.ref }}
224-
check-name: 'Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
225-
on ${{ inputs.image }}'
224+
check-name: 'Backup: Cluster A: PE 2021.7.4 extra-large-with-dr
225+
on almalinux-cloud/almalinux-8'
226226
repo-token: ${{ secrets.GITHUB_TOKEN }}
227227
wait-interval: 10
228228
- name: Tear down cluster B

0 commit comments

Comments
 (0)