From 4800f0d33f74fae9c68476b0d99a099b6e72a87f Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 16 Feb 2021 11:11:46 -0500 Subject: [PATCH] ceph-dev-trigger: Disable job for now We no longer want to build packages for every merge in active branches. ceph-dev-nightly will build each active branch twice daily instead. Signed-off-by: David Galloway --- .../config/definitions/ceph-dev-trigger.yml | 50 ------------------- 1 file changed, 50 deletions(-) diff --git a/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml b/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml index 2d224e77a..4b17a0431 100644 --- a/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml +++ b/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml @@ -39,56 +39,6 @@ wipe-workspace: true builders: - # Build luminous on: - # default: centos7 bionic xenial trusty - # notcmalloc: centos7 - - conditional-step: - condition-kind: regex-match - regex: .*luminous.* - label: '${GIT_BRANCH}' - on-evaluation-failure: dont-run - steps: - - shell: - !include-raw: - - ../../../scripts/build_utils.sh - - ../../build/notify - - trigger-builds: - - project: 'ceph-dev' - predefined-parameters: | - BRANCH=${GIT_BRANCH} - FORCE=True - DISTROS=centos7 bionic xenial trusty - - project: 'ceph-dev' - predefined-parameters: | - BRANCH=${GIT_BRANCH} - FORCE=True - FLAVOR=notcmalloc - DISTROS=centos7 - # build mimic on: - # default: bionic xenial centos7 - # notcmalloc: centos7 - - conditional-step: - condition-kind: regex-match - regex: .*mimic.* - label: '${GIT_BRANCH}' - on-evaluation-failure: dont-run - steps: - - shell: - !include-raw: - - ../../../scripts/build_utils.sh - - ../../build/notify - - trigger-builds: - - project: 'ceph-dev' - predefined-parameters: | - BRANCH=${GIT_BRANCH} - FORCE=True - DISTROS=bionic xenial centos7 - - project: 'ceph-dev' - predefined-parameters: | - BRANCH=${GIT_BRANCH} - FORCE=True - DISTROS=centos7 - FLAVOR=notcmalloc # build nautilus on: # default: bionic xenial centos7 centos8 # notcmalloc: centos7 -- 2.47.3