Skip to content

Commit a823d16

Browse files
TEST try vmpooler as provisioner
1 parent a13868a commit a823d16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-migration.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ jobs:
4444
- large-with-dr
4545
- extra-large-with-dr
4646
version: [2021.7.9, 2023.8.2, 2025.2.0]
47-
image: [almalinux-cloud/almalinux-8]
47+
image: [ubuntu-2404-x86_64]
4848
include:
4949
- architecture: standard
5050
version: 2023.8.0
51-
image: almalinux-cloud/almalinux-8
51+
image: ubuntu-2404-x86_64
5252
new_pe_version: 2025.2.0
5353
- architecture: large
5454
version: 2023.8.0
55-
image: almalinux-cloud/almalinux-8
55+
image: ubuntu-2404-x86_64
5656
new_pe_version: 2025.2.0
5757
- architecture: extra-large
5858
version: 2023.8.0
59-
image: almalinux-cloud/almalinux-8
59+
image: ubuntu-2404-x86_64
6060
new_pe_version: 2025.2.0
6161
steps:
6262
- name: Checkout Source
@@ -87,7 +87,7 @@ jobs:
8787
echo ::group::provision
8888
bundle exec bolt plan run peadm_spec::provision_test_cluster \
8989
--modulepath spec/fixtures/modules \
90-
provider=provision_service \
90+
provider=vmpooler \
9191
image=${{ matrix.image }} \
9292
architecture=${{ matrix.architecture }}-migration \
9393
--log-level trace

0 commit comments

Comments
 (0)