Skip to content

Commit

Permalink
ci: test new kubernetes based runners
Browse files Browse the repository at this point in the history
  • Loading branch information
tenequm committed Sep 29, 2023
1 parent 0ed4f51 commit 70c22aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reusable-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:
jobs:
build-node-image:
name: Build Docker image
runs-on: [self-hosted, compile]
runs-on: [actions-runner-scale-set]
container:
image: ${{ inputs.builder_image }}
steps:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

unit-test:
name: Unit tests
runs-on: [self-hosted, compile]
runs-on: [actions-runner-scale-set]
container:
image: ${{ inputs.builder_image }}
steps:
Expand All @@ -170,7 +170,7 @@ jobs:

coverage-report:
name: Coverage report
runs-on: [self-hosted, compile]
runs-on: [actions-runner-scale-set]
container:
image: ${{ inputs.builder_image }}
options: --security-opt seccomp=unconfined
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:

build-and-run-try-runtime:
name: Run try-runtime checks
runs-on: [self-hosted, compile]
runs-on: [actions-runner-scale-set]
container:
image: ${{ inputs.builder_image }}
steps:
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:

build-wasms:
name: Export wasm artifacts
runs-on: [self-hosted, compile]
runs-on: [actions-runner-scale-set]
env:
STEPS: 2
REPEATS: 1
Expand Down

0 comments on commit 70c22aa

Please sign in to comment.