From 7917e1877c1769088d14a9868c7078622642f7e1 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Mon, 7 Jun 2021 12:05:55 +0300 Subject: [PATCH] Fix zuul config for heat-templates-check YAML indentation is wrong, instead of their appropriate sections options are set to the DEFAULT section of config like the following [DEFAULT] heat_api = {'workers': 2} not sure if oslo.config handles that properly so better fix this. Change-Id: Ie9ce52769504816734e72037aa08cb26c5276332 --- .zuul.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index fa2f64c3..646fcb8e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -23,16 +23,16 @@ DEFAULT: convergence_engine: true logging_exception_prefix: "%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s" - heat_api: - workers: 2 - heat_api_cfn: - workers: 2 - cache: - enabled: True - eventlet_opts: - client_socket_timeout: 120 - oslo_messaging_notifications: - driver: messagingv2 + heat_api: + workers: 2 + heat_api_cfn: + workers: 2 + cache: + enabled: True + eventlet_opts: + client_socket_timeout: 120 + oslo_messaging_notifications: + driver: messagingv2 test_results_stage_name: test_results zuul_copy_output: '{{ stage_dir }}/{{ test_results_stage_name }}.subunit': logs