fix: Use all self-hosted runners for now (#144)

This commit is contained in:
Steve Degosserie 2025-09-02 14:22:20 +02:00 committed by GitHub
parent b1f21e7a96
commit fe53cec524
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@ on:
jobs:
build-test-push:
runs-on:
group: DH-runners
labels: bare-metal
outputs:
image-tag: ${{ steps.last_tag_extractor.outputs.last_tag_value }}
defaults:

View file

@ -16,7 +16,7 @@ jobs:
binary-hash: ${{ steps.hash-binary.outputs.datahaven-node-hash }}
name: Build operator binary
runs-on:
group: DH-runners
labels: bare-metal
env:
RUSTC_WRAPPER: "sccache"
CARGO_INCREMENTAL: "0"

View file

@ -25,7 +25,7 @@ jobs:
cargo-fmt:
name: "Check format with rustfmt"
runs-on:
group: DH-runners
labels: bare-metal
defaults:
run:
working-directory: ${{ env.WORKING_DIR }}
@ -44,7 +44,7 @@ jobs:
check-rust-lint:
name: "Check lint with clippy"
runs-on:
group: DH-runners
labels: bare-metal
defaults:
run:
working-directory: ${{ env.WORKING_DIR }}
@ -62,7 +62,7 @@ jobs:
check-cargo-sort:
name: "Check Cargo sort"
runs-on:
group: DH-runners
labels: bare-metal
defaults:
run:

View file

@ -17,7 +17,7 @@ jobs:
prepare:
name: Prepare artifacts for Rust tests
runs-on:
group: DH-runners
labels: bare-metal
env:
RUSTC_WRAPPER: "sccache"
CARGO_INCREMENTAL: "0"
@ -57,7 +57,7 @@ jobs:
name: Run all Operator Rust tests (/w partitioning)
needs: [prepare]
runs-on:
group: DH-runners
labels: bare-metal
strategy:
fail-fast: false
matrix:
@ -91,7 +91,7 @@ jobs:
name: Check tests were successful
needs: [all-rust-tests]
runs-on:
group: DH-runners
labels: bare-metal
steps:
- name: Cleanup test artifacts
uses: geekyeggo/delete-artifact@v5