Skip to content

Commit

Permalink
remove flexbe_app from standard tests
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Jun 4, 2024
1 parent 4eee21b commit cbad2cc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
matrix:
ros: [iron] #, rolling]
include:
# - os: ubuntu-22.04
# ros: humble
# python: python3
- os: ubuntu-22.04
ros: iron
python: python3
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: generic
jobs:
include:
- dist: jessie
env: ROS_DISTRO=humble PYTHON=python3
env: ROS_DISTRO=iron PYTHON=python3

before_install:
- ln -s $PWD ~/flexbe_ci
Expand Down
5 changes: 3 additions & 2 deletions ci_scripts/run_devel_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ 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
# Skip flexbe_app tests with pending release of flexbe_webui
# 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
5 changes: 3 additions & 2 deletions ci_scripts/run_install_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ cd ~/colcon_ws
rm -rf install build log
colcon build
source ~/colcon_ws/install/setup.bash
ros2 run flexbe_app nwjs_install
xvfb-run ros2 run flexbe_app run_app --offline --run-tests
# Skip flexbe_app tests with pending release of flexbe_webui
# 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
5 changes: 3 additions & 2 deletions ci_scripts/script.bash
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ cd ~/colcon_ws
rm -rf install build log
colcon build
source ~/colcon_ws/install/setup.bash
ros2 run flexbe_app nwjs_install
xvfb-run ros2 run flexbe_app run_app --offline --run-tests
# Skip flexbe_app tests with pending release of flexbe_webui
# 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
File renamed without changes.

0 comments on commit cbad2cc

Please sign in to comment.