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 @@ -12,19 +12,19 @@ export DOCKERFILE="Dockerfile"
1212# NEW: Dual backend testing logic based on job name
1313echo " JOB_NAME: $JOB_NAME "
1414
15- if [[ " $JOB_NAME " == * " old -backend" * ]]; then
15+ if [[ " $JOB_NAME " == * " ros -backend-v1-pr-tests " * ]]; then
1616 # Old backend testing configuration
1717 export ROS_NEW_BACKEND_FLAG_ENABLED=" false"
1818 export IQE_MARKER_EXPRESSION=" ros_smoke and (common or old_backend)"
19- export IBUTSU_SOURCE=" ros-old- backend-pr"
19+ export IBUTSU_SOURCE=" ros-backend-v1 -pr"
2020 echo " Configured for OLD backend testing"
2121 echo " - Unleash flag will be set to: FALSE"
2222 echo " - Test markers: ros_smoke and (common or old_backend)"
23- elif [[ " $JOB_NAME " == * " new -backend" * ]]; then
23+ elif [[ " $JOB_NAME " == * " ros -backend-v2-pr-tests " * ]]; then
2424 # New backend testing configuration
2525 export ROS_NEW_BACKEND_FLAG_ENABLED=" true"
2626 export IQE_MARKER_EXPRESSION=" ros_smoke and (common or new_backend)"
27- export IBUTSU_SOURCE=" ros-new- backend-pr"
27+ export IBUTSU_SOURCE=" ros-backend-v2 -pr"
2828 echo " Configured for NEW backend testing"
2929 echo " - Unleash flag will be set to: TRUE"
3030 echo " - Test markers: ros_smoke and (common or new_backend)"
You can’t perform that action at this time.
0 commit comments