From 8f6b525579eba2e24c340014a44c6920143c98eb Mon Sep 17 00:00:00 2001 From: Netrapalli-Madhusudhan Raghunandan <netrapalli-madhusudhan.raghunandan@partner.bmwgroup.com> Date: Wed, 16 Apr 2025 08:03:57 +0200 Subject: [PATCH] Disable ByEntityCondition E2E tests This test is disabled because of a bug in osiql Will be re-enabled as soon as the bug is fixed --- sim/tests/endToEndTests/test_end_to_end.json | 10 +++++----- utils/ci/Jenkinsfile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sim/tests/endToEndTests/test_end_to_end.json b/sim/tests/endToEndTests/test_end_to_end.json index aef92ed36..edd027aeb 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 ff662551c..b6b303d7a 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') } -- GitLab