X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fauto%2Fauto.yaml;h=84bb6141ceda73d4dde18c3d0934092ddd445d41;hb=086d54dd3d1f7519ab1753ce445ead91b72f2d9f;hp=abba9c8d316c57d702ed2b270e8eebd6bbd1308b;hpb=30f8b6e0d90b8c4fcc8a169757d10db4b935bad2;p=releng.git diff --git a/jjb/auto/auto.yaml b/jjb/auto/auto.yaml index abba9c8d3..84bb6141c 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,36 @@ 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' + + scm: + - git-scm + + triggers: + - timed: '0 16 * * *' + + builders: + - shell: | + pwd + ./ci/build-auto.sh daily + - job-template: name: 'auto-verify-{stream}'