Production deployments of global-jjb should be using the GitHub mirror
as their primary source as GitHub rarely has outages. This decouples the
master Gerrit instance from downstream consumption such that we are more
free to do maintenance whenever we desire.
Change-Id: I37139965902fa922cbb14f7ad01c22248bc1847b
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
# Add the new submodule to ci-management's jjb directory.
# Note: Perform once per ci-management repo.
cd jjb/
- git submodule add https://gerrit.linuxfoundation.org/infra/releng/global-jjb
+
+ # For production deployments:
+ git submodule add https://github.com/lfit/releng-global-jjb global-jjb
+ # For test deployments comment the above and uncomment the below
+ # git submodule add https://gerrit.linuxfoundation.org/infra/releng/global-jjb
# Checkout the version of global-jjb you wish to deploy.
cd global-jjb