Skip to content

Commit

Permalink
chore: update to self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
imstevenpmwork committed Aug 27, 2024
1 parent a9b95a9 commit 4782211
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
BUILD_TYPE: binary
env:
ROS2_REPOS_FILE_URL: 'https://raw.githubusercontent.com/ros2/ros2/${{ matrix.ROS_DISTRO }}/ros2.repos'
runs-on: ubuntu-latest
runs-on:
- self-hosted
- X64
- ubuntu-ros
container:
image: ${{ matrix.BUILD_TYPE == 'binary' && format('ros:{0}-ros-base', matrix.ROS_DISTRO) || 'ubuntu:noble' }}
steps:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/check_logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ name: "Check logging macros"
on: [pull_request]
jobs:
check_logging:
runs-on: ubuntu-latest
runs-on:
- self-hosted
- X64
- ubuntu-ros
steps:
- name: Check logging macros
uses: JJ/github-pr-contains-action@releases/v14.1
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ defaults:
shell: bash
jobs:
test:
runs-on: ubuntu-latest
runs-on:
- self-hosted
- X64
- ubuntu-ros
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 4782211

Please sign in to comment.