From acf6d0d51fe54588e5083b19b3824041e1fcb49d Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 15 Mar 2022 09:52:05 +0000 Subject: [PATCH] CI: Disable container image builds on Ubuntu The kayobe-seed-ubuntu-focal job is currently fairly unreliable, often failing to build the base container image. We are not using the mirrors provided by OpenDev infra, which may be making these builds less reliable. This change disables container image builds in CI on Ubuntu. It should be reverted if they are made more reliable. Change-Id: I648fa6423ad9ff43120c7808f080b0359ad8621c --- playbooks/kayobe-seed-base/run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/kayobe-seed-base/run.yml b/playbooks/kayobe-seed-base/run.yml index 35f29d929..7a5c3eefa 100644 --- a/playbooks/kayobe-seed-base/run.yml +++ b/playbooks/kayobe-seed-base/run.yml @@ -27,3 +27,4 @@ source {{ kayobe_src_dir }}/dev/environment-setup.sh && kayobe seed container image build ^base &> {{ logs_dir }}/ansible/container-image-build executable: /bin/bash + when: ansible_os_family == 'RedHat'