diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-19 18:50:44 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-19 18:50:44 +0200 |
commit | 15a62c70415c00bbaa2165f82b67c83c3bd789b2 (patch) | |
tree | 0a721c8d45f0c1dfeb4dc03872e996c7399a10b5 /jjb/pre-fetch/pre-fetch.yaml | |
parent | e40491768ca581740a3fdbe323cf5cbe0d8a72d2 (diff) |
Add weekly mirror job.
Change-Id: Ia1a9e0e3d7d5bbb152f8ed461e96e5260e8e0ff1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/pre-fetch/pre-fetch.yaml')
-rw-r--r-- | jjb/pre-fetch/pre-fetch.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/jjb/pre-fetch/pre-fetch.yaml b/jjb/pre-fetch/pre-fetch.yaml new file mode 100644 index 00000000..5fb8f759 --- /dev/null +++ b/jjb/pre-fetch/pre-fetch.yaml @@ -0,0 +1,30 @@ +- project: + name: pre-fetch-mirror + jobs: + - pre-fetch-mirror-weekly + +- job-template: + name: 'pre-fetch-mirror-weekly' + project-type: freestyle + concurrent: false + node: master + + build-discarder: + days-to-keep: 30 + num-to-keep: 40 + artifact-days-to-keep: -1 + artifact-num-to-keep: 5 + + triggers: + - timed: '@weekly' + + wrappers: + - agl-infra-wrappers: + build-timeout: '{build-timeout}' + + builders: + - shell: + !include-raw-escape: include-prefetch.sh + - shell: + !include-raw-escape: include-rsync-prefetch.sh + |