diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-04-21 16:43:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-21 16:43:24 +0000 |
commit | cf88bce02038792bd14b588d4625b913496c5e1f (patch) | |
tree | 3766179f80f4b46117643061e5a90989e639fd98 | |
parent | ef54bfce1def9e6d78a9fce2969bc257e1c13055 (diff) | |
parent | cd7d09e5c41720b3b4ab36cde0215e536c827545 (diff) |
Merge "[multicloud] Provide timeout for KUD building CI job"
-rw-r--r-- | jjb/global-templates-script.yaml | 4 | ||||
-rw-r--r-- | jjb/multicloud/multicloud-k8s.yaml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/jjb/global-templates-script.yaml b/jjb/global-templates-script.yaml index 1ee505fc7..81ef487a7 100644 --- a/jjb/global-templates-script.yaml +++ b/jjb/global-templates-script.yaml @@ -41,6 +41,10 @@ branch: '{branch}' files: '{pattern}' + wrappers: + - infra-wrappers: + build-timeout: '{build-timeout}' + builders: - shell: '{script}' diff --git a/jjb/multicloud/multicloud-k8s.yaml b/jjb/multicloud/multicloud-k8s.yaml index 283aa34a0..5bb4eeb12 100644 --- a/jjb/multicloud/multicloud-k8s.yaml +++ b/jjb/multicloud/multicloud-k8s.yaml @@ -13,6 +13,7 @@ !include-raw-escape: 'build-multicloud-k8s-docker-image.sh' - '{project-name}-{stream}-{area}-verify-shell': area: kud-deployment + build-timeout: 45 script: !include-raw-escape: 'kud-deployment.sh' - '{project-name}-gerrit-release-jobs': |