VPP: clang from xenial to bionic 84/16984/1
authorEd Kern <[email protected]>
Tue, 22 Jan 2019 21:53:16 +0000 (14:53 -0700)
committerEd Kern <[email protected]>
Tue, 22 Jan 2019 21:53:16 +0000 (14:53 -0700)
Altered the base image for clang verify from
xenial to bionic.

Change-Id: Ieec16aa72268658323b5452e7f7a51e667c946fe
Signed-off-by: Ed Kern <[email protected]>
jjb/vpp/vpp.yaml

index 53694b0..3816ebb 100644 (file)
@@ -39,8 +39,8 @@
 
     project: 'vpp'
     os:
-      - ubuntu1604:
-          repo-os-part: 'ubuntu.xenial.main'
+      - ubuntu1804:
+          repo-os-part: 'ubuntu.bionic.main'
       - centos7:
           repo-os-part: 'centos7'
       - opensuse:
     name: 'vpp-verify-{stream}-clang'
 
     project-type: freestyle
-    node: 'ubuntu1604-us'
+    node: 'ubuntu1804-us'
     concurrent: true
 
     build-discarder:
       - os-parameter:
           os: 'ubuntu1604'
       - repo-name-parameter:
-          repo-name: '{repo-stream-part}.ubuntu.xenial.main'
+          repo-name: '{repo-stream-part}.ubuntu.bionic.main'
       - stream-parameter:
           stream: '{stream}'