deb_dpdk: use bionic image for CI builds
[ci-management.git] / jenkins-scripts / system_type.sh
index 88210a4..c3083ae 100755 (executable)
@@ -17,7 +17,8 @@ IFS=','
 for i in "basebuild,basebuild" \
          "centos,centos" \
          "ubuntu1404,ubuntu1404" \
-         "ubuntu1604,ubuntu1604"
+         "ubuntu1604,ubuntu1604" \
+         "opensuse,opensuse"
 do set -- $i
     if [[ $HOST == *"$1"* ]]; then
         SYSTEM_TYPE="$2"