diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global-templates-docker.yaml | 7 | ||||
-rw-r--r-- | jjb/global-templates-helm.yaml | 2 | ||||
-rw-r--r-- | jjb/onap-jjb/onap-pypi-template.yaml | 3 |
3 files changed, 12 insertions, 0 deletions
diff --git a/jjb/global-templates-docker.yaml b/jjb/global-templates-docker.yaml index 3052dc2db..db3d4cfc7 100644 --- a/jjb/global-templates-docker.yaml +++ b/jjb/global-templates-docker.yaml @@ -24,6 +24,7 @@ # Default to LF standard 'snapshots' docker registry docker_registry: '$DOCKER_REGISTRY:10003' docker_tag: 'latest' + submodule-timeout: 10 ##################### # Job Configuration # @@ -278,6 +279,7 @@ refspec: '$GERRIT_REFSPEC' branch: '$GERRIT_BRANCH' submodule-recursive: true + submodule-timeout: '{submodule-timeout}' choosing-strategy: default builders: @@ -337,6 +339,7 @@ refspec: '$GERRIT_REFSPEC' branch: '$GERRIT_BRANCH' submodule-recursive: true + submodule-timeout: '{submodule-timeout}' choosing-strategy: default builders: @@ -556,6 +559,7 @@ refspec: '$GERRIT_REFSPEC' branch: '$GERRIT_BRANCH' submodule-recursive: true + submodule-timeout: '{submodule-timeout}' choosing-strategy: default builders: @@ -615,6 +619,7 @@ refspec: '$GERRIT_REFSPEC' branch: '$GERRIT_BRANCH' submodule-recursive: true + submodule-timeout: '{submodule-timeout}' choosing-strategy: default builders: @@ -671,6 +676,7 @@ refspec: '$GERRIT_REFSPEC' branch: '$GERRIT_BRANCH' submodule-recursive: true + submodule-timeout: '{submodule-timeout}' choosing-strategy: default builders: @@ -722,6 +728,7 @@ refspec: '$GERRIT_REFSPEC' branch: '$GERRIT_BRANCH' submodule-recursive: true + submodule-timeout: '{submodule-timeout}' choosing-strategy: default builders: diff --git a/jjb/global-templates-helm.yaml b/jjb/global-templates-helm.yaml index 664d14ea3..6c139ddb8 100644 --- a/jjb/global-templates-helm.yaml +++ b/jjb/global-templates-helm.yaml @@ -16,6 +16,7 @@ pre_build_script: '' build_script: '' post_build_script: '' + submodule-timeout: 10 ##################### # Job Configuration # @@ -182,6 +183,7 @@ refspec: '$GERRIT_REFSPEC' branch: '$GERRIT_BRANCH' submodule-recursive: true + submodule-timeout: '{submodule-timeout}' choosing-strategy: default builders: diff --git a/jjb/onap-jjb/onap-pypi-template.yaml b/jjb/onap-jjb/onap-pypi-template.yaml index 632bc8e2a..e5266036a 100644 --- a/jjb/onap-jjb/onap-pypi-template.yaml +++ b/jjb/onap-jjb/onap-pypi-template.yaml @@ -20,6 +20,8 @@ - compare-type: ANT pattern: '**' + submodule-timeout: 10 + ##################### # Job Configuration # ##################### @@ -49,6 +51,7 @@ refspec: '$GERRIT_REFSPEC' branch: '$GERRIT_BRANCH' submodule-recursive: true + submodule-timeout: '{submodule-timeout}' choosing-strategy: default wrappers: |