From ea08333d0517d9ba77388364161bbacb61544c8c Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 6 Mar 2019 12:50:29 +0100 Subject: [PATCH] Fixing job linting A recent fix to wrap YAML long line resulted in an extra \n being appended to ANSIBLE_ROLES_PATH, resulting in test failure. Using YAML line folding instead of block folding should solve this. This change is not self-testing so it may require force-merging. Change-Id: If59cd536e3111b7c8f75879b0c24de039492cebe --- zuul.d/jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 879a873..9b9c6f8 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -14,7 +14,7 @@ vars: tox_envlist: linters tox_environment: - ANSIBLE_ROLES_PATH: > + ANSIBLE_ROLES_PATH: >- ~/src/git.openstack.org/openstack-infra/zuul-jobs/roles:~/src/git.openstack.org/kata-containers/zuul-config/roles - job: