From 6a78a8f90b61244bb290d97cb63baf3f6a496ef1 Mon Sep 17 00:00:00 2001 From: Nick Travers Date: Thu, 1 Dec 2022 13:53:38 -0800 Subject: [PATCH] ci: temporarily skip the linux-race job The `linux-race` job is currently consistently failing in CI (both pre- and post-merge). This is being tracked in #2159. Temporarily skip the job while the cause is investigated. Touches #2159. --- .github/workflows/ci.yaml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f0c8753e3..f7d18a832f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,18 +45,21 @@ jobs: - run: make crossversion-meta - linux-race: - name: go-linux-race - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: "1.18" - - - run: make testrace TAGS= + # This job currently (reliably) fails in GitHub actions. Temporarily skip + # while the failures are investigated. + # See: https://github.com/cockroachdb/pebble/issues/2159 + #linux-race: + # name: go-linux-race + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # + # - name: Set up Go + # uses: actions/setup-go@v2 + # with: + # go-version: "1.18" + # + # - run: make testrace TAGS= linux-no-invariants: name: go-linux-no-invariants