summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2021-06-07 12:05:55 +0300
committerPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2021-06-07 12:08:20 +0300
commit7917e1877c1769088d14a9868c7078622642f7e1 (patch)
tree7256bdd03c1505c86fbf7114e692a83e8b940318
parent71a0f7a1a7843c31e5627c2feb2a9f9f58b75b87 (diff)
downloadheat-templates-7917e1877c1769088d14a9868c7078622642f7e1.tar.gz
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
-rw-r--r--.zuul.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index fa2f64c..646fcb8 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