File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - humble
1010jobs :
1111 build-and-test :
12- runs-on : ${{ matrix.os }}
13- strategy :
14- matrix :
15- os : [ubuntu-22.04]
16- fail-fast : false
12+ runs-on : ubuntu-22.04
13+ container :
14+ image : ubuntu:jammy
1715 steps :
1816 - uses : actions/checkout@v4
1917 with :
2018 ref : humble
2119 - name : Setup ROS 2
2220 uses : ros-tooling/setup-ros@0.7.15
23- with :
24- required-ros-distributions : humble
2521 - name : build and test
2622 uses : ros-tooling/action-ros-ci@0.4.5
2723 with :
Original file line number Diff line number Diff line change 55 - cron : ' 0 0 * * 6'
66jobs :
77 build-and-test :
8- runs-on : ${{ matrix.os }}
9- strategy :
10- matrix :
11- os : [ubuntu-22.04]
12- fail-fast : false
8+ runs-on : ubuntu-22.04
9+ container :
10+ image : ubuntu:jammy
1311 steps :
1412 - uses : actions/checkout@v4
1513 with :
1614 ref : humble
1715 - name : Setup ROS 2
1816 uses : ros-tooling/setup-ros@0.7.15
19- with :
20- required-ros-distributions : humble
2117 - name : build and test
2218 uses : ros-tooling/action-ros-ci@0.4.5
2319 with :
Original file line number Diff line number Diff line change 99 - jazzy
1010jobs :
1111 build-and-test :
12- runs-on : ${{ matrix.os }}
13- strategy :
14- matrix :
15- os : [ubuntu-24.04]
16- fail-fast : false
12+ runs-on : ubuntu-24.04
13+ container :
14+ image : ubuntu:noble
1715 steps :
1816 - uses : actions/checkout@v4
1917 with :
2018 ref : jazzy
2119 - name : Setup ROS 2
2220 uses : ros-tooling/setup-ros@0.7.15
23- with :
24- required-ros-distributions : jazzy
2521 - name : build and test
2622 uses : ros-tooling/action-ros-ci@0.4.5
2723 with :
Original file line number Diff line number Diff line change 55 - cron : ' 0 0 * * 6'
66jobs :
77 build-and-test :
8- runs-on : ${{ matrix.os }}
9- strategy :
10- matrix :
11- os : [ubuntu-24.04]
12- fail-fast : false
8+ runs-on : ubuntu-24.04
9+ container :
10+ image : ubuntu:noble
1311 steps :
1412 - uses : actions/checkout@v4
1513 with :
1614 ref : jazzy
1715 - name : Setup ROS 2
1816 uses : ros-tooling/setup-ros@0.7.15
19- with :
20- required-ros-distributions : jazzy
2117 - name : build and test
2218 uses : ros-tooling/action-ros-ci@0.4.5
2319 with :
Original file line number Diff line number Diff line change 99 - kilted
1010jobs :
1111 build-and-test :
12- runs-on : ${{ matrix.os }}
13- strategy :
14- matrix :
15- os : [ubuntu-24.04]
16- fail-fast : false
12+ runs-on : ubuntu-24.04
13+ container :
14+ image : ubuntu:noble
1715 steps :
1816 - uses : actions/checkout@v4
1917 with :
2018 ref : kilted
2119 - name : Setup ROS 2
2220 uses : ros-tooling/setup-ros@0.7.15
23- with :
24- required-ros-distributions : kilted
2521 - name : build and test
2622 uses : ros-tooling/action-ros-ci@0.4.5
2723 with :
Original file line number Diff line number Diff line change 55 - cron : ' 0 0 * * 6'
66jobs :
77 build-and-test :
8- runs-on : ${{ matrix.os }}
9- strategy :
10- matrix :
11- os : [ubuntu-24.04]
12- fail-fast : false
8+ runs-on : ubuntu-24.04
9+ container :
10+ image : ubuntu:noble
1311 steps :
1412 - uses : actions/checkout@v4
1513 with :
1614 ref : kilted
1715 - name : Setup ROS 2
1816 uses : ros-tooling/setup-ros@0.7.15
19- with :
20- required-ros-distributions : kilted
2117 - name : build and test
2218 uses : ros-tooling/action-ros-ci@0.4.5
2319 with :
Original file line number Diff line number Diff line change 99 - rolling
1010jobs :
1111 build-and-test :
12- runs-on : ${{ matrix.os }}
13- strategy :
14- matrix :
15- os : [ubuntu-24.04]
16- fail-fast : false
12+ runs-on : ubuntu-24.04
13+ container :
14+ image : ubuntu:noble
1715 steps :
1816 - uses : actions/checkout@v4
1917 with :
2018 ref : rolling
2119 - name : Setup ROS 2
2220 uses : ros-tooling/setup-ros@0.7.15
23- with :
24- required-ros-distributions : rolling
2521 - name : build and test
2622 uses : ros-tooling/action-ros-ci@0.4.5
2723 with :
Original file line number Diff line number Diff line change 55 - cron : ' 0 0 * * 6'
66jobs :
77 build-and-test :
8- runs-on : ${{ matrix.os }}
9- strategy :
10- matrix :
11- os : [ubuntu-24.04]
12- fail-fast : false
8+ runs-on : ubuntu-24.04
9+ container :
10+ image : ubuntu:noble
1311 steps :
1412 - uses : actions/checkout@v4
1513 with :
1614 ref : rolling
1715 - name : Setup ROS 2
1816 uses : ros-tooling/setup-ros@0.7.15
19- with :
20- required-ros-distributions : rolling
2117 - name : build and test
2218 uses : ros-tooling/action-ros-ci@0.4.5
2319 with :
You can’t perform that action at this time.
0 commit comments