mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 12:16:44 +02:00
.github/workflows: try turning off greenteagc for Windows CI
Just to gather data for now. Updates #18884 Change-Id: Ie4930677ee172c97804ec24826c4922e21945cbc Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
4905688bee
commit
6425448599
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -269,6 +269,9 @@ jobs:
|
||||
- name: test
|
||||
if: matrix.key != 'win-bench' # skip on bench builder
|
||||
working-directory: src
|
||||
env:
|
||||
GOEXPERIMENT: nogreenteagc
|
||||
GOCACHEPROG: ${{ env.GOCACHEPROG }}
|
||||
run: go run ./cmd/testwrapper sharded:${{ matrix.shard }}
|
||||
|
||||
- name: bench all
|
||||
@ -283,6 +286,7 @@ jobs:
|
||||
shell: pwsh
|
||||
if: steps.cigocacher-setup.outputs.success == 'true'
|
||||
env:
|
||||
GOEXPERIMENT: nogreenteagc
|
||||
GOCACHEPROG: ${{ env.GOCACHEPROG }}
|
||||
run: |
|
||||
Invoke-Expression "$env:GOCACHEPROG --stats" | jq .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user