Skip to content
Snippets Groups Projects
Commit 8f6b5255 authored by Raghunandan Netrapalli Madhusudhan's avatar Raghunandan Netrapalli Madhusudhan
Browse files

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
parent 6ead8a4f
No related branches found
No related tags found
1 merge request!279Draft: Parameterize integration urls
Pipeline #70814 failed
...@@ -2,11 +2,6 @@ ...@@ -2,11 +2,6 @@
"config_sets": { "config_sets": {
"Generic": [ "Generic": [
"ADAS_AEB_PreventingCollisionWithObstacle", "ADAS_AEB_PreventingCollisionWithObstacle",
"ByEntityCondition_RelativeLane",
"ByEntityCondition_RelativeSpeed",
"ByEntityCondition_RoadPosition",
"ByEntityCondition_TimeHeadway",
"ByEntityCondition_TimeToCollision",
"Common", "Common",
"DynamicOSMPSensorDataToTUStepper", "DynamicOSMPSensorDataToTUStepper",
"DynamicSSPStepper", "DynamicSSPStepper",
...@@ -28,6 +23,11 @@ ...@@ -28,6 +23,11 @@
"ADAS_AEB_PreventingCollisionWithObstacleInCurve", "ADAS_AEB_PreventingCollisionWithObstacleInCurve",
"ADAS_V2X", "ADAS_V2X",
"AFDM_TJunction", "AFDM_TJunction",
"ByEntityCondition_RelativeLane",
"ByEntityCondition_RelativeSpeed",
"ByEntityCondition_RoadPosition",
"ByEntityCondition_TimeHeadway",
"ByEntityCondition_TimeToCollision",
"LocalizationOnJunction", "LocalizationOnJunction",
"ObjectAboveRoad", "ObjectAboveRoad",
"ObjectOfTypeRoadMark", "ObjectOfTypeRoadMark",
......
...@@ -14,7 +14,7 @@ pipeline { ...@@ -14,7 +14,7 @@ pipeline {
parameters { parameters {
booleanParam(name: 'BUILD_DOCKER_IMAGE', defaultValue: false, description: 'Force docker image (re-)build') 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: '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_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') 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')
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment