Skip to content

Commit

Permalink
WIP: use GitHub hosted runners
Browse files Browse the repository at this point in the history
some will fail, let's see what works first and how long does it take
  • Loading branch information
atodorov committed Feb 10, 2025
1 parent d33eff4 commit ed019dd
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ jobs:
####### Building and Testing binaries #######

cargo-clippy:
runs-on:
labels: bare-metal
runs-on: ubuntu-latest
permissions:
contents: read
needs: ["set-tags"]
Expand All @@ -263,8 +262,7 @@ jobs:
run: SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --features try-runtime,runtime-benchmarks -- -Dclippy::todo

build:
runs-on:
labels: bare-metal
runs-on: ubuntu-latest
permissions:
contents: read
needs: ["set-tags"]
Expand Down Expand Up @@ -477,8 +475,7 @@ jobs:
edit-mode: replace

rust-test:
runs-on:
labels: bare-metal
runs-on: ubuntu-latest
permissions:
contents: read
needs: ["set-tags"]
Expand Down Expand Up @@ -563,8 +560,7 @@ jobs:
# fi

dev-test:
runs-on:
labels: bare-metal
runs-on: ubuntu-latest
permissions:
contents: read
needs: ["set-tags", "build"]
Expand Down Expand Up @@ -680,8 +676,7 @@ jobs:
pnpm moonwall test dev_moonbase_tracing
lazy-loading-tests:
runs-on:
labels: bare-metal
runs-on: ubuntu-latest
permissions:
contents: read
needs: ["set-tags", "build"]
Expand Down Expand Up @@ -740,8 +735,7 @@ jobs:
path: ${{ env.NODE_LOGS_ZIP }}

chopsticks-upgrade-test:
runs-on:
labels: bare-metal
runs-on: ubuntu-latest
needs: ["set-tags", "build"]
strategy:
fail-fast: false
Expand Down Expand Up @@ -787,8 +781,7 @@ jobs:
pnpm moonwall test upgrade_${{matrix.chain}}
zombie_upgrade_test:
runs-on:
labels: bare-metal
runs-on: ubuntu-latest
needs: ["set-tags", "build"]
strategy:
fail-fast: false
Expand Down

0 comments on commit ed019dd

Please sign in to comment.