Merge "xci: Create virtual daily jobs for scenarios"
authorFatih Degirmenci <fdegir@gmail.com>
Tue, 28 Aug 2018 12:34:19 +0000 (12:34 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 28 Aug 2018 12:34:19 +0000 (12:34 +0000)
jjb/container4nfv/arm64/compass-build.sh
jjb/container4nfv/container4nfv-arm64.yaml
jjb/cperf/cperf-robot-netvirt-csit.sh

index 326e624..48381cb 100755 (executable)
@@ -9,6 +9,6 @@ ln -s $COMPASS_WORK_DIR work
 
 sudo docker rm -f `docker ps | grep compass | cut -f1 -d' '` || true
 
-curl -s http://people.linaro.org/~yibo.cai/compass/compass4nfv-arm64-fixup.sh | bash -s {scenario} || true
+curl -s http://people.linaro.org/~yibo.cai/compass/compass4nfv-arm64-fixup.sh | bash || true
 
 ./build.sh
index 5e763ae..b666674 100644 (file)
 - job-template:
     name: 'container4nfv-{scenario}-{pod}-daily-{stream}'
     disabled: '{obj:disabled}'
+    node: '{slave-label}'
 
     scm:
       - git:
           url: https://gerrit.opnfv.org/gerrit/container4nfv
+          branches:
+            - master
           basedir: container4nfv
           wipe-workspace: true
 
index 15f8669..4fdcd10 100755 (executable)
@@ -167,7 +167,6 @@ docker run -i --net=host \
   opnfv/cperf:$DOCKER_TAG \
   /bin/bash -c "source /tmp/overcloudrc; mkdir -p \$HOME/.ssh; cp /tmp/id_rsa \$HOME/.ssh; \
   cd /home/opnfv/repos/odl_test/ && git pull origin master; \
-  yum remove -y python-chardet; \
   pip install odltools; \
   ${robot_cmd} ${suites};"