Skip to content

Commit

Permalink
github: Temporarily disable flaky CI test runs
Browse files Browse the repository at this point in the history
See issue #63

Signed-off-by: Pedro Falcato <pedro.falcato@gmail.com>
  • Loading branch information
heatd committed Apr 8, 2023
1 parent 4fb5421 commit 6de07dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ jobs:
name: Onyx boot image (arm64) (llvm)
path: arm64-onyx-image-llvm.tar.zst
run-x86_64:
if: ${{ false }} # TODO(heat): Flaky, fix (bug #63)
runs-on: ubuntu-latest
needs: build-toolchains

Expand Down Expand Up @@ -556,6 +557,7 @@ jobs:
USE_KVM=0 ./scripts/ci/run-tests.py
run-x86_64-llvm:
if: ${{ false }} # TODO(heat): Flaky, fix (bug #63)
# The type of runner that the job will run on
runs-on: ubuntu-latest
needs: build-toolchains
Expand Down Expand Up @@ -601,6 +603,7 @@ jobs:
run-riscv:
if: ${{ false }} # TODO(heat): Flaky, fix (bug #63)
runs-on: ubuntu-latest
needs: build-toolchains

Expand Down Expand Up @@ -641,6 +644,7 @@ jobs:
USE_KVM=0 ./scripts/ci/run-tests.py
run-riscv64-llvm:
if: ${{ false }} # TODO(heat): Flaky, fix (bug #63)
# The type of runner that the job will run on
runs-on: ubuntu-latest
needs: build-toolchains
Expand Down

0 comments on commit 6de07dc

Please sign in to comment.