Skip to content

Commit

Permalink
Merge pull request #108 from PelionIoT/use-client-runners
Browse files Browse the repository at this point in the history
Use client runners
  • Loading branch information
JanneKiiskila committed Apr 3, 2024
2 parents 8ea4238 + 75ebaed commit a413506
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devmode-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

build:

runs-on: [ "self-hosted", "edge-builder" ]
runs-on: [ "self-hosted", "client" ]
env:
SCRIPTS_INTERNAL_DIR: scripts-internal
EDGE_CONFIGS_DIR: scripts-internal/edge/edge-config/build-mbed-edge-devmode-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/misspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
static-checks:
runs-on: ubuntu-latest
runs-on: [ "self-hosted", "client" ]
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-check-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

make-test-valgrind:

runs-on: [ "self-hosted", "edge-builder" ]
runs-on: [ "self-hosted", "client" ]
env:
SCRIPTS_INTERNAL_DIR: scripts-internal
EDGE_CONFIGS_DIR: scripts-internal/edge/edge-config/build-mbed-edge-devmode-test
Expand All @@ -39,7 +39,7 @@ jobs:

test-edge-tool:

runs-on: [ "self-hosted", "edge-builder" ]
runs-on: [ "self-hosted", "client" ]
env:
SCRIPTS_INTERNAL_DIR: scripts-internal
EDGE_CONFIGS_DIR: scripts-internal/edge/edge-config/build-mbed-edge-devmode-test
Expand Down

0 comments on commit a413506

Please sign in to comment.