diff options
author | Yibo Cai <yibo.cai@arm.com> | 2018-02-11 13:25:32 +0800 |
---|---|---|
committer | Yibo Cai <yibo.cai@arm.com> | 2018-02-13 09:37:40 +0800 |
commit | 2a32d78b2444cccd508e0f6f467898c604731236 (patch) | |
tree | 3ca55b6d0cdf7488ac8453008f72f84c61eb9b8d | |
parent | ed07f0df576cd775acc9b14ef4356732a109d82b (diff) |
container4nfv: trigger yardstick test
Change-Id: Ifdd504ff199c73a17cf007903a5480ee55f86102
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
-rwxr-xr-x | jjb/container4nfv/arm64/compass-deploy.sh | 2 | ||||
-rw-r--r-- | jjb/container4nfv/container4nfv-arm64.yml | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/jjb/container4nfv/arm64/compass-deploy.sh b/jjb/container4nfv/arm64/compass-deploy.sh index 3c599279e..bbbf3f449 100755 --- a/jjb/container4nfv/arm64/compass-deploy.sh +++ b/jjb/container4nfv/arm64/compass-deploy.sh @@ -8,6 +8,6 @@ export OS_VERSION="centos7" export KUBERNETES_VERSION="v1.7.3" export DHA="deploy/conf/vm_environment/k8-nosdn-nofeature-noha.yml" export NETWORK="deploy/conf/vm_environment/network.yml" -export VIRT_NUMBER=2 VIRT_CPUS=2 VIRT_MEM=4096 VIRT_DISK=50G +export VIRT_NUMBER=2 VIRT_CPUS=4 VIRT_MEM=8192 VIRT_DISK=50G ./deploy.sh diff --git a/jjb/container4nfv/container4nfv-arm64.yml b/jjb/container4nfv/container4nfv-arm64.yml index 16a10eac1..b69c21400 100644 --- a/jjb/container4nfv/container4nfv-arm64.yml +++ b/jjb/container4nfv/container4nfv-arm64.yml @@ -32,7 +32,7 @@ wrappers: - timeout: - timeout: 120 + timeout: 150 fail: true builders: @@ -40,7 +40,11 @@ !include-raw: arm64/compass-build.sh - shell: !include-raw: arm64/compass-deploy.sh - + - trigger-builds: + - project: yardstick-arm64-compass-arm-virtual03-daily-master + current-parameters: false + same-node: true + block: false - trigger: name: 'trigger-k8-multus-nofeature-noha-virtual' |