bifrost: Switch Ubuntu targets to Xenial (16.04) 85/35785/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 5 Jun 2017 09:57:30 +0000 (11:57 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 5 Jun 2017 09:57:30 +0000 (11:57 +0200)
Switch default target OS to Ubuntu Xenial (16.04) which is also the
version supported by bifrost.

Change-Id: Ia139af9d03c85225e741c78ce35ecc59cd990108
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/xci/bifrost-verify-jobs.yml
jjb/xci/bifrost-verify.sh

index c6da9f4..319f8eb 100644 (file)
@@ -20,9 +20,9 @@
 # distros
 #--------------------------------
     distro:
-        - 'trusty':
+        - 'xenial':
             disabled: false
-            dib-os-release: 'trusty'
+            dib-os-release: 'xenial'
             dib-os-element: 'ubuntu-minimal'
             dib-os-packages: 'vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl'
             extra-dib-elements: 'openssh-server'
index 2e6f227..b522b89 100755 (executable)
@@ -89,7 +89,7 @@ function cleanup_and_upload() {
 }
 
 # check distro to see if we support it
-if [[ ! "$DISTRO" =~ (trusty|centos7|suse) ]]; then
+if [[ ! "$DISTRO" =~ (xenial|centos7|suse) ]]; then
     echo "Distro $DISTRO is not supported!"
     exit 1
 fi