Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
matrix:
# XXX: When updating this, make sure you also update MATRIX_INSTANCE_TOTAL.
instance: [0, 1, 2, 3, 4]
pg-version: ['14']
env:
# XXX: MATRIX_INSTANCE_TOTAL must be hardcoded to the length of strategy.matrix.instance.
MATRIX_INSTANCE_TOTAL: 5
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
# XXX: When updating this, make sure you also update MATRIX_INSTANCE_TOTAL.
instance:
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
pg-version: ['14']

env:
# XXX: `MATRIX_INSTANCE_TOTAL` must be hardcoded to the length of `strategy.matrix.instance`.
Expand Down Expand Up @@ -143,9 +142,6 @@ jobs:
name: backend migration tests
runs-on: ubuntu-24.04
timeout-minutes: 30
strategy:
matrix:
pg-version: ['14']

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -182,9 +178,6 @@ jobs:
name: cli test
runs-on: ubuntu-24.04
timeout-minutes: 10
strategy:
matrix:
pg-version: ['14']
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Expand Down Expand Up @@ -252,9 +245,6 @@ jobs:
needs: files-changed
name: check migration
runs-on: ubuntu-24.04
strategy:
matrix:
pg-version: ['14']

steps:
- name: Checkout sentry
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codecov_per_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
matrix:
# XXX: When updating this, make sure you also update MATRIX_INSTANCE_TOTAL.
instance: [0, 1, 2, 3, 4, 5, 6]
pg-version: ['14']

env:
# XXX: `MATRIX_INSTANCE_TOTAL` must be hardcoded to the length of `strategy.matrix.instance`.
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/migrations-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
name: migration drift
runs-on: ubuntu-24.04
timeout-minutes: 15
strategy:
matrix:
pg-version: ['14']

steps:
# Checkout master to run all merged migrations.
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
name: Generate SQL
runs-on: ubuntu-24.04
timeout-minutes: 8
strategy:
matrix:
pg-version: ['14']

needs: did-migration-change
if: needs.did-migration-change.outputs.added == 'true'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/shuffle-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
matrix:
# XXX: When updating this, make sure you also update MATRIX_INSTANCE_TOTAL.
instance: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
pg-version: ['14']

env:
# XXX: `MATRIX_INSTANCE_TOTAL` must be hardcoded to the length of `strategy.matrix.instance`.
Expand Down
Loading