]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev*trigger: Build crimson on Focal instead of Bionic 1557/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 27 Apr 2020 18:01:23 +0000 (14:01 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 27 Apr 2020 18:01:23 +0000 (14:01 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml
ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml
scripts/build_utils.sh

index 3d56b3407280b188a65a374b10e8a923c548af50..7cc698d805b8c2dc89fc2bfc634179d6aceb2cac 100644 (file)
                   predefined-parameters: |
                     BRANCH=${GIT_BRANCH}
                     FORCE=True
-                    DISTROS=bionic
+                    DISTROS=focal
                     FLAVOR=crimson
 
     wrappers:
index c4788468d8c159d5b22ef35428dbdb863b955769..5207f780825c1aae14b68e4745d53f299f459905 100644 (file)
       # build master on:
       # default: focal bionic centos7 centos8 leap15
       # notcmalloc: centos8
-      # crimson: bionic
       - conditional-step:
           condition-kind: regex-match
           regex: .*master.*
index 34be8d0e710904695fcf9d110370054095f7db6e..c124ef3e89f6450ddcc629b40441a01c27ab3254 100644 (file)
@@ -590,13 +590,6 @@ use_ppa() {
                     use_ppa=true;;
                 xenial)
                     use_ppa=true;;
-                bionic)
-                    if [ "$FLAVOR" = "crimson" ]; then
-                        use_ppa=true
-                    else
-                        use_ppa=false
-                    fi
-                    ;;
                 *)
                     use_ppa=false;;
             esac