Skip to content

Commit 2e8f63d

Browse files
committed
initial humble commit
Signed-off-by: Will Son <[email protected]>
1 parent 9def930 commit 2e8f63d

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/ros-ci.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
name: ros2-devel
1+
name: humble-devel
22

33
# Controls when the action will run. Triggers the workflow on push or pull request
44
on:
55
push:
6-
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel, humble-devel ]
6+
branches: [ humble-devel ]
77
pull_request:
8-
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel, humble-devel ]
8+
branches: [ humble-devel ]
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
12-
ros2-devel:
12+
humble-devel:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
1616
matrix:
1717
ros_distribution:
1818
# - dashing
19-
- foxy
20-
- galactic
19+
# - foxy
20+
# - galactic
2121
- humble
22-
- rolling
22+
# - rolling
2323
include:
24-
# Dashing Diademata (May 2019 - May 2021)
24+
# # Dashing Diademata (May 2019 - May 2021)
2525
# - docker_image: ubuntu:bionic
2626
# ros_distribution: dashing
2727
# 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
3636
# Humble Hawksbill (May 2027)
3737
- docker_image: ubuntu:jammy
3838
ros_distribution: humble
3939
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
4444
container:
4545
image: ${{ matrix.docker_image }}
4646
steps:

0 commit comments

Comments
 (0)