From 594805406cf60f63b997c508741b45bfb117ba3f Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Fri, 29 Mar 2024 12:28:38 -0400 Subject: [PATCH] ceph-dev-new-trigger: stop building focal packages on main Signed-off-by: Casey Bodley --- .../config/definitions/ceph-dev-new-trigger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 987276075..0dc71ad13 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 @@ -195,7 +195,7 @@ DISTROS=centos8 centos9 FLAVOR=crimson ARCHS=x86_64 - # If no release name is found in branch, build on all possible distro/flavor combos (except xenial and bionic). + # If no release name is found in branch, build on all possible distro/flavor combos (except xenial, bionic, focal). # regex matching and 'on-evaluation-failure: run' doesn't work here so triple negative it is. - conditional-step: condition-kind: shell @@ -212,7 +212,7 @@ predefined-parameters: | BRANCH=${GIT_BRANCH} FORCE=True - DISTROS=jammy focal centos8 centos9 windows + DISTROS=jammy centos8 centos9 windows - trigger-builds: - project: 'ceph-dev-new' predefined-parameters: | -- 2.47.3