Skip to content

Commit 0034da1

Browse files
committed
ci: use larger runner for other workflows
1 parent 8579cd8 commit 0034da1

11 files changed

+30
-30
lines changed

.github/workflows/ami-release-nix-single.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
build:
22-
runs-on: arm-runner
22+
runs-on: large-linux-arm
2323
timeout-minutes: 150
2424

2525
steps:

.github/workflows/ami-release-nix.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
prepare:
20-
runs-on: ubuntu-latest
20+
runs-on: large-linux-x86
2121
outputs:
2222
postgres_versions: ${{ steps.set-versions.outputs.postgres_versions }}
2323
steps:
@@ -38,11 +38,7 @@ jobs:
3838
matrix:
3939
postgres_version: ${{ fromJson(needs.prepare.outputs.postgres_versions) }}
4040
include:
41-
- runner: arm-runner
42-
arch: arm64
43-
ubuntu_release: focal
44-
ubuntu_version: 20.04
45-
mcpu: neoverse-n1
41+
- runner: large-linux-arm
4642
runs-on: ${{ matrix.runner }}
4743
timeout-minutes: 150
4844

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
prepare:
19-
runs-on: ubuntu-latest
19+
runs-on: large-linux-x86
2020
outputs:
2121
matrix_config: ${{ steps.set-matrix.outputs.matrix_config }}
2222
steps:
@@ -49,7 +49,7 @@ jobs:
4949
needs: prepare
5050
strategy:
5151
matrix: ${{ fromJson(needs.prepare.outputs.matrix_config) }}
52-
runs-on: ubuntu-latest
52+
runs-on: large-linux-x86
5353
outputs:
5454
build_args: ${{ steps.args.outputs.result }}
5555
steps:
@@ -75,7 +75,7 @@ jobs:
7575
matrix:
7676
postgres: ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
7777
arch: [amd64, arm64]
78-
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'arm-runner' }}
78+
runs-on: ${{ matrix.arch == 'amd64' && 'large-linux-x86' || 'large-linux-arm' }}
7979
timeout-minutes: 180
8080
steps:
8181
- name: Checkout Repo
@@ -132,7 +132,7 @@ jobs:
132132
strategy:
133133
matrix:
134134
include: ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
135-
runs-on: ubuntu-latest
135+
runs-on: large-linux-x86
136136
steps:
137137
- name: Checkout Repo
138138
uses: supabase/postgres/.github/actions/shared-checkout@HEAD
@@ -176,7 +176,7 @@ jobs:
176176
${{ steps.get_version.outputs.pg_version }}_arm64
177177
combine_results:
178178
needs: [prepare, merge_manifest]
179-
runs-on: ubuntu-latest
179+
runs-on: large-linux-x86
180180
steps:
181181
- name: Checkout Repo
182182
uses: supabase/postgres/.github/actions/shared-checkout@HEAD

.github/workflows/manual-docker-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
prepare:
16-
runs-on: ubuntu-latest
16+
runs-on: large-linux-x86
1717
outputs:
1818
matrix_config: ${{ steps.set-matrix.outputs.matrix_config }}
1919
steps:
@@ -46,7 +46,7 @@ jobs:
4646
needs: prepare
4747
strategy:
4848
matrix: ${{ fromJson(needs.prepare.outputs.matrix_config) }}
49-
runs-on: ubuntu-latest
49+
runs-on: large-linux-x86
5050
outputs:
5151
build_args: ${{ steps.args.outputs.result }}
5252
steps:
@@ -72,7 +72,7 @@ jobs:
7272
matrix:
7373
postgres: ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
7474
arch: [amd64, arm64]
75-
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'arm-runner' }}
75+
runs-on: ${{ matrix.arch == 'amd64' && 'large-linux-x86' || 'large-linux-arm' }}
7676
timeout-minutes: 180
7777
steps:
7878
- name: Checkout Repo
@@ -141,7 +141,7 @@ jobs:
141141
strategy:
142142
matrix:
143143
include: ${{ fromJson(needs.prepare.outputs.matrix_config).include }}
144-
runs-on: ubuntu-latest
144+
runs-on: large-linux-x86
145145
steps:
146146
- name: Checkout Repo
147147
uses: supabase/postgres/.github/actions/shared-checkout@HEAD
@@ -185,7 +185,7 @@ jobs:
185185
${{ steps.get_version.outputs.pg_version }}_arm64
186186
combine_results:
187187
needs: [prepare, merge_manifest]
188-
runs-on: ubuntu-latest
188+
runs-on: large-linux-x86
189189
steps:
190190
- name: Checkout Repo
191191
uses: supabase/postgres/.github/actions/shared-checkout@HEAD

.github/workflows/nix-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010

1111
permissions:
1212
contents: read
13-
id-token: write
14-
13+
id-token: write
14+
1515
jobs:
1616
build-run-image:
1717
strategy:

.github/workflows/publish-migrations-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build:
8-
runs-on: [self-hosted, linux]
8+
runs-on: large-linux-arm
99
timeout-minutes: 15
1010
permissions:
1111
id-token: write

.github/workflows/publish-migrations-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: [self-hosted, linux]
11+
runs-on: large-linux-arm
1212
timeout-minutes: 15
1313
permissions:
1414
id-token: write

.github/workflows/publish-nix-pgupgrade-bin-flake-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
prepare:
15-
runs-on: ubuntu-latest
15+
runs-on: large-linux-x86
1616
outputs:
1717
postgres_versions: ${{ steps.set-versions.outputs.postgres_versions }}
1818
steps:
@@ -29,7 +29,7 @@ jobs:
2929
3030
publish-staging:
3131
needs: prepare
32-
runs-on: ubuntu-latest
32+
runs-on: large-linux-x86
3333
strategy:
3434
matrix:
3535
postgres_version: ${{ fromJson(needs.prepare.outputs.postgres_versions) }}
@@ -79,7 +79,7 @@ jobs:
7979
SLACK_FOOTER: ''
8080

8181
publish-prod:
82-
runs-on: ubuntu-latest
82+
runs-on: large-linux-x86
8383
if: github.ref_name == 'develop' || contains( github.ref, 'release' )
8484
needs: prepare
8585
strategy:

.github/workflows/publish-nix-pgupgrade-scripts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
prepare:
22-
runs-on: ubuntu-latest
22+
runs-on: large-linux-x86
2323
outputs:
2424
postgres_versions: ${{ steps.set-versions.outputs.postgres_versions }}
2525
steps:
@@ -36,7 +36,7 @@ jobs:
3636
3737
publish-staging:
3838
needs: prepare
39-
runs-on: ubuntu-latest
39+
runs-on: large-linux-x86
4040
strategy:
4141
matrix:
4242
postgres_version: ${{ fromJson(needs.prepare.outputs.postgres_versions) }}
@@ -84,7 +84,7 @@ jobs:
8484
SLACK_FOOTER: ''
8585
publish-prod:
8686
needs: prepare
87-
runs-on: ubuntu-latest
87+
runs-on: large-linux-x86
8888
if: github.ref_name == 'develop' || contains( github.ref, 'release' )
8989

9090
strategy:

.github/workflows/qemu-image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
prepare:
21-
runs-on: ubuntu-latest
21+
runs-on: large-linux-x86
2222
outputs:
2323
postgres_versions: ${{ steps.set-versions.outputs.postgres_versions }}
2424
steps:
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
postgres_version: ${{ fromJson(needs.prepare.outputs.postgres_versions) }}
41-
runs-on: arm-native-runner
41+
runs-on: large-linux-arm
4242
timeout-minutes: 150
4343
permissions:
4444
contents: write

0 commit comments

Comments
 (0)