diff options
author | Damjan Marion <damarion@cisco.com> | 2018-10-25 12:25:38 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-10-25 13:35:26 +0000 |
commit | 2bfb9e15d8ed7d040de7e453d764a6eb79668f5f (patch) | |
tree | d36a601717075a3cbab7a3eb66445efe0a564de2 | |
parent | 8f68b3e63d682cf23ae836c50d3d7abf3c950514 (diff) |
Run 'make test' verify job on ubuntu 18.04 instead of 16.04
Change-Id: If570bb8cc19b2eab5877a20c963e27e410ee7560
Signed-off-by: Damjan Marion <damarion@cisco.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -569,7 +569,7 @@ verify: install-dep $(BR)/.deps.ok install-ext-deps @make -C build-root PLATFORM=vpp TAG=vpp vom-install $(call banner,"Building $(PKG) packages") @make pkg-$(PKG) -ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04) +ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-18.04) $(call banner,"Running tests") @make COMPRESS_FAILED_TEST_LOGS=yes RETRIES=3 test endif |