Correct zuul-jobs path

We encourage people to integrate zuul-jobs with the Git connection
driver, but the recommended canonical name for it is
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 name to make them
consistent with this expectation.

Change-Id: Ifa307d6b4f7f2e69a5811a6907e0df56dfe40cb2
This commit is contained in:
Jeremy Stanley 2018-09-04 13:56:18 +00:00
parent 54e633d25e
commit 7cca702336
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
pre-run: playbooks/base/pre.yaml
post-run: playbooks/base/post-ssh.yaml
roles:
- zuul: openstack-infra/zuul-jobs
- zuul: 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: git.zuul-ci.org/zuul-jobs
timeout: 1800