Skip to content

Commit

Permalink
setup for pre-release testing of ROS 2 FlexBE
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Jun 23, 2023
1 parent 5b7ac62 commit 6904b3e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
11 changes: 10 additions & 1 deletion ci_scripts/run_devel_tests.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#!/usr/bin/env bash
set -e

echo "No devel tests with colcon"
echo "Verifying symlink install build ..."
source /opt/ros/$ROS_DISTRO/setup.bash
cd ~/colcon_ws
rm -rf install build log
colcon build --symlink-install
source ~/colcon_ws/install/setup.bash
ros2 run flexbe_app nwjs_install
xvfb-run ros2 run flexbe_app run_app --offline --run-tests
colcon test --ctest-args tests
colcon test-result --all
1 change: 1 addition & 0 deletions ci_scripts/run_install_tests.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -e

echo "Verifying regular install build ..."
source /opt/ros/$ROS_DISTRO/setup.bash
cd ~/colcon_ws
rm -rf install build log
Expand Down
2 changes: 1 addition & 1 deletion rosinstall/flexbe_app.rosinstall
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- git:
local-name: flexbe_app
uri: https://github.com/FlexBE/flexbe_app.git
version: ros2-devel
version: ros2-pre-release
2 changes: 1 addition & 1 deletion rosinstall/flexbe_behavior_engine.rosinstall
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- git:
local-name: flexbe_behavior_engine
uri: https://github.com/FlexBE/flexbe_behavior_engine.git
version: ros2-devel
version: ros2-pre-release
2 changes: 1 addition & 1 deletion rosinstall/generic_flexbe_states.rosinstall
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- git:
local-name: generic_flexbe_states
uri: https://github.com/FlexBE/generic_flexbe_states.git
version: ros2-devel
version: ros2-pre-release

0 comments on commit 6904b3e

Please sign in to comment.