Skip to content

Commit 5b08474

Browse files
B00885424petergmurphy
authored andcommitted
Modifying to remove a line preventing the test from running, and provisioning a single node as the backup
1 parent 2a3fdbe commit 5b08474

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/PE_XL_DR_2023_almalinux8.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
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,7 +139,7 @@ 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

0 commit comments

Comments
 (0)