Commit a36c1e4c authored by Raphael Defosseux's avatar Raphael Defosseux

CI: building not testing the flexran controller VM

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent e6ef20e1
...@@ -319,7 +319,7 @@ pipeline { ...@@ -319,7 +319,7 @@ pipeline {
} }
steps { steps {
timeout (time: 20, unit: 'MINUTES') { timeout (time: 20, unit: 'MINUTES') {
sh "./ci-scripts/oai-ci-vm-tool test --workspace $WORKSPACE --variant flexran-rtc --job-name ${JOB_NAME} --build-id ${BUILD_ID} --keep-alive" sh "./ci-scripts/oai-ci-vm-tool build --workspace $WORKSPACE --variant flexran-rtc --job-name ${JOB_NAME} --build-id ${BUILD_ID} --keep-alive"
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment