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
This commit is contained in:
Mark Goddard
2022-03-15 09:52:05 +00:00
parent 5fb6362e25
commit acf6d0d51f

View File

@@ -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'