Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2e9a96

Browse files
committed
ci: switch test-go-pg on macOS to depot runners
1 parent 4543b21 commit f2e9a96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
api-key: ${{ secrets.DATADOG_API_KEY }}
380380

381381
test-go-pg:
382-
runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'macos-latest-xlarge' || matrix.os == 'windows-2022' && github.repository_owner == 'coder' && 'windows-latest-16-cores' || matrix.os }}
382+
runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'depot-macos-latest' || matrix.os == 'windows-2022' && github.repository_owner == 'coder' && 'windows-latest-16-cores' || matrix.os }}
383383
needs: changes
384384
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
385385
# This timeout must be greater than the timeout set by `go test` in

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ test-postgres-docker:
866866
--restart no \
867867
--detach \
868868
--memory 16GB \
869-
gcr.io/coder-dev-1/postgres:${POSTGRES_VERSION} \
869+
gcr.io/coder-dev-1/coder-cian/postgres:${POSTGRES_VERSION} \
870870
-c shared_buffers=1GB \
871871
-c work_mem=1GB \
872872
-c effective_cache_size=1GB \

0 commit comments

Comments
 (0)