diff options
Diffstat (limited to 'jjb/auto/auto.yaml')
-rw-r--r-- | jjb/auto/auto.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
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}' @@ -101,6 +102,33 @@ 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}' disabled: '{obj:disabled}' |