clone.sh: clone only required repos
Currently all repos are cloned whether they are used or not by the top
level job config.
Add a CLONE_REPOS build parameter to only clone the repos required by
the job config. By default or where this param is blank, all repos will
still be cloned.
The default list of repos is currently:
tf-a-ci-scripts
trusted-firmware-a
tf-a-tests
spm
tf-m-tests
tf-m-extras
Since this check looks for a sub-string, any formatting of the
CLONE_REPOS parameter should work, e.g. comma separated value, space
separated etc.
Change-Id: I540121f7af9118404b59865ab22d95f0fb405ce0
Signed-off-by: Zachary Leaf <zachary.leaf@arm.com>
1 file changed