Skip to content

Commit bba4d6d

Browse files
authored
ref(ci): Remove unused matrix (#93815)
1 parent 259b69a commit bba4d6d

File tree

6 files changed

+0
-19
lines changed

6 files changed

+0
-19
lines changed

.github/workflows/acceptance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
matrix:
6060
# XXX: When updating this, make sure you also update MATRIX_INSTANCE_TOTAL.
6161
instance: [0, 1, 2, 3, 4]
62-
pg-version: ['14']
6362
env:
6463
# XXX: MATRIX_INSTANCE_TOTAL must be hardcoded to the length of strategy.matrix.instance.
6564
MATRIX_INSTANCE_TOTAL: 5

.github/workflows/backend.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
# XXX: When updating this, make sure you also update MATRIX_INSTANCE_TOTAL.
9090
instance:
9191
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
92-
pg-version: ['14']
9392

9493
env:
9594
# XXX: `MATRIX_INSTANCE_TOTAL` must be hardcoded to the length of `strategy.matrix.instance`.
@@ -143,9 +142,6 @@ jobs:
143142
name: backend migration tests
144143
runs-on: ubuntu-24.04
145144
timeout-minutes: 30
146-
strategy:
147-
matrix:
148-
pg-version: ['14']
149145

150146
steps:
151147
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -182,9 +178,6 @@ jobs:
182178
name: cli test
183179
runs-on: ubuntu-24.04
184180
timeout-minutes: 10
185-
strategy:
186-
matrix:
187-
pg-version: ['14']
188181
steps:
189182
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
190183

@@ -252,9 +245,6 @@ jobs:
252245
needs: files-changed
253246
name: check migration
254247
runs-on: ubuntu-24.04
255-
strategy:
256-
matrix:
257-
pg-version: ['14']
258248

259249
steps:
260250
- name: Checkout sentry

.github/workflows/codecov_per_test_coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
matrix:
2323
# XXX: When updating this, make sure you also update MATRIX_INSTANCE_TOTAL.
2424
instance: [0, 1, 2, 3, 4, 5, 6]
25-
pg-version: ['14']
2625

2726
env:
2827
# XXX: `MATRIX_INSTANCE_TOTAL` must be hardcoded to the length of `strategy.matrix.instance`.

.github/workflows/migrations-drift.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
name: migration drift
2121
runs-on: ubuntu-24.04
2222
timeout-minutes: 15
23-
strategy:
24-
matrix:
25-
pg-version: ['14']
2623

2724
steps:
2825
# Checkout master to run all merged migrations.

.github/workflows/migrations.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
name: Generate SQL
3838
runs-on: ubuntu-24.04
3939
timeout-minutes: 8
40-
strategy:
41-
matrix:
42-
pg-version: ['14']
4340

4441
needs: did-migration-change
4542
if: needs.did-migration-change.outputs.added == 'true'

.github/workflows/shuffle-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
matrix:
3939
# XXX: When updating this, make sure you also update MATRIX_INSTANCE_TOTAL.
4040
instance: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
41-
pg-version: ['14']
4241

4342
env:
4443
# XXX: `MATRIX_INSTANCE_TOTAL` must be hardcoded to the length of `strategy.matrix.instance`.

0 commit comments

Comments
 (0)