X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=blobdiff_plain;f=jjb%2Fauto%2Fauto.yaml;h=ccf723f01ca9ed20e5345757478d122a5d40a09d;hp=abba9c8d316c57d702ed2b270e8eebd6bbd1308b;hb=17599a1f9597b676bc2536de08a1ce091ee34e7d;hpb=bcf5345b5a0dda944cbd68569d5956a776eb7854 diff --git a/jjb/auto/auto.yaml b/jjb/auto/auto.yaml index abba9c8d3..ccf723f01 100644 --- a/jjb/auto/auto.yaml +++ b/jjb/auto/auto.yaml @@ -45,6 +45,7 @@ jobs: - '{installer}-{scenario}-{pod}-auto-daily-{stream}' - '{installer}-deploy-{pod}-daily-{stream}' + - 'auto-daily-{stream}' - 'auto-verify-{stream}' - 'auto-merge-{stream}' @@ -100,6 +101,33 @@ same-node: true block: true +- job-template: + name: 'auto-daily-{stream}' + + disabled: '{obj:disabled}' + + properties: + - logrotate-default + - build-blocker: + use-build-blocker: true + blocking-jobs: + - 'auto-daily-.*' + blocking-level: 'NODE' + + parameters: + - project-parameter: + project: '{project}' + branch: '{branch}' + - 'intel-pod18-defaults' + + triggers: + - timed: '0 16 * * *' + + builders: + - shell: | + pwd + ./ci/build-auto.sh daily + - job-template: name: 'auto-verify-{stream}'