Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Shuhang Huang
turtlebot3_simulations
Commits
d16cdbe7
Commit
d16cdbe7
authored
3 years ago
by
Will Son
Browse files
Options
Download
Patches
Plain Diff
fix ci
Signed-off-by:
Will Son
<
willson@robotis.com
>
parent
f1b300b4
humble-devel
feature-multi
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ros-ci.yml
+14
-14
.github/workflows/ros-ci.yml
with
14 additions
and
14 deletions
+14
-14
.github/workflows/ros-ci.yml
+
14
−
14
View file @
d16cdbe7
name
:
ros2
-devel
name
:
humble
-devel
# Controls when the action will run. Triggers the workflow on push or pull request
on
:
push
:
branches
:
[
ros2
,
ros2-devel
,
galactic-devel
,
humble-devel
]
branches
:
[
humble-devel
]
pull_request
:
branches
:
[
ros2
,
ros2-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
-devel
-ci
:
humble
-devel
:
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
ros_distribution
:
#- foxy
-
galactic
#
- galactic
-
humble
-
rolling
#
- rolling
include
:
# 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
#
# 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
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets