diff options
author | Yibo Cai <yibo.cai@arm.com> | 2018-08-27 09:41:31 +0800 |
---|---|---|
committer | Yibo Cai <yibo.cai@arm.com> | 2018-08-27 15:37:33 +0800 |
commit | c1af9198fb9ebeda59fb30c241e5f8cfe6af460f (patch) | |
tree | 6d8b198b982bc87e5f587bec77bc669230d8e0ac /jjb | |
parent | 756f883cf0f477cfc9bd20776eb3bad49a4ff61e (diff) |
container4nfv: fix command line syntax error
Change-Id: Ib4bbf639c3a1c80eec9a9e3d52c17e934a465ce1
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/container4nfv/arm64/compass-build.sh | 2 | ||||
-rw-r--r-- | jjb/container4nfv/container4nfv-arm64.yaml | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/jjb/container4nfv/arm64/compass-build.sh b/jjb/container4nfv/arm64/compass-build.sh index 326e6241b..48381cb00 100755 --- a/jjb/container4nfv/arm64/compass-build.sh +++ b/jjb/container4nfv/arm64/compass-build.sh @@ -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 diff --git a/jjb/container4nfv/container4nfv-arm64.yaml b/jjb/container4nfv/container4nfv-arm64.yaml index 5e763aebf..b66667471 100644 --- a/jjb/container4nfv/container4nfv-arm64.yaml +++ b/jjb/container4nfv/container4nfv-arm64.yaml @@ -90,10 +90,13 @@ - 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 |