project-config/roles/use-cached-repos
Ian Wienand a2767b225a Move to dictionary list of projects zuul._projects
Zuul exports the projects list as a dictionary in _projects in the
depends-on.  The idea is that we switch these jobs to that, and do
some testing.  When ready, we switch "projects" to be the dictionary
view, and revert "_project" calls here to "project".

Change-Id: I430277369f9ecb2ecc0a31f795c72bba83bcecff
2017-10-19 15:52:15 +11:00
..
tasks Move to dictionary list of projects zuul._projects 2017-10-19 15:52:15 +11: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.