diff options
author | Ed Kern <ejk@cisco.com> | 2018-08-21 16:09:43 -0600 |
---|---|---|
committer | Ed Kern <ejk@cisco.com> | 2018-08-21 16:09:43 -0600 |
commit | 0562585dadd9e47f6869d6015d864d9964983e62 (patch) | |
tree | 639d49748574977bdcd555950713bcb62cbb4a65 /jjb/vpp | |
parent | 50e56c270c667c2894f54c107f34a4eb6919c77b (diff) |
VPP: expand arm builds to 2G shm
At request of test im expanding default shm
on arm builds to 2G from 512M
Change-Id: Ib0283fba5228083d578c66f9b382e5d4c06e72f3
Signed-off-by: Ed Kern <ejk@cisco.com>
Diffstat (limited to 'jjb/vpp')
-rw-r--r-- | jjb/vpp/vpp.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 14a6a2b02..0b928a2ee 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -297,7 +297,7 @@ builders: - shell: - !include-raw-escape: ../scripts/setup_vpp_ubuntu_docker_test.sh + !include-raw-escape: ../scripts/setup_vpp_ubuntu_arm_test.sh - shell: !include-raw-escape: - ../scripts/setup_vpp_dpdk_dev_env.sh |