From f259bc8a627ef5c61f50d23abf6a8e7682ef0c4e Mon Sep 17 00:00:00 2001 From: Sirajudeen Date: Fri, 6 Nov 2020 18:39:47 +0000 Subject: [PATCH] Fix the lint job name in azure gate runner * Recently the lint and test jobs are separated * update the reference to lint and test job names marked as dependency for azure gate runner Change-Id: I9bf495143b14d248c54c20e4814ac236b167eba1 --- zuul.d/jobs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 5c8ddca5f..55bdb84f7 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -157,10 +157,12 @@ dependencies: - name: openstack-tox-docs soft: true - - name: airship-airshipctl-lint-unit + - name: airship-airshipctl-lint soft: true - name: airship-airshipctl-golint soft: true + - name: airship-airshipctl-unit + soft: true - name: airship-airshipctl-build-image soft: true - name: airship-airshipctl-validate-site-docs