Skip to content

Commit

Permalink
Add linux label to normal stab-lab runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ToveRumar committed Jul 9, 2024
1 parent 9994700 commit ad70f45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crazylab-malmö-experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
CRAZY_SITE: crazylab-malmö
TEST_FILE: TestRun-${{github.run_number}}
CRAZY_DEVICE: ${{github.event.inputs.devices}}
runs-on: self-hosted
runs-on: [self-hosted, linux]
timeout-minutes: 120
container:
image: python:3.9.7-buster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crazylab-malmö.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
testsuite_at_crazylab:
runs-on: self-hosted
runs-on: [self-hosted, linux]
timeout-minutes: 120
container:
image: python:3.9.7-buster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crazyswarm-malmö.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
swarm_at_crazylab:
runs-on: self-hosted
runs-on: [self-hosted, linux]
container:
image: ros:noetic
options: --privileged
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crazyswarm2-malmö.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
cs2_at_crazylab:
runs-on: self-hosted
runs-on: [self-hosted, linux]
timeout-minutes: 10
container:
image: ros:humble
Expand Down

0 comments on commit ad70f45

Please sign in to comment.