Skip to content

Commit ec8dfd2

Browse files
(PE-40535) Github Actions deprecated Ubuntu 20.04 support (#559)
1 parent 02407fe commit ec8dfd2

22 files changed

+24
-24
lines changed

.github/workflows/auto_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
jobs:
88
auto_release:
99
name: Automatic release prep
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Source
1313
if: ${{ github.repository_owner == 'puppetlabs' }}

.github/workflows/spec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
jobs:
2929
setup_matrix:
3030
name: Setup Test Matrix
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-latest
3232
outputs:
3333
spec_matrix: ${{ steps.get-matrix.outputs.spec_matrix }}
3434
steps:
@@ -63,7 +63,7 @@ jobs:
6363
name: 'Spec Tests (Puppet: ${{matrix.puppet_version}}, Ruby Ver: ${{matrix.ruby_version}})'
6464
needs: [setup_matrix]
6565
if: ${{ needs.setup_matrix.outputs.spec_matrix != '{}' }}
66-
runs-on: ubuntu-20.04
66+
runs-on: ubuntu-latest
6767
strategy:
6868
fail-fast: false
6969
matrix: ${{fromJson(needs.setup_matrix.outputs.spec_matrix)}}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
test-add-compiler:
2929
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3131
env:
3232
BOLT_GEM: true
3333
BOLT_DISABLE_ANALYTICS: true

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
test-add-compiler:
2424
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-latest
2626
env:
2727
BOLT_GEM: true
2828
BOLT_DISABLE_ANALYTICS: true

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
test-add-replica:
2929
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3131
env:
3232
BOLT_GEM: true
3333
BOLT_DISABLE_ANALYTICS: true

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
test-add-replica:
2424
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-latest
2626
env:
2727
BOLT_GEM: true
2828
BOLT_DISABLE_ANALYTICS: true

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
backup:
2424
name: 'Backup: Cluster A: PE ${{ inputs.version }} ${{ inputs.architecture }}
2525
on ${{ inputs.image }}'
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727
env:
2828
BOLT_GEM: true
2929
BOLT_DISABLE_ANALYTICS: true
@@ -138,7 +138,7 @@ jobs:
138138
restore:
139139
name: 'Restore: Cluster B: PE ${{ inputs.version }} ${{ inputs.architecture }}
140140
on ${{ inputs.image }}'
141-
runs-on: ubuntu-20.04
141+
runs-on: ubuntu-latest
142142
env:
143143
BOLT_GEM: true
144144
BOLT_DISABLE_ANALYTICS: true

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
backup-restore-test:
3434
name: "Backup, break and restore cluster: PE ${{ github.event.inputs.version || '2025.1.0' }}\
3535
\ ${{ github.event.inputs.architecture || 'extra-large' }} on ${{ github.event.inputs.image || 'almalinux-cloud/almalinux-8' }}"
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-latest
3737
env:
3838
BOLT_GEM: true
3939
BOLT_DISABLE_ANALYTICS: true

.github/workflows/test-failover.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
test-failover:
2828
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-latest
3030
env:
3131
BOLT_GEM: true
3232
BOLT_DISABLE_ANALYTICS: true

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
test-install:
2929
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
3030
with fips ${{ matrix.fips }}
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-latest
3232
env:
3333
BOLT_GEM: true
3434
BOLT_DISABLE_ANALYTICS: true

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727
test-install:
2828
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-latest
3030
env:
3131
BOLT_GEM: true
3232
BOLT_DISABLE_ANALYTICS: true

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
test-install:
1414
name: PE nightly using ${{ matrix.architecture }} on ${{ matrix.image }}
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
env:
1717
BOLT_GEM: true
1818
BOLT_DISABLE_ANALYTICS: true

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
test-install:
2929
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3131
env:
3232
BOLT_GEM: true
3333
BOLT_DISABLE_ANALYTICS: true

.github/workflows/test-install-rhel-9.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
test-install:
2929
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3131
env:
3232
BOLT_GEM: true
3333
BOLT_DISABLE_ANALYTICS: true

.github/workflows/test-install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
test-install:
2424
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-latest
2626
env:
2727
BOLT_GEM: true
2828
BOLT_DISABLE_ANALYTICS: true

.github/workflows/test-legacy-compilers.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
jobs:
3333
convert_compiler:
3434
name: Convert compilers to legacy
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-latest
3636
env:
3737
BOLT_GEM: true
3838
BOLT_DISABLE_ANALYTICS: true

.github/workflows/test-legacy-upgrade.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
jobs:
3333
upgrade_with_legacy_compilers:
3434
name: Upgrade PE with legacy compilers
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-latest
3636
env:
3737
BOLT_GEM: true
3838
BOLT_DISABLE_ANALYTICS: true

.github/workflows/test-replace-failed-postgresql.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
test-replace-failed-postgresql:
2929
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3131
env:
3232
BOLT_GEM: true
3333
BOLT_DISABLE_ANALYTICS: true

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
test-upgrade:
3333
name: PE ${{ matrix.version }} to latest dev using ${{ matrix.architecture }}
3434
on ${{ matrix.image }}
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-latest
3636
env:
3737
BOLT_GEM: true
3838
BOLT_DISABLE_ANALYTICS: true

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test-upgrade:
88
name: PE ${{ matrix.version }} to nightly dev using ${{ matrix.architecture }}
99
on ${{ matrix.image }}
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
env:
1212
BOLT_GEM: true
1313
BOLT_DISABLE_ANALYTICS: true

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
test-upgrade:
2929
name: PE ${{ matrix.version }} to ${{ matrix.version_to_upgrade }} ${{ matrix.architecture }}
3030
on ${{ matrix.image }}
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-latest
3232
env:
3333
BOLT_GEM: true
3434
BOLT_DISABLE_ANALYTICS: true

.github/workflows/test-upgrade.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
jobs:
3535
test-upgrade:
3636
name: PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-latest
3838
env:
3939
BOLT_GEM: true
4040
BOLT_DISABLE_ANALYTICS: true

0 commit comments

Comments
 (0)