|
89 | 89 | style-lint-golangci:
|
90 | 90 | name: style/lint/golangci
|
91 | 91 | timeout-minutes: 5
|
92 |
| - runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} |
| 92 | + runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }} |
93 | 93 | steps:
|
94 | 94 | - uses: actions/checkout@v3
|
95 | 95 | - uses: actions/setup-go@v3
|
@@ -171,7 +171,7 @@ jobs:
|
171 | 171 | gen:
|
172 | 172 | name: "style/gen"
|
173 | 173 | timeout-minutes: 8
|
174 |
| - runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} |
| 174 | + runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }} |
175 | 175 | needs: changes
|
176 | 176 | if: needs.changes.outputs.docs-only == 'false'
|
177 | 177 | steps:
|
@@ -276,7 +276,7 @@ jobs:
|
276 | 276 |
|
277 | 277 | test-go:
|
278 | 278 | name: "test/go"
|
279 |
| - runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || matrix.os }} |
| 279 | + runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || matrix.os == 'windows-2022' && github.repository_owner == 'coder' && 'windows-latest-8-cores'|| matrix.os }} |
280 | 280 | timeout-minutes: 20
|
281 | 281 | strategy:
|
282 | 282 | matrix:
|
@@ -356,7 +356,7 @@ jobs:
|
356 | 356 |
|
357 | 357 | test-go-postgres:
|
358 | 358 | name: "test/go/postgres"
|
359 |
| - runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} |
| 359 | + runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }} |
360 | 360 | # This timeout must be greater than the timeout set by `go test` in
|
361 | 361 | # `make test-postgres` to ensure we receive a trace of running
|
362 | 362 | # goroutines. Setting this to the timeout +5m should work quite well
|
@@ -417,7 +417,7 @@ jobs:
|
417 | 417 |
|
418 | 418 | deploy:
|
419 | 419 | name: "deploy"
|
420 |
| - runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} |
| 420 | + runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }} |
421 | 421 | timeout-minutes: 30
|
422 | 422 | needs: changes
|
423 | 423 | if: |
|
@@ -514,7 +514,7 @@ jobs:
|
514 | 514 |
|
515 | 515 | test-js:
|
516 | 516 | name: "test/js"
|
517 |
| - runs-on: ubuntu-latest |
| 517 | + runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }} |
518 | 518 | timeout-minutes: 20
|
519 | 519 | steps:
|
520 | 520 | - uses: actions/checkout@v3
|
|
0 commit comments