Skip to content

Commit

Permalink
Update workflows (#345)
Browse files Browse the repository at this point in the history
## 📝 Summary

- Removes a `redact-sensitive` check following
#332
- Scales up the CI runners to solve OOM issue
https://github.com/flashbots/rbuilder/actions/runs/12640958168?pr=344
  • Loading branch information
sukoneck authored Jan 6, 2025
1 parent 06840a8 commit d2cdb91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
bench:
name: Benchmark the code
runs-on: warp-ubuntu-latest-x64-16x
runs-on: warp-ubuntu-latest-x64-32x
strategy:
matrix:
toolchain:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
lint_and_test:
name: Lint and test
runs-on: warp-ubuntu-latest-x64-16x
runs-on: warp-ubuntu-latest-x64-32x
env:
# Set features for the Makefile
FEATURES: ${{ matrix.features }}
Expand All @@ -23,7 +23,6 @@ jobs:
- stable
features:
- ""
- "redact-sensitive"
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -68,7 +67,7 @@ jobs:

integration:
name: Integration tests
runs-on: warp-ubuntu-latest-x64-16x
runs-on: warp-ubuntu-latest-x64-32x
strategy:
matrix:
toolchain:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-docker:
name: Build Docker image
runs-on: warp-ubuntu-latest-x64-16x
runs-on: warp-ubuntu-latest-x64-32x

steps:
- name: Checkout sources
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
matrix:
configs:
- target: x86_64-unknown-linux-gnu
runner: warp-ubuntu-latest-x64-16x
runner: warp-ubuntu-latest-x64-32x
- target: aarch64-unknown-linux-gnu
runner: warp-ubuntu-latest-arm64-16x
runner: warp-ubuntu-latest-arm64-32x
# Paused until docker is pre-installed https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
# - target: aarch64-apple-darwin
# runner: warp-macos-14-arm64-6x
Expand Down

0 comments on commit d2cdb91

Please sign in to comment.