Skip to content

Commit 25edff2

Browse files
Adding CI to Jazzy branch (#5119)
* adding jazzy CI prototype Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> * changing base image Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> * setting up CI image for jazzy Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> --------- Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent 1ac0ab5 commit 25edff2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ _environments:
482482
executors:
483483
release_exec:
484484
docker:
485-
- image: ghcr.io/ros-navigation/navigation2:main
485+
- image: ghcr.io/ros-navigation/navigation2:jazzy
486486
resource_class: large
487487
working_directory: /opt/overlay_ws
488488
environment:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: ament_${{ matrix.linter }}
88
runs-on: ubuntu-latest
99
container:
10-
image: rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-ros-base-latest
10+
image: rostooling/setup-ros-docker:ubuntu-noble-ros-jazzy-ros-base-latest
1111
strategy:
1212
fail-fast: false
1313
matrix:
@@ -17,5 +17,5 @@ jobs:
1717
- uses: ros-tooling/action-ros-lint@v0.1
1818
with:
1919
linter: ${{ matrix.linter }}
20-
distribution: rolling
20+
distribution: jazzy
2121
package-name: "*"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# docker build -t nav2:latest \
77
# --build-arg UNDERLAY_MIXINS \
88
# --build-arg OVERLAY_MIXINS ./
9-
ARG FROM_IMAGE=ros:rolling
9+
ARG FROM_IMAGE=ros:jazzy
1010
ARG UNDERLAY_WS=/opt/underlay_ws
1111
ARG OVERLAY_WS=/opt/overlay_ws
1212

tools/distro.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
#
77
# Example build command:
88
# export DOCKER_BUILDKIT=1
9-
# export FROM_IMAGE="ros:rolling"
9+
# export FROM_IMAGE="ros:jazzy"
1010
# export OVERLAY_MIXINS="release ccache lld"
11-
# docker build -t nav2:rolling \
11+
# docker build -t nav2:jazzy \
1212
# --build-arg FROM_IMAGE \
1313
# --build-arg OVERLAY_MIXINS \
1414
# -f distro.Dockerfile ../
1515

16-
ARG FROM_IMAGE=ros:rolling
16+
ARG FROM_IMAGE=ros:jazzy
1717
ARG OVERLAY_WS=/opt/overlay_ws
1818

1919
# multi-stage for caching

tools/underlay.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ repositories:
3434
ros-navigation/nav2_minimal_turtlebot_simulation:
3535
type: git
3636
url: https://github.com/ros-navigation/nav2_minimal_turtlebot_simulation.git
37-
version: 1.0.1
37+
version: jazzy

0 commit comments

Comments
 (0)