Skip to content

Commit a503638

Browse files
author
Saurabh Pimpalgaokar
committed
Changed marker name to more specific
1 parent 9551f67 commit a503638

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pr_check.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ echo "JOB_NAME: $JOB_NAME"
1515
if [[ "$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"
2323
elif [[ "$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"
3131
fi
3232

3333
# Standard IQE configuration

0 commit comments

Comments
 (0)