summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-arm-build-no-test.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-01-09VPP: Make script inclusion more readableVratko Polak1-58/+0
Historically, scripts names started with include-raw-vpp- prefix. That was not only long and superfluous, but also confusing, as the actual way of including uses "include-raw-escape", which is a command behaving differently than "include-raw", suggested by the previous name. This Change shortens script names to the part that actually says something about the script. + Delete include-gcc8-prefer.sh as it is orphaned since https://gerrit.fd.io/r/c/ci-management/+/20443 + Move the scripts to jjb/scripts/vpp/. - "absolute" paths are not used, as ci-man root is not in search path. + Put each path on a separate line to avoid long lines. + Put each include in a separate shell to make sure return code of each script is checked. + Update copyright year where present. - Copyright notices are not added when not present. Change-Id: I48920542ff20810cc87fb01844236350348bae59 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-10-10Set PLATFORM=vpp for all 'make -C build-root/Makefile'Dave Wallace1-3/+3
Change-Id: I91282e1bb0cbe48e58335b1fd74bb0ca81a26795 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2019-10-04Remove unneccessary PLATFORM varsjuraj.linkes1-3/+3
The builds are using the default setting, so no reason to set them. The default might actually change in the future, for example when we add cross compilation support as in https://gerrit.fd.io/r/#/c/vpp/+/21035/. Change-Id: I7ae9cd9bb88b5b15049c442a0a6c7aedb0ce90df Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2018-12-11Enable nonvoting testing in VPP ARM verify jobsjuraj.linkes1-0/+58
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>