project-config/roles/use-cached-repos
Andrea Frittoli cf1ae5235b Make the task that remove the remote idempotent
The current implementation of the task is not idempotent.
That's fine in CI but when running locally it forces a cleanup
of the environment every time.

Change-Id: Ifdb573bc09ddb2d39674218e9f631e8c15f936cb
2018-03-05 23:29:38 +00:00
..
tasks Make the task that remove the remote idempotent 2018-03-05 23:29:38 +00:00
README.rst Zuul v3: Add use-cached-repos role 2017-08-29 16:44:01 -07:00

README.rst

Clone repos from the image cache into the workspace

Clon any repos cached on the remote node (via the image build process) that this job uses into the workspace. If a repo doesn't exist, clone it from its source.

These repos are neither up to date, nor do they contain the changes that Zuul has prepared. A separate role should synchronize the local and remote repos.