X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-ci-jobs.yaml;h=e0aee7239cbbc45f2e758cb1b3d2b969bdeab704;hb=76eab87ffe09d31e67744b01e67336c5f3a6ac86;hp=0a5d771396491df188f90d36a7d6bc9b5b424cc9;hpb=04163ad187f5da1063953ff301da2761c65d304e;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index 0a5d7713..e0aee723 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -105,9 +105,16 @@ - lf_packer: &lf_packer_common name: lf-packer-common # Adds wrappers and parameters sections common to packer jobs. + + ###################### + # Default parameters # + ###################### + + build-timeout: 45 + wrappers: - lf-infra-wrappers: - build-timeout: 60 + build-timeout: '{build-timeout}' jenkins-ssh-credential: '{jenkins-ssh-credential}' parameters: @@ -419,6 +426,7 @@ # Default parameters # ###################### + build-timeout: 10 git-url: '$GIT_URL/$GERRIT_PROJECT' ##################### @@ -505,6 +513,12 @@ # yamllint disable-line rule:key-duplicates <<: *lf_packer_verify_builders + ###################### + # Default parameters # + ###################### + + build-timeout: 10 + ##################### # Job Configuration # #####################