From: David Galloway Date: Thu, 18 Mar 2021 17:46:48 +0000 (-0400) Subject: build_utils: Don't build pacific containers for el7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1773%2Fhead;p=ceph-build.git build_utils: Don't build pacific containers for el7 Signed-off-by: David Galloway --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 62541041..7f20e2c8 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -1454,7 +1454,7 @@ maybe_reset_ci_container() { if ! "$CI_CONTAINER"; then return fi - if [[ "$BRANCH" =~ octopus && "$DIST" == el7 ]]; then + if [[ "$BRANCH" =~ octopus|pacific && "$DIST" == el7 ]]; then echo "disabling CI container build for $BRANCH" CI_CONTAINER=false fi