From: David Galloway Date: Fri, 20 Dec 2019 13:44:45 +0000 (-0500) Subject: ceph-dev-new: Don't build master/wip on xenial X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1473%2Fhead;p=ceph-build.git ceph-dev-new: Don't build master/wip on xenial Signed-off-by: David Galloway --- diff --git a/ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml b/ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml index 040439ed..df07a875 100644 --- a/ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml +++ b/ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml @@ -103,7 +103,7 @@ FORCE=True DISTROS=centos7 FLAVOR=notcmalloc - # If no release name is found in branch, build on all possible distro/flavor combos. + # If no release name is found in branch, build on all possible distro/flavor combos (except xenial). # regex matching and 'on-evaluation-failure: run' doesn't work here so triple negative it is. - conditional-step: condition-kind: shell @@ -120,7 +120,7 @@ predefined-parameters: | BRANCH=${GIT_BRANCH} FORCE=True - DISTROS=bionic xenial centos7 centos8 leap15 + DISTROS=bionic centos7 centos8 leap15 - trigger-builds: - project: 'ceph-dev-new' predefined-parameters: |