zuul-jobs/roles/test-prepare-workspace-git
James E. Blair 0c980bbcb7 Make test-prepare-workspace-git role
This is a copy of prepare-workspace-git except that it imports
test-mirror-workspace-git-repos.  This is for base job testing.

Change-Id: I4ef3e4376c9e958761c165836c4fb546157e237a
2022-05-19 11:40:44 -07:00
..
defaults Make test-prepare-workspace-git role 2022-05-19 11:40:44 -07:00
tasks Make test-prepare-workspace-git role 2022-05-19 11:40:44 -07:00
README.rst Make test-prepare-workspace-git role 2022-05-19 11:40:44 -07:00

README.rst

Mirror the local git repos to remote nodes

This role uses git operations (unlike :zuulprepare-workspace which uses rsync) to mirror the locally prepared git repos to the remote nodes while taking advantage of cached repos on the node if they exist. This role works generically regardless of the existence of a cached repo on the node.

The cached repos need to be placed using the canonical name under the cached_repos_root directory.

Role Variables