diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-05-16 10:40:38 -0400 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2018-05-16 10:50:46 -0400 |
commit | db7f38351e5a8f5a98ae50874e403b3bc232da2b (patch) | |
tree | 8b93a324aa464b8cc59d0e1cd2785ff42c401e1f /jjb/global | |
parent | bffc84719fb9846add3794e33f3e375b0f3c664b (diff) |
Clone Releng with submodules to include jjb
Needed for JJB verify and Merge to work.
These jobs are going away, but first we need to get a verified +1
from jenkins
Also remove releng-comment-jjb its unused
Change-Id: Ice2ad625f87f1d9c841979ede4bb1943110691c8
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/releng-macros.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index 5b403ab2c..1ff4799ab 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -121,6 +121,17 @@ choosing-strategy: 'gerrit' refspec: '$GERRIT_REFSPEC' <<: *git-scm-defaults + +- scm: + name: git-scm-gerrit-with-submodules + scm: + - git: + choosing-strategy: 'gerrit' + refspec: '$GERRIT_REFSPEC' + submodule: + recursive: true + timeout: 20 + <<: *git-scm-defaults - scm: name: git-scm-with-submodules scm: |