summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-arm-build.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-12-11Enable nonvoting testing in VPP ARM verify jobsjuraj.linkes1-7/+16
Enable testing utilizing parallel test execution for ARM jobs with parallel test execution code, which has been merged in 1810 and update the OS for these jobs to Ubuntu1804. Create new jobs for branches without parallel test execution which don't have testing enabled and retain the OS. Also exclude some currently failing tests which will be enabled once the underlying issues are fixed. Change-Id: I5bbb1348a5a00676759753e5cf66ab65ce55e57d Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2018-09-10VPP: remove test from arm buildsEd Kern1-15/+7
Leaving make test in arm builds was still leading to test hangs until timeout. This removes the test portion so we still get images and build verification Change-Id: I9cefb9cdb76edc214e0fb680e28b4495323f8000 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-08-31Flags for parallel test run and arm verify updatejuraj.linkes1-8/+25
Added a script where we can look at the label (flavor) of the jenkins job and set the number of cores used in build/test for that label. When setting the number of cores, the label along with the corresponding hosts must ensure (by properly configuring them in nomad) that the resources used by jobs on the host won't exceed host's resources. Change-Id: I138c8ad797df84ebf9a926074a1a7cb5037bd681 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2018-04-17VPP: added 1804 to arm verify stream and arm mergeEd Kern1-0/+49
Adding arm verify and merge for master and 1804. Add arm specific build script to drop make test requirement. Added single retry on arm builds. Change-Id: Iba7df6d848d9610e0b9be2296aa42ee5a66dab79 Signed-off-by: Ed Kern <ejk@cisco.com>