Merge "Switch to openSUSE Leap 42.2 release by default"
This commit is contained in:
commit
bbe81c30be
@ -13,7 +13,7 @@ Environment Variables
|
|||||||
|
|
||||||
DIB_RELEASE
|
DIB_RELEASE
|
||||||
:Required: No
|
:Required: No
|
||||||
:Default: 42.1
|
:Default: 42.2
|
||||||
:Description: Set the desired openSUSE release.
|
:Description: Set the desired openSUSE release.
|
||||||
|
|
||||||
DIB_OPENSUSE_MIRROR:
|
DIB_OPENSUSE_MIRROR:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
export DISTRO_NAME=opensuse
|
export DISTRO_NAME=opensuse
|
||||||
DIB_RELEASE=${DIB_RELEASE:-42.1}
|
DIB_RELEASE=${DIB_RELEASE:-42.2}
|
||||||
export DIB_RELEASE=${DIB_RELEASE,,}
|
export DIB_RELEASE=${DIB_RELEASE,,}
|
||||||
export DIB_OPENSUSE_MIRROR=${DIB_OPENSUSE_MIRROR:-http://download.opensuse.org}
|
export DIB_OPENSUSE_MIRROR=${DIB_OPENSUSE_MIRROR:-http://download.opensuse.org}
|
||||||
case ${DIB_RELEASE} in
|
case ${DIB_RELEASE} in
|
||||||
|
@ -18,7 +18,7 @@ Environment Variables
|
|||||||
|
|
||||||
DIB_RELEASE
|
DIB_RELEASE
|
||||||
:Required: No
|
:Required: No
|
||||||
:Default: 13.1
|
:Default: 42.2
|
||||||
:Description: Set the desired openSUSE release.
|
:Description: Set the desired openSUSE release.
|
||||||
|
|
||||||
DIB_CLOUD_IMAGES
|
DIB_CLOUD_IMAGES
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
export DISTRO_NAME=opensuse
|
export DISTRO_NAME=opensuse
|
||||||
export DIB_RELEASE=${DIB_RELEASE:-13.1}
|
export DIB_RELEASE=${DIB_RELEASE:-42.2}
|
||||||
case ${DIB_RELEASE} in
|
case ${DIB_RELEASE} in
|
||||||
# Old openSUSE releases
|
# Old openSUSE releases
|
||||||
13*) export OPENSUSE_REPO_DIR=openSUSE_${DIB_RELEASE} ;;
|
13*) export OPENSUSE_REPO_DIR=openSUSE_${DIB_RELEASE} ;;
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
Verify we can build an openSUSE image.
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Copyright 2016 SUSE Linux Products Gmb
|
# Copyright 2016 SUSE Linux GmbH
|
||||||
# Copyright 2015 Hewlett-Packard Development Company, L.P.
|
# Copyright 2015 Hewlett-Packard Development Company, L.P.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
|
@ -18,6 +18,7 @@ DEFAULT_SKIP_TESTS=(
|
|||||||
fedora/build-succeeds
|
fedora/build-succeeds
|
||||||
# in non-voting
|
# in non-voting
|
||||||
gentoo/build-succeeds
|
gentoo/build-succeeds
|
||||||
|
opensuse/build-succeeds
|
||||||
# good to have the test case around - but because of changes
|
# good to have the test case around - but because of changes
|
||||||
# in testing does not work always.
|
# in testing does not work always.
|
||||||
debian-minimal/testing-build-succeeds
|
debian-minimal/testing-build-succeeds
|
||||||
|
Loading…
Reference in New Issue
Block a user