Commit 5bd38be7 authored by Dong Anyuan's avatar Dong Anyuan

remove '--mu' from ci-scripts

parent e3fad64e
......@@ -110,7 +110,7 @@ VM_NAME = RAN-CI-develop-b47-enb-usrp
VM_CMD_FILE = RAN-CI-develop-b47-enb-usrp_cmds.txt
JENKINS_WKSP = /var/jenkins/workspace/RAN-CI-develop
ARCHIVES_LOC = /var/jenkins/workspace/RAN-CI-develop/archives/enb_usrp
BUILD_OPTIONS = --eNB -w USRP --mu
BUILD_OPTIONS = --eNB -w USRP
VM_MEMORY = 2048 MBytes
VM_CPU = 4
############################################################
......@@ -147,7 +147,7 @@ unzip -qq -DD ../localZip.zip
cd /home/ubuntu/tmp
source oaienv
cd cmake_targets
./build_oai -I --eNB -w USRP --mu
./build_oai -I --eNB -w USRP
# Here wait for a few minutes 8 to 12 minutes #
......
......@@ -88,7 +88,7 @@ You can get the list of variant specific variables specifying the variant argume
--variant enb-usrp OR -v1 ( build and test )
VM_NAME=ci-enb-usrp ARCHIVES_LOC=enb_usrp
VM_MEMORY=2048 VM_CPU=4
NB_PATTERN_FILES=9 BUILD_OPTIONS="--eNB -w USRP --mu"
NB_PATTERN_FILES=9 BUILD_OPTIONS="--eNB -w USRP"
LOG_PATTERN=.Rel14.txt
--variant l1-sim OR -v20 ( test )
......
......@@ -156,7 +156,7 @@ function setvar_usage {
function variant__v1__enb_usrp {
NB_PATTERN_FILES=9
BUILD_OPTIONS="--eNB -w USRP --mu"
BUILD_OPTIONS="--eNB -w USRP"
}
function variant__v2__basic_sim {
......
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