diff --git a/tools/setup_gate.sh b/tools/setup_gate.sh index 9e5a8a1dde..2a90c3225c 100755 --- a/tools/setup_gate.sh +++ b/tools/setup_gate.sh @@ -58,6 +58,12 @@ function setup_config { GATE_IMAGES="cron,haproxy,keepalived,kolla-toolbox,mariadb" fi + # NOTE(yoctozepto): we cannot build and push at the same time on debian + # buster see https://github.com/docker/for-linux/issues/711. + PUSH="true" + if [[ "debian" == $BASE_DISTRO ]]; then + PUSH="false" + fi cat <