]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-build,ceph-dev-new-build: build c9 containers 2222/head
authorDan Mick <dmick@redhat.com>
Mon, 8 Apr 2024 20:18:09 +0000 (13:18 -0700)
committerDan Mick <dmick@redhat.com>
Thu, 9 May 2024 20:47:06 +0000 (13:47 -0700)
Signed-off-by: Dan Mick <dmick@redhat.com>
ceph-dev-build/build/build_rpm
ceph-dev-new-build/build/build_rpm

index b32efadc182fb8be7165aa5556da7e5e49bbe68a..3ff4f4e6a064d27b1a46ccecd11ddb296cae6270 100644 (file)
@@ -84,7 +84,7 @@ fi
 
 # XXX perhaps use job parameters instead of literals; then
 # later stages can also use them to compare etc.
-if [[ "$CI_CONTAINER" == true && $DISTRO == "centos" && $RELEASE == "8" ]] ; then
+if [[ "$CI_CONTAINER" == true && $DISTRO == "centos" && "$RELEASE" =~ 8|9 ]] ; then
     loop=0
     ready=false
     while ((loop < 15)); do
index a84bbfab2fdbae964851cce07beb546b08960934..5333efb33ef8d75e1ba3a3b8f6ff408a74832ef5 100644 (file)
@@ -87,7 +87,7 @@ fi
 # XXX perhaps use job parameters instead of literals; then
 # later stages can also use them to compare etc.
 # build container image that supports building crimson-osd
-if [[ $CI_CONTAINER == "true" && $DISTRO == "centos" && $RELEASE == "8" ]] ; then
+if [[ $CI_CONTAINER == "true" && $DISTRO == "centos" && "$RELEASE" =~ 8|9 ]] ; then
     loop=0
     ready=false
     while ((loop < 15)); do