|
31 | 31 |
|
32 | 32 | jobs:
|
33 | 33 | lint:
|
34 |
| - runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8-cores' || 'ubuntu-latest' }} |
| 34 | + runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} |
35 | 35 | steps:
|
36 | 36 | - name: Checkout
|
37 | 37 | uses: actions/checkout@v3
|
@@ -132,7 +132,7 @@ jobs:
|
132 | 132 |
|
133 | 133 | gen:
|
134 | 134 | timeout-minutes: 8
|
135 |
| - runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8-cores' || 'ubuntu-latest' }} |
| 135 | + runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} |
136 | 136 | needs: changes
|
137 | 137 | if: needs.changes.outputs.docs-only == 'false'
|
138 | 138 | steps:
|
@@ -244,7 +244,7 @@ jobs:
|
244 | 244 | run: ./scripts/check_unstaged.sh
|
245 | 245 |
|
246 | 246 | test-go:
|
247 |
| - runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'ubuntu-latest-8-cores' || matrix.os == 'windows-2019' && github.repository_owner == 'coder' && 'windows-latest-8-cores'|| matrix.os }} |
| 247 | + runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'buildjet-4vcpu-ubuntu-2204' || matrix.os == 'windows-2019' && github.repository_owner == 'coder' && 'windows-latest-8-cores'|| matrix.os }} |
248 | 248 | timeout-minutes: 20
|
249 | 249 | strategy:
|
250 | 250 | matrix:
|
@@ -335,7 +335,7 @@ jobs:
|
335 | 335 | flags: unittest-go-${{ matrix.os }}
|
336 | 336 |
|
337 | 337 | test-go-psql:
|
338 |
| - runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8-cores' || 'ubuntu-latest' }} |
| 338 | + runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} |
339 | 339 | # This timeout must be greater than the timeout set by `go test` in
|
340 | 340 | # `make test-postgres` to ensure we receive a trace of running
|
341 | 341 | # goroutines. Setting this to the timeout +5m should work quite well
|
@@ -413,7 +413,7 @@ jobs:
|
413 | 413 |
|
414 | 414 | deploy:
|
415 | 415 | name: "deploy"
|
416 |
| - runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8-cores' || 'ubuntu-latest' }} |
| 416 | + runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} |
417 | 417 | timeout-minutes: 30
|
418 | 418 | needs: changes
|
419 | 419 | if: |
|
@@ -532,7 +532,7 @@ jobs:
|
532 | 532 | retention-days: 7
|
533 | 533 |
|
534 | 534 | test-js:
|
535 |
| - runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8-cores' || 'ubuntu-latest' }} |
| 535 | + runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} |
536 | 536 | timeout-minutes: 20
|
537 | 537 | steps:
|
538 | 538 | - uses: actions/checkout@v3
|
@@ -574,7 +574,7 @@ jobs:
|
574 | 574 | needs:
|
575 | 575 | - changes
|
576 | 576 | if: needs.changes.outputs.docs-only == 'false'
|
577 |
| - runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8-cores' || 'ubuntu-latest' }} |
| 577 | + runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} |
578 | 578 | timeout-minutes: 20
|
579 | 579 | steps:
|
580 | 580 | - uses: actions/checkout@v3
|
|
0 commit comments