vpp build.sh: move from "make verify" to "make pkg-verify" + "make test" 64/31164/4
authorAndrew Yourtchenko <ayourtch@gmail.com>
Mon, 8 Feb 2021 13:25:17 +0000 (13:25 +0000)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 10 Feb 2021 17:57:06 +0000 (17:57 +0000)
commitf4535bf07dcfafcf21d573c3ba5365a317c13295
treec978120936e8f3651d83951e973a3fd69d2f1571
parent4ed95452d982886c61e28c11f8737fdde207de69
vpp build.sh: move from "make verify" to "make pkg-verify" + "make test"

Problem: The VPP CI merge and verify jobs use the "make verify", which has
special handling depending on the OS. So, to make meaningful changes
like running the test suite on more platforms, one would need
to make the changes in two places, which is error-prone and slow.

Solution: move the logic on which OS to run the "make test" into
the ci-management scripts, and stop using "make verify"

Change-Id: Icc7daa9364198f455ed8ca5bae5e5da5f15baf48
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
jjb/scripts/vpp/build.sh