Skip to content

Commit a7d299a

Browse files
(MAINT) yaml fixes
1 parent d6f6935 commit a7d299a

17 files changed

+58
-66
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ 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:
25-
"Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
26-
on ${{ inputs.image }}"
24+
name: 'Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
25+
on ${{ inputs.image }}'
2726
runs-on: ubuntu-latest
2827
env:
2928
BOLT_GEM: true
@@ -41,7 +40,7 @@ jobs:
4140
- name: Activate Ruby 3.1
4241
uses: ruby/setup-ruby@v1
4342
with:
44-
ruby-version: "3.1"
43+
ruby-version: '3.1'
4544
bundler-cache: true
4645
- name: Print bundle environment
4746
if: ${{ github.repository_owner == 'puppetlabs' }}
@@ -137,9 +136,8 @@ jobs:
137136
echo ::endgroup::
138137
fi
139138
restore:
140-
name:
141-
"Restore: Cluster B: PE ${{ inputs.version }} ${{ inputs.architecture }}
142-
on ${{ inputs.image }}"
139+
name: 'Restore: Cluster B: PE ${{ inputs.version }} ${{ inputs.architecture }}
140+
on ${{ inputs.image }}'
143141
runs-on: ubuntu-latest
144142
env:
145143
BOLT_GEM: true
@@ -151,7 +149,7 @@ jobs:
151149
- name: Activate Ruby 3.1
152150
uses: ruby/setup-ruby@v1
153151
with:
154-
ruby-version: "3.1"
152+
ruby-version: '3.1'
155153
bundler-cache: true
156154
- name: Print bundle environment
157155
if: ${{ github.repository_owner == 'puppetlabs' }}
@@ -201,9 +199,8 @@ jobs:
201199
uses: lewagon/[email protected]
202200
with:
203201
ref: ${{ github.ref }}
204-
check-name:
205-
"Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
206-
on ${{ inputs.image }}"
202+
check-name: 'Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
203+
on ${{ inputs.image }}'
207204
repo-token: ${{ secrets.GITHUB_TOKEN }}
208205
wait-interval: 10
209206
- name: Tear down cluster B

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ 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:
35-
"Backup, break and restore cluster: PE ${{ github.event.inputs.version || '2025.5.0' }}\
34+
name: "Backup, break and restore cluster: PE ${{ github.event.inputs.version || '2025.5.0' }}\
3635
\ ${{ github.event.inputs.architecture || 'extra-large' }} on ${{ github.event.inputs.image || 'almalinux-cloud/almalinux-9' }}"
3736
runs-on: ubuntu-latest
3837
env:
@@ -51,7 +50,7 @@ jobs:
5150
- name: Activate Ruby 3.1
5251
uses: ruby/setup-ruby@v1
5352
with:
54-
ruby-version: "3.1"
53+
ruby-version: '3.1'
5554
bundler-cache: true
5655
- name: Print bundle environment
5756
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/test-failover.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 2 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 }}
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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-install.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-install:
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-legacy-compilers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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
convert_compiler:
3434
name: Convert compilers to legacy
@@ -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' }}

0 commit comments

Comments
 (0)