.github/workflows: descope natlab CI for now until GitHub flakes are fixed
The natlab VM tests are flaking on GitHub Actions. To not distract people, disable them for now (unless they're touched directly) until they're made more reliable, which will be some painful debugging probably. Updates #13038 Change-Id: I6570f1cd43f8f4d628a54af8481b67455ebe83dc Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
27e0575f76
commit
96202a7c0c
5
.github/workflows/natlab-integrationtest.yml
vendored
5
.github/workflows/natlab-integrationtest.yml
vendored
@ -9,10 +9,7 @@ concurrency:
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "tailcfg/**"
|
||||
- "wgengine/**"
|
||||
- "ipn/ipnlocal/**"
|
||||
- ".github/workflows/natlab-integrationtest.yml"
|
||||
- "tstest/integration/nat/nat_test.go"
|
||||
jobs:
|
||||
natlab-integrationtest:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user