From 427e261dffc4de32c3898c9744ec5ff81e3449e6 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 4 Sep 2018 13:56:18 +0000 Subject: [PATCH] Correct zuul-jobs path We encourage people to integrate zuul-jobs with the Git connection driver, but the recommended URL for it is https://git.zuul-ci.org/zuul-jobs which is not namespaced and so wouldn't show up through the corresponding connection. Switch the example base and base-test jobs to the recommended URL make them consistent with this expectation. Change-Id: Ifa307d6b4f7f2e69a5811a6907e0df56dfe40cb2 --- zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.yaml b/zuul.yaml index 310c297..1f91e23 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -12,7 +12,7 @@ pre-run: playbooks/base/pre.yaml post-run: playbooks/base/post-ssh.yaml roles: - - zuul: openstack-infra/zuul-jobs + - zuul: https://git.zuul-ci.org/zuul-jobs timeout: 1800 - job: @@ -24,5 +24,5 @@ pre-run: playbooks/base-test/pre.yaml post-run: playbooks/base-test/post-ssh.yaml roles: - - zuul: openstack-infra/zuul-jobs + - zuul: https://git.zuul-ci.org/zuul-jobs timeout: 1800