diff --git a/sim/tests/endToEndTests/test_end_to_end.json b/sim/tests/endToEndTests/test_end_to_end.json index aef92ed368d8cd3d754b2be4e73fb587f774f15f..edd027aeb45f6547761e3c018025051d928f95b1 100644 --- a/sim/tests/endToEndTests/test_end_to_end.json +++ b/sim/tests/endToEndTests/test_end_to_end.json @@ -2,11 +2,6 @@ "config_sets": { "Generic": [ "ADAS_AEB_PreventingCollisionWithObstacle", - "ByEntityCondition_RelativeLane", - "ByEntityCondition_RelativeSpeed", - "ByEntityCondition_RoadPosition", - "ByEntityCondition_TimeHeadway", - "ByEntityCondition_TimeToCollision", "Common", "DynamicOSMPSensorDataToTUStepper", "DynamicSSPStepper", @@ -28,6 +23,11 @@ "ADAS_AEB_PreventingCollisionWithObstacleInCurve", "ADAS_V2X", "AFDM_TJunction", + "ByEntityCondition_RelativeLane", + "ByEntityCondition_RelativeSpeed", + "ByEntityCondition_RoadPosition", + "ByEntityCondition_TimeHeadway", + "ByEntityCondition_TimeToCollision", "LocalizationOnJunction", "ObjectAboveRoad", "ObjectOfTypeRoadMark", diff --git a/utils/ci/Jenkinsfile b/utils/ci/Jenkinsfile index ff662551c05acf84855fadaa6785903e72d807f7..b6b303d7a031e4a65ef79c93a325ada38b99dd71 100644 --- a/utils/ci/Jenkinsfile +++ b/utils/ci/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { parameters { booleanParam(name: 'BUILD_DOCKER_IMAGE', defaultValue: false, description: 'Force docker image (re-)build') string(name: 'OPTESTRUNNER_URL', defaultValue: 'https://ci.eclipse.org/openpass/job/opTestrunner/job/add-invocations-random-seed/1/artifact/repo/plugin/optestrunner/dist/pytest_optestrunner-1.1-py3-none-any.whl', description: 'URL to download opTestrunner binaries') - string(name: 'GECCO_URL', defaultValue: 'https://ci.eclipse.org/openpass/job/gecco/view/change-requests/job/MR-4/2/artifact/artifacts/gecco.tar.gz', description: 'URL to download gecco binaries') + string(name: 'GECCO_URL', defaultValue: 'https://ci.eclipse.org/openpass/job/gecco/view/change-requests/job/MR-4/3/artifact/artifacts/gecco.tar.gz', description: 'URL to download gecco binaries') string(name: 'GTGEN_CLI_URL', defaultValue: 'https://ci.eclipse.org/openpass/job/GT-Gen-Simulator-PreMerge-Gate/view/tags/job/v11.3.0/lastSuccessfulBuild/artifact/artifacts/gtgen-cli_1.1.0_amd64.deb', description: 'URL to download gtgen cli binaries') string(name: 'GTGEN_SIM_URL', defaultValue: 'https://ci.eclipse.org/openpass/job/GT-Gen-Simulator-PreMerge-Gate/view/tags/job/v11.3.0/lastSuccessfulBuild/artifact/artifacts/gtgen-simulator_11.3.0_amd64.deb', description: 'URL to download gtgen simulator binaries') }