From d4e2624c28fbf081c80ad9b345f157fde257ec66 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 29 Jun 2023 20:24:54 +0100 Subject: [PATCH] fix(relay): remove smoke test CI script (#1717) Unfortunately, this doesn't seem to be stable. I don't really understand why. Judging from the logs, the problem is not in the relay but somehow the final UDP packet doesn't arrive at the `gateway` binary. To not unnecessarily block other PRs, I am removing the check for now. --- .github/workflows/rust.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f3fd73f57..a3d9a1c86 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -208,20 +208,3 @@ jobs: workspaces: ./rust - run: sudo apt-get install -y musl-tools - run: cargo build --bin relay --target x86_64-unknown-linux-musl - - relay_smoke: - name: Smoke-test relay - runs-on: ubuntu-latest - defaults: - run: - working-directory: ./rust/relay - steps: - - uses: actions/checkout@v3 - - # This implicitly triggers installation of the toolchain in the `rust-toolchain.toml` file. - # If we don't do this here, our cache action will compute a cache key based on the Rust version shipped on GitHub's runner which might differ from the one we use. - - run: rustup show - - uses: Swatinem/rust-cache@v2 - with: - workspaces: ./rust - - run: ./run_smoke_test.sh