Commit 9baa8c7 1 parent 5c26fab commit 9baa8c7 Copy full SHA for 9baa8c7
File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 50
50
python3 ./gzdev.py repository purge
51
51
grep "/etc/apt/sources.list.d/_gzdev_${repo_to_test}_${repo_type_to_test}.list" log
52
52
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
53
61
- name : Smoke system tests for ign-docker module
54
62
run : |
55
63
python3 gzdev.py ign-docker-env citadel
Original file line number Diff line number Diff line change @@ -22,7 +22,22 @@ repositories:
22
22
url : http://packages.osrfoundation.org/gazebo/debian-prerelease
23
23
- name : nightly
24
24
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
26
41
# wildcards are allowed in name, entries are processed in top-down order
27
42
# first entry matching the name is used
28
43
projects :
You can’t perform that action at this time.
0 commit comments