zuul-jobs/roles/mirror-workspace-git-repos
Tobias Henkel 3cc366c9c6
Fail mirror-workspace-git-repos if checkout failed
If the checkout failed the mirror-workspace-git-repos must fail the
job. Otherwise this can lead to a broken gate because a different
state than the state that should be tested can be tested silently.

Change-Id: I98e948776ec4b749bc1475ee3a17e37007591118
2021-01-18 14:27:52 +01:00
..
defaults Optionally silence git in mirror-workspace-git-repos 2019-02-14 08:52:38 +01:00
tasks Fail mirror-workspace-git-repos if checkout failed 2021-01-18 14:27:52 +01: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