From 96202a7c0cad1e2d63479339d8a99880d4c897e7 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 5 Mar 2025 14:14:19 -0800 Subject: [PATCH] .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 --- .github/workflows/natlab-integrationtest.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/natlab-integrationtest.yml b/.github/workflows/natlab-integrationtest.yml index b8d99e668..1de74cdaa 100644 --- a/.github/workflows/natlab-integrationtest.yml +++ b/.github/workflows/natlab-integrationtest.yml @@ -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