zuul-jobs/roles/mirror-workspace-git-repos
Albin Vass 110dcaacf9 Clean non-bare remote repos
In case of reused workspaces on static nodes remote
non-bare repos needs to be cleaned up to make sure
that any untracked files from any earlier jobs are removed.

Change-Id: I00dda298f499b241a224c19657ebbb8a9015eb4d
2019-09-06 07:16:05 -07:00
..
defaults Optionally silence git in mirror-workspace-git-repos 2019-02-14 08:52:38 +01:00
tasks Clean non-bare remote repos 2019-09-06 07:16:05 -07:00
README.rst Optionally silence git in mirror-workspace-git-repos 2019-02-14 08:52:38 +01:00

Mirror the local git repos to remote nodes

This role uses git operations (unlike :zuulprepare-workspace which uses rsync) to mirror the local prepared git repos to the remote nodes. This may be useful if the remote node already has a copy of some or all of the git repos.

Role Variables