@@ -29,7 +29,7 @@ concurrency:
29
29
30
30
jobs :
31
31
lint :
32
- runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16 -cores' || 'ubuntu-latest' }}
32
+ runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8 -cores' || 'ubuntu-latest' }}
33
33
steps :
34
34
- name : Checkout
35
35
uses : actions/checkout@v3
@@ -129,7 +129,7 @@ jobs:
129
129
130
130
gen :
131
131
timeout-minutes : 8
132
- runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16 -cores' || 'ubuntu-latest' }}
132
+ runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8 -cores' || 'ubuntu-latest' }}
133
133
needs : changes
134
134
if : needs.changes.outputs.docs-only == 'false'
135
135
steps :
@@ -237,7 +237,7 @@ jobs:
237
237
run : ./scripts/check_unstaged.sh
238
238
239
239
test-go :
240
- 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 }}
240
+ runs-on : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'ubuntu-latest-8 -cores' || matrix.os == 'windows-2022' && github.repository_owner == 'coder' && 'windows-latest-8-cores'|| matrix.os }}
241
241
timeout-minutes : 20
242
242
strategy :
243
243
matrix :
@@ -322,7 +322,7 @@ jobs:
322
322
flags : unittest-go-${{ matrix.os }}
323
323
324
324
test-go-psql :
325
- runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16 -cores' || 'ubuntu-latest' }}
325
+ runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8 -cores' || 'ubuntu-latest' }}
326
326
# This timeout must be greater than the timeout set by `go test` in
327
327
# `make test-postgres` to ensure we receive a trace of running
328
328
# goroutines. Setting this to the timeout +5m should work quite well
@@ -391,7 +391,7 @@ jobs:
391
391
392
392
deploy :
393
393
name : " deploy"
394
- runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16 -cores' || 'ubuntu-latest' }}
394
+ runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8 -cores' || 'ubuntu-latest' }}
395
395
timeout-minutes : 30
396
396
needs : changes
397
397
if : |
@@ -487,7 +487,7 @@ jobs:
487
487
retention-days : 7
488
488
489
489
test-js :
490
- runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16 -cores' || 'ubuntu-latest' }}
490
+ runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8 -cores' || 'ubuntu-latest' }}
491
491
timeout-minutes : 20
492
492
steps :
493
493
- uses : actions/checkout@v3
@@ -529,7 +529,7 @@ jobs:
529
529
needs :
530
530
- changes
531
531
if : needs.changes.outputs.docs-only == 'false'
532
- runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16 -cores' || 'ubuntu-latest' }}
532
+ runs-on : ${{ github.repository_owner == 'coder' && 'ubuntu-latest-8 -cores' || 'ubuntu-latest' }}
533
533
timeout-minutes : 20
534
534
steps :
535
535
- uses : actions/checkout@v3
0 commit comments