Skip to content

Commit d6f6935

Browse files
(MAINT) try 9 again
1 parent 1acd8ef commit d6f6935

19 files changed

+97
-89
lines changed

.github/workflows/test-add-compiler-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
architecture: [standard, large, extra-large]
3939
version: [2021.7.9, 2023.8.5, 2025.5.0]
40-
image: [almalinux-cloud/almalinux-8]
40+
image: [almalinux-cloud/almalinux-9]
4141
steps:
4242
- name: Checkout Source
4343
uses: actions/checkout@v4

.github/workflows/test-add-compiler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
image:
77
description: GCP image for test cluster
88
required: true
9-
default: almalinux-cloud/almalinux-8
9+
default: almalinux-cloud/almalinux-9
1010
architecture:
1111
description: PE architecture to test
1212
required: true

.github/workflows/test-add-replica-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
matrix:
3838
architecture: [standard, standard-with-dr, large, extra-large]
3939
version: [2023.8.5, 2025.5.0]
40-
image: [almalinux-cloud/almalinux-8]
40+
image: [almalinux-cloud/almalinux-9]
4141
steps:
4242
- name: Checkout Source
4343
uses: actions/checkout@v4
4444
- name: Activate Ruby 3.1
4545
uses: ruby/setup-ruby@v1
4646
with:
47-
ruby-version: '3.1'
47+
ruby-version: "3.1"
4848
bundler-cache: true
4949
- name: Print bundle environment
5050
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-add-replica.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
image:
77
description: GCP image for test cluster
88
required: true
9-
default: almalinux-cloud/almalinux-8
9+
default: almalinux-cloud/almalinux-9
1010
architecture:
1111
description: PE architecture to test
1212
required: true
@@ -18,7 +18,7 @@ on:
1818
ssh-debugging:
1919
description: Boolean; whether or not to pause for ssh debugging
2020
required: true
21-
default: 'false'
21+
default: "false"
2222
jobs:
2323
test-add-replica:
2424
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
@@ -30,9 +30,9 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
architecture: ['${{ github.event.inputs.architecture }}']
34-
version: ['${{ github.event.inputs.version }}']
35-
image: ['${{ github.event.inputs.image }}']
33+
architecture: ["${{ github.event.inputs.architecture }}"]
34+
version: ["${{ github.event.inputs.version }}"]
35+
image: ["${{ github.event.inputs.image }}"]
3636
steps:
3737
- name: Start SSH session
3838
if: ${{ github.event.inputs.ssh-debugging == 'true' }}
@@ -45,7 +45,7 @@ jobs:
4545
- name: Activate Ruby 3.1
4646
uses: ruby/setup-ruby@v1
4747
with:
48-
ruby-version: '3.1'
48+
ruby-version: "3.1"
4949
bundler-cache: true
5050
- name: Print bundle environment
5151
if: ${{ github.repository_owner == 'puppetlabs' }}

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

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
image:
77
description: GCP image for test cluster
88
required: true
9-
default: almalinux-cloud/almalinux-8
9+
default: almalinux-cloud/almalinux-9
1010
architecture:
1111
description: PE architecture to test
1212
required: true
@@ -18,11 +18,12 @@ on:
1818
ssh-debugging:
1919
description: Boolean; whether or not to pause for ssh debugging
2020
required: true
21-
default: 'false'
21+
default: "false"
2222
jobs:
2323
backup:
24-
name: 'Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
25-
on ${{ inputs.image }}'
24+
name:
25+
"Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
26+
on ${{ inputs.image }}"
2627
runs-on: ubuntu-latest
2728
env:
2829
BOLT_GEM: true
@@ -40,7 +41,7 @@ jobs:
4041
- name: Activate Ruby 3.1
4142
uses: ruby/setup-ruby@v1
4243
with:
43-
ruby-version: '3.1'
44+
ruby-version: "3.1"
4445
bundler-cache: true
4546
- name: Print bundle environment
4647
if: ${{ github.repository_owner == 'puppetlabs' }}
@@ -136,8 +137,9 @@ jobs:
136137
echo ::endgroup::
137138
fi
138139
restore:
139-
name: 'Restore: Cluster B: PE ${{ inputs.version }} ${{ inputs.architecture }}
140-
on ${{ inputs.image }}'
140+
name:
141+
"Restore: Cluster B: PE ${{ inputs.version }} ${{ inputs.architecture }}
142+
on ${{ inputs.image }}"
141143
runs-on: ubuntu-latest
142144
env:
143145
BOLT_GEM: true
@@ -149,7 +151,7 @@ jobs:
149151
- name: Activate Ruby 3.1
150152
uses: ruby/setup-ruby@v1
151153
with:
152-
ruby-version: '3.1'
154+
ruby-version: "3.1"
153155
bundler-cache: true
154156
- name: Print bundle environment
155157
if: ${{ github.repository_owner == 'puppetlabs' }}
@@ -199,8 +201,9 @@ jobs:
199201
uses: lewagon/[email protected]
200202
with:
201203
ref: ${{ github.ref }}
202-
check-name: 'Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
203-
on ${{ inputs.image }}'
204+
check-name:
205+
"Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
206+
on ${{ inputs.image }}"
204207
repo-token: ${{ secrets.GITHUB_TOKEN }}
205208
wait-interval: 10
206209
- name: Tear down cluster B

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
image:
99
description: GCP image for test cluster
1010
required: true
11-
default: almalinux-cloud/almalinux-8
11+
default: almalinux-cloud/almalinux-9
1212
architecture:
1313
description: PE architecture to test
1414
required: true
@@ -28,11 +28,12 @@ on:
2828
ssh-debugging:
2929
description: Boolean; whether or not to pause for ssh debugging
3030
required: true
31-
default: 'false'
31+
default: "false"
3232
jobs:
3333
backup-restore-test:
34-
name: "Backup, break and restore cluster: PE ${{ github.event.inputs.version || '2025.5.0' }}\
35-
\ ${{ github.event.inputs.architecture || 'extra-large' }} on ${{ github.event.inputs.image || 'almalinux-cloud/almalinux-8' }}"
34+
name:
35+
"Backup, break and restore cluster: PE ${{ github.event.inputs.version || '2025.5.0' }}\
36+
\ ${{ github.event.inputs.architecture || 'extra-large' }} on ${{ github.event.inputs.image || 'almalinux-cloud/almalinux-9' }}"
3637
runs-on: ubuntu-latest
3738
env:
3839
BOLT_GEM: true
@@ -50,7 +51,7 @@ jobs:
5051
- name: Activate Ruby 3.1
5152
uses: ruby/setup-ruby@v1
5253
with:
53-
ruby-version: '3.1'
54+
ruby-version: "3.1"
5455
bundler-cache: true
5556
- name: Print bundle environment
5657
if: ${{ github.repository_owner == 'puppetlabs' }}
@@ -72,7 +73,7 @@ jobs:
7273
bundle exec bolt plan run peadm_spec::provision_test_cluster \
7374
--modulepath spec/fixtures/modules \
7475
provider=provision_service \
75-
image=${{ github.event.inputs.image || 'almalinux-cloud/almalinux-8' }} \
76+
image=${{ github.event.inputs.image || 'almalinux-cloud/almalinux-9' }} \
7677
architecture=${{ github.event.inputs.architecture || 'extra-large' }}
7778
echo ::endgroup::
7879
echo ::group::info:request

.github/workflows/test-failover.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
image:
77
description: GCP image for test cluster
88
required: true
9-
default: almalinux-cloud/almalinux-8
9+
default: almalinux-cloud/almalinux-9
1010
version:
1111
description: PE version to install
1212
required: true
@@ -18,7 +18,7 @@ on:
1818
ssh-debugging:
1919
description: Boolean; whether or not to pause for ssh debugging
2020
required: true
21-
default: 'false'
21+
default: "false"
2222
log_level:
2323
description: Bolt log level
2424
required: false
@@ -34,8 +34,8 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
version: ['${{ github.event.inputs.version }}']
38-
image: ['${{ github.event.inputs.image }}']
37+
version: ["${{ github.event.inputs.version }}"]
38+
image: ["${{ github.event.inputs.image }}"]
3939
architecture: [extra-large-with-dr]
4040
steps:
4141
- name: Start SSH session
@@ -49,7 +49,7 @@ jobs:
4949
- name: Activate Ruby 3.1
5050
uses: ruby/setup-ruby@v1
5151
with:
52-
ruby-version: '3.1'
52+
ruby-version: "3.1"
5353
bundler-cache: true
5454
- name: Print bundle environment
5555
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-install-latest-dev.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
image:
77
description: GCP image for test cluster
88
required: true
9-
default: almalinux-cloud/almalinux-8
9+
default: almalinux-cloud/almalinux-9
1010
architecture:
1111
type: choice
1212
required: true
@@ -22,7 +22,7 @@ on:
2222
ssh-debugging:
2323
description: Boolean; whether or not to pause for ssh debugging
2424
required: true
25-
default: 'false'
25+
default: "false"
2626
jobs:
2727
test-install:
2828
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
@@ -34,8 +34,8 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
architecture: ['${{ github.event.inputs.architecture }}']
38-
image: ['${{ github.event.inputs.image }}']
37+
architecture: ["${{ github.event.inputs.architecture }}"]
38+
image: ["${{ github.event.inputs.image }}"]
3939
steps:
4040
- name: Start SSH session
4141
if: ${{ github.event.inputs.ssh-debugging == 'true' }}
@@ -48,7 +48,7 @@ jobs:
4848
- name: Activate Ruby 3.1
4949
uses: ruby/setup-ruby@v1
5050
with:
51-
ruby-version: '3.1'
51+
ruby-version: "3.1"
5252
bundler-cache: true
5353
- name: Print bundle environment
5454
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-install-latest-xlarge-dev-nightly.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
ssh-debugging:
99
description: Boolean; whether or not to pause for ssh debugging
1010
required: true
11-
default: 'false'
11+
default: "false"
1212
jobs:
1313
test-install:
1414
name: PE nightly using ${{ matrix.architecture }} on ${{ matrix.image }}
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
architecture: [extra-large-with-dr]
24-
image: [almalinux-cloud/almalinux-8]
24+
image: [almalinux-cloud/almalinux-9]
2525
steps:
2626
- name: Start SSH session
2727
if: ${{ github.event.inputs.ssh-debugging == 'true' }}
@@ -34,7 +34,7 @@ jobs:
3434
- name: Activate Ruby 3.1
3535
uses: ruby/setup-ruby@v1
3636
with:
37-
ruby-version: '3.1'
37+
ruby-version: "3.1"
3838
bundler-cache: true
3939
- name: Print bundle environment
4040
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-install-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
matrix:
3838
architecture: [standard-with-dr, large, extra-large-with-dr]
3939
version: [2021.7.9, 2023.8.5, 2025.5.0]
40-
image: [almalinux-cloud/almalinux-8]
40+
image: [almalinux-cloud/almalinux-9]
4141
steps:
4242
- name: Checkout Source
4343
uses: actions/checkout@v4
4444
- name: Activate Ruby 3.1
4545
uses: ruby/setup-ruby@v1
4646
with:
47-
ruby-version: '3.1'
47+
ruby-version: "3.1"
4848
bundler-cache: true
4949
- name: Print bundle environment
5050
if: ${{ github.repository_owner == 'puppetlabs' }}

0 commit comments

Comments
 (0)