Skip to content

Commit

Permalink
try to run the build overlayed on Foxy rosbag2 binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Knapp <[email protected]>
  • Loading branch information
Emerson Knapp committed Jun 16, 2021
1 parent bce8769 commit dec7bde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/action-ros-lint@0.0.6
- uses: ros-tooling/action-ros-lint@v0.1
with:
linter: copyright
distribution: foxy
Expand All @@ -32,7 +32,7 @@ jobs:
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/action-ros-lint@0.0.6
- uses: ros-tooling/action-ros-lint@v0.1
with:
linter: xmllint
distribution: foxy
Expand All @@ -59,7 +59,7 @@ jobs:
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/action-ros-lint@0.0.6
- uses: ros-tooling/action-ros-lint@v0.1
with:
linter: ${{ matrix.linter }}
distribution: foxy
Expand All @@ -83,7 +83,7 @@ jobs:
linter: [pep257, flake8]
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/action-ros-lint@0.0.6
- uses: ros-tooling/action-ros-lint@v0.1
with:
linter: ${{ matrix.linter }}
distribution: foxy
Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@ on:
pull_request:
push:
branches:
- master
schedule:
# Run every hour. This helps detect flakiness,
# and broken external dependencies.
- cron: '0 * * * *'
- foxy-future
# NOTE: build schedules are only supported for the default branch - this wouldn't work anyways
# schedule:
# # Run every hour. This helps detect flakiness,
# # and broken external dependencies.
# - cron: '0 * * * *'

jobs:
build_and_test:
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-focal-latest
# Use the ros-base container, so that the rosbag2 binaries are already installed
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-latest
steps:
- uses: ros-tooling/action-ros-ci@v0.1
- uses: ros-tooling/action-ros-ci@v0.2
with:
package-name: |
ros2bag
Expand All @@ -31,7 +33,6 @@ jobs:
sqlite3_vendor
zstd_vendor
target-ros2-distro: foxy
vcs-repo-file-url: ""
- uses: actions/upload-artifact@v1
with:
name: colcon-logs
Expand Down

0 comments on commit dec7bde

Please sign in to comment.