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

trigger opE2E pipeline

parent 91b81e58
No related branches found
No related tags found
No related merge requests found
Pipeline #70954 failed
...@@ -98,29 +98,13 @@ spec: ...@@ -98,29 +98,13 @@ spec:
PYTHON_EXECUTABLE = 'python3' PYTHON_EXECUTABLE = 'python3'
} }
stages { stages {
stage('Linux: Cleanup') { stage('Run E2E') {
steps { steps {
container('openpass-build') { build job: 'opEnd2End_Test', parameters: [string(name: 'OPTESTRUNNER_URL', value: "${env.OPTESTRUNNER_URL}"),
sh 'bash repo/utils/ci/scripts/10_prepare.sh' string(name: 'GECCO_URL', value:"${env.GECCO_URL}"),
} string(name: 'GTGEN_CLI_URL', value: "${env.GTGEN_CLI_URL}"),
} string(name: 'GTGEN_SIM_URL', value: "${env.GTGEN_SIM_URL}")],
} propagate: true
stage('Linux: Fetch binaries') {
steps {
container('openpass-build') {
sh 'bash repo/utils/ci/scripts/pull_gecco.sh'
sh 'bash repo/utils/ci/scripts/pull_optestrunner.sh'
// sh 'bash repo/utils/ci/scripts/pull_gtgen.sh'
sh 'bash repo/utils/ci/scripts/build_gtgen.sh'
}
}
}
stage('Linux: Run E2E') {
steps {
container('openpass-build') {
sh 'bash repo/utils/ci/scripts/run_gtgen.sh'
sh 'bash repo/utils/ci/scripts/55_endtoend.sh'
}
} }
} }
} }
......
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