From 50b5a798632c0c0891d50e9bbea3a5451c0e067d Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Thu, 29 Oct 2020 13:10:05 -0400 Subject: [PATCH] Build containers for single consumer job Make standalone job build containers when there is one single consumer job in layout. Do not run content provider jobs in this case. Change-Id: I9b41d69bf7d4c0b5d2c8ce0359fe3551f168ab2f --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index a4c4c2e1..0f35f4bf 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,6 +15,7 @@ description: | TripleO standalone Job running Octavia specific Tempest tests. vars: + build_container_images: true featureset_override: standalone_environment_files: - 'environments/low-memory-usage.yaml'