|
1 |
| -name: ros2-devel |
| 1 | +name: humble-devel |
2 | 2 |
|
3 | 3 | # Controls when the action will run. Triggers the workflow on push or pull request
|
4 | 4 | on:
|
5 | 5 | push:
|
6 |
| - branches: [ ros2, ros2-devel, foxy-devel, galactic-devel, humble-devel ] |
| 6 | + branches: [ humble-devel ] |
7 | 7 | pull_request:
|
8 |
| - branches: [ ros2, ros2-devel, foxy-devel, galactic-devel, humble-devel ] |
| 8 | + branches: [ humble-devel ] |
9 | 9 |
|
10 | 10 | # A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
11 | 11 | jobs:
|
12 |
| - ros2-devel: |
| 12 | + humble-devel: |
13 | 13 | runs-on: ubuntu-latest
|
14 | 14 | strategy:
|
15 | 15 | fail-fast: false
|
16 | 16 | matrix:
|
17 | 17 | ros_distribution:
|
18 | 18 | # - dashing
|
19 |
| - - foxy |
20 |
| - - galactic |
| 19 | + # - foxy |
| 20 | + # - galactic |
21 | 21 | - humble
|
22 |
| - - rolling |
| 22 | + # - rolling |
23 | 23 | include:
|
24 |
| - # Dashing Diademata (May 2019 - May 2021) |
| 24 | + # # Dashing Diademata (May 2019 - May 2021) |
25 | 25 | # - docker_image: ubuntu:bionic
|
26 | 26 | # ros_distribution: dashing
|
27 | 27 | # ros_version: 2
|
28 |
| - # Foxy Fitzroy (June 2020 - May 2023) |
29 |
| - - docker_image: ubuntu:focal |
30 |
| - ros_distribution: foxy |
31 |
| - ros_version: 2 |
32 |
| - # Galactic Geochelone (May 2021) |
33 |
| - - docker_image: ubuntu:focal |
34 |
| - ros_distribution: galactic |
35 |
| - ros_version: 2 |
| 28 | + # # Foxy Fitzroy (June 2020 - May 2023) |
| 29 | + # - docker_image: ubuntu:focal |
| 30 | + # ros_distribution: foxy |
| 31 | + # ros_version: 2 |
| 32 | + # # Galactic Geochelone (May 2021) |
| 33 | + # - docker_image: ubuntu:focal |
| 34 | + # ros_distribution: galactic |
| 35 | + # ros_version: 2 |
36 | 36 | # Humble Hawksbill (May 2027)
|
37 | 37 | - docker_image: ubuntu:jammy
|
38 | 38 | ros_distribution: humble
|
39 | 39 | ros_version: 2
|
40 |
| - # Rolling |
41 |
| - - docker_image: ubuntu:jammy |
42 |
| - ros_distribution: rolling |
43 |
| - ros_version: 2 |
| 40 | + # # Rolling |
| 41 | + # - docker_image: ubuntu:jammy |
| 42 | + # ros_distribution: rolling |
| 43 | + # ros_version: 2 |
44 | 44 | container:
|
45 | 45 | image: ${{ matrix.docker_image }}
|
46 | 46 | steps:
|
|
0 commit comments