Skip to content

Commit

Permalink
Do use ign instead of gz for testing ROS imports on Fortress
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Sep 8, 2023
1 parent 78cfa9e commit 7633e17
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 7633e17

Please sign in to comment.