diff options
author | 2016-11-06 17:03:12 +0100 | |
---|---|---|
committer | 2016-11-06 17:03:12 +0100 | |
commit | 93077b6aa79f421da94d60e14c21c378210141ae (patch) | |
tree | 75178172bb2188841ecd1c6ba9de8867e0fbb385 /jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml | |
parent | ab213eeb07c190536a38e1057734607cbcc7543a (diff) |
Add job for blowfish snapshots
Change-Id: If47dc9a9f8ea42982db6afeab66aa742c23d0e53
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml')
-rw-r--r-- | jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml b/jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml new file mode 100644 index 00000000..300a88b4 --- /dev/null +++ b/jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml @@ -0,0 +1,41 @@ +- project: + name: release-jjb-blowfish-snapshot + jobs: + - release-jjb-blowfish-snapshot + +- job-template: + name: 'release-jjb-blowfish-snapshot' + project-type: matrix + concurrent: false + node: master + + axes: + - axis: + type: label-expression + name: MACHINE + values: + - qemux86 + - porter-nogfx + - intel-corei7-64 + - axis: + type: slave + name: label + values: + - agl-test-slave + + build-discarder: + days-to-keep: 30 + num-to-keep: 40 + artifact-days-to-keep: -1 + artifact-num-to-keep: 5 + + wrappers: + - agl-infra-wrappers: + build-timeout: '{build-timeout}' + + builders: + - shell: + !include-raw-escape: include-release-jjb-blowfish-snapshot-build.sh + - shell: + !include-raw-escape: include-release-jjb-blowfish-snapshot-rsync.sh + |