Skip to content

Commit

Permalink
Do use ign instead of gz for testing ROS imports on Fortress (#1009)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
  • Loading branch information
j-rivero authored Sep 15, 2023
1 parent 8ca053b commit 2581ee0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jenkins-scripts/dsl/ignition_collection.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,9 @@ gz_collections_yaml.collections.each { collection ->
export ROS_BOOTSTRAP=true
# needed for arm64 machines and other arch tests
export ENABLE_GZ_SIM_RUNTIME_TEST=false
if [[ ${gz_collection_name} == 'citadel' || ${gz_collection_name} == 'fortress' ]]; then
export GZ_SIM_RUNTIME_TEST_USE_IGN=true
fi
if [[ \${JENKINS_NODE_TAG} == 'gpu-reliable' ]]; then
export ENABLE_GZ_SIM_RUNTIME_TEST=true
fi
Expand Down

0 comments on commit 2581ee0

Please sign in to comment.