Skip to content

Commit

Permalink
release humble
Browse files Browse the repository at this point in the history
Signed-off-by: Will Son <[email protected]>
  • Loading branch information
ROBOTIS-Will committed Jun 3, 2022
1 parent c9b5fda commit bd0c2e8
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
name: ros2-ci
name: humble-devel

# Controls when the action will run. Triggers the workflow on push or pull request
on:
push:
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel, humble-devel ]
branches: [ humble-devel ]
pull_request:
branches: [ ros2, ros2-devel, foxy-devel, galactic-devel, humble-devel ]
branches: [ humble-devel ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ros2-ci:
humble-devel:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ros_distribution:
# - dashing
- foxy
- galactic
# - foxy
# - galactic
- humble
- rolling
# - rolling
include:
# Dashing Diademata (May 2019 - May 2021)
# - docker_image: ubuntu:bionic
# ros_distribution: dashing
# ros_version: 2
# Foxy Fitzroy (June 2020 - May 2023)
- docker_image: ubuntu:focal
ros_distribution: foxy
ros_version: 2
# Galactic Geochelone (May 2021)
- docker_image: ubuntu:focal
ros_distribution: galactic
ros_version: 2
# # Foxy Fitzroy (June 2020 - May 2023)
# - docker_image: ubuntu:focal
# ros_distribution: foxy
# ros_version: 2
# # Galactic Geochelone (May 2021)
# - docker_image: ubuntu:focal
# ros_distribution: galactic
# ros_version: 2
# Humble Hawksbill (May 2027)
- docker_image: ubuntu:jammy
ros_distribution: humble
ros_version: 2
# Rolling
- docker_image: ubuntu:jammy
ros_distribution: rolling
ros_version: 2
# # Rolling
# - docker_image: ubuntu:jammy
# ros_distribution: rolling
# ros_version: 2
container:
image: ${{ matrix.docker_image }}
steps:
Expand Down

0 comments on commit bd0c2e8

Please sign in to comment.