Remove fetch-zuul-cloner

During the original import of Zuul v2 jobs to become legacy jobs in
v3, we included fetch-zuul-cloner in the base job. Soon thereafter
we added a legacy-base job to act as an abstraction layer, and added
fetch-zuul-cloner to it as well, but never finished removing it from
the base job. A more detailed analysis[*] of the history can be
found on the openstack-discuss mailing list, but suffice to say
we're well past due to finish the transition and it's causing pains
for users of modern v3-native jobs which don't need the old
compatibility shim.

Make the base job consistent with base-test now that investigative
evaluation has concluded.

[*] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/006881.html

Change-Id: Idf5102c60f84b373c9139097d7ce0084cef9f308
This commit is contained in:
Jeremy Stanley 2019-06-04 22:04:26 +00:00
parent 098643659c
commit 743cf71750
1 changed files with 0 additions and 3 deletions

View File

@ -35,6 +35,3 @@
- mirror-info
- role: configure-mirrors
set_apt_mirrors_trusted: True
- role: fetch-zuul-cloner
destination: "/usr/zuul-env/bin/zuul-cloner"
repo_src_dir: "/home/zuul/src/opendev.org"