Skip to content

Commit 9baa8c7

Browse files
committed
Add ros and ros-bootstrap keys
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
1 parent 5c26fab commit 9baa8c7

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/workflows/main.yml

+8
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ jobs:
5050
python3 ./gzdev.py repository purge
5151
grep "/etc/apt/sources.list.d/_gzdev_${repo_to_test}_${repo_type_to_test}.list" log
5252
grep "/usr/share/keyrings/_gzdev_${repo_to_test}_${repo_type_to_test}.gpg" log
53+
- name: Smoke system tests for all the repositories
54+
run: |
55+
sudo env "PYTHONPATH=$pythonLocation/lib/python${{ matrix.python-version}}/site-packages" \
56+
python3 ./gzdev.py repository enable osrf stable
57+
sudo env "PYTHONPATH=$pythonLocation/lib/python${{ matrix.python-version}}/site-packages" \
58+
python3 ./gzdev.py repository enable ros2 main
59+
sudo env "PYTHONPATH=$pythonLocation/lib/python${{ matrix.python-version}}/site-packages" \
60+
python3 ./gzdev.py repository enable ros_bootstrap main
5361
- name: Smoke system tests for ign-docker module
5462
run: |
5563
python3 gzdev.py ign-docker-env citadel

plugins/config/repository.yaml

+16-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,22 @@ repositories:
2222
url: http://packages.osrfoundation.org/gazebo/debian-prerelease
2323
- name: nightly
2424
url: http://packages.osrfoundation.org/gazebo/debian-nightly
25-
25+
- name: ros2
26+
key: C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
27+
key_url: https://raw.githubusercontent.com/ros/rosdistro/master/ros.key
28+
linux_distro: ubuntu
29+
types:
30+
- name: main
31+
url: http://packages.ros.org/ros2/ubuntu
32+
- name: testing
33+
url: http://packages.ros.org/ros2-testing/ubuntu
34+
- name: ros-bootstrap
35+
key: 4732CE706CD7B19DB0FFE74E8EDB2EF661FC880E
36+
key_url: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x4732ce706cd7b19db0ffe74e8edb2ef661fc880e
37+
linux_distro: ubuntu
38+
types:
39+
- name: main
40+
url: http://repos.ros.org/repos/ros_bootstrap
2641
# wildcards are allowed in name, entries are processed in top-down order
2742
# first entry matching the name is used
2843
projects:

0 commit comments

Comments
 (0)