Commit e63ff571 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: hotfix

  -- calling twice phy-sim test
Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 9f299e77
...@@ -162,7 +162,7 @@ pipeline { ...@@ -162,7 +162,7 @@ pipeline {
stage ("Test basic simulator") { stage ("Test basic simulator") {
steps { steps {
//gitlabCommitStatus(name: "Test basic-sim") { //gitlabCommitStatus(name: "Test basic-sim") {
sh "./ci-scripts/runTestOnVM.sh --workspace $WORKSPACE --variant phy-sim --job-name ${JOB_NAME} --build-id ${BUILD_ID} --keep-vm-alive" sh "./ci-scripts/runTestOnVM.sh --workspace $WORKSPACE --variant basic-sim --job-name ${JOB_NAME} --build-id ${BUILD_ID} --keep-vm-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