container4nfv: fix command line syntax error 05/61405/3
authorYibo Cai <yibo.cai@arm.com>
Mon, 27 Aug 2018 01:41:31 +0000 (09:41 +0800)
committerYibo Cai <yibo.cai@arm.com>
Mon, 27 Aug 2018 07:37:33 +0000 (15:37 +0800)
Change-Id: Ib4bbf639c3a1c80eec9a9e3d52c17e934a465ce1
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
jjb/container4nfv/arm64/compass-build.sh
jjb/container4nfv/container4nfv-arm64.yaml

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