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
1818 ssh-debugging :
1919 description : Boolean; whether or not to pause for ssh debugging
2020 required : true
21- default : ' false'
21+ default : " false"
2222jobs :
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
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:
199201200202 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
0 commit comments