From 4f83d3edaf9e8d12275a8cf6cafecf30bab13b2b Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 18 Oct 2021 15:41:14 -0400 Subject: [PATCH] build_utils.sh: Disable CI_CONTAINER for nautilus too Brad and Yuri are working on something for downstream and need some branches built in ceph-ci.git based on the nautilus branch. The builds keep showing up as failed in shaman because the container is failing to build. This minor change fixes that. Signed-off-by: David Galloway --- scripts/build_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 3f9c9375..bc9f60eb 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -1547,7 +1547,7 @@ maybe_reset_ci_container() { if ! "$CI_CONTAINER"; then return fi - if [[ "$BRANCH" =~ octopus|pacific && "$DIST" == el7 ]]; then + if [[ "$BRANCH" =~ nautilus|octopus|pacific && "$DIST" == el7 ]]; then echo "disabling CI container build for $BRANCH" CI_CONTAINER=false fi -- 2.39.5