aboutsummaryrefslogtreecommitdiff
path: root/bigdata-bigtop-deb.yaml
diff options
context:
space:
mode:
authorGanesh Raju <ganesh.raju@linaro.org>2018-06-13 16:32:14 -0500
committerFathi Boudra <fathi.boudra@linaro.org>2018-06-15 18:01:14 +0000
commit306d81629a8432cc3698e8b34250350bc6ea696f (patch)
tree905370d25c7ae3b548786e0bf299213df8e5bce6 /bigdata-bigtop-deb.yaml
parentd38dd483dba0a1ca04a0dec9cac42053bad043a6 (diff)
bigdata-bigtop-deb: create new CI build job
Change-Id: I3373a9c5e115f55ecf6d449c0b6983b3713f81b7
Diffstat (limited to 'bigdata-bigtop-deb.yaml')
-rw-r--r--bigdata-bigtop-deb.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/bigdata-bigtop-deb.yaml b/bigdata-bigtop-deb.yaml
new file mode 100644
index 00000000..f883ab68
--- /dev/null
+++ b/bigdata-bigtop-deb.yaml
@@ -0,0 +1,31 @@
+- job:
+ name: bigdata-bigtop-deb
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ linaro:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ artifact-num-to-keep: 1
+ disabled: false
+ node: leg-aarch64
+ display-name: 'Bigdata Apache BigTop (deb)'
+ wrappers:
+ - timestamps
+ builders:
+ - shell:
+ !include-raw: bigdata-bigtop-deb/builders.sh
+ publishers:
+ - archive:
+ artifacts: 'bigdata-bigtop/output/**'
+ - email-ext:
+ recipients: 'leg-bigdata@linaro.org, fathi.boudra@linaro.org'