File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ echo "JOB_NAME: $JOB_NAME"
1515if [[ " $JOB_NAME " == * " ros-backend-v1-pr-tests" * ]]; then
1616 # Old backend testing configuration
1717 export ROS_NEW_BACKEND_FLAG_ENABLED=" false"
18- export IQE_MARKER_EXPRESSION=" ros_smoke and (common or old_backend) "
18+ export IQE_MARKER_EXPRESSION=" ros_smoke and insights_ros_v1 "
1919 export IBUTSU_SOURCE=" ros-backend-v1-pr"
2020 echo " Configured for OLD backend testing"
2121 echo " - Unleash flag will be set to: FALSE"
22- echo " - Test markers: ros_smoke and (common or old_backend) "
22+ echo " - Test markers: ros_smoke and insights_ros_v1 "
2323elif [[ " $JOB_NAME " == * " ros-backend-v2-pr-tests" * ]]; then
2424 # New backend testing configuration
2525 export ROS_NEW_BACKEND_FLAG_ENABLED=" true"
26- export IQE_MARKER_EXPRESSION=" ros_smoke and (common or new_backend) "
26+ export IQE_MARKER_EXPRESSION=" ros_smoke and insights_ros_v2 "
2727 export IBUTSU_SOURCE=" ros-backend-v2-pr"
2828 echo " Configured for NEW backend testing"
2929 echo " - Unleash flag will be set to: TRUE"
30- echo " - Test markers: ros_smoke and (common or new_backend) "
30+ echo " - Test markers: ros_smoke and insights_ros_v2 "
3131fi
3232
3333# Standard IQE configuration
You can’t perform that action at this time.
0 commit comments