aboutsummaryrefslogtreecommitdiff
path: root/android-chromium-gcc-armv7.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-05-05 16:13:57 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-05-05 16:17:13 +0530
commitd2db758d30437d5ee2be8c64472a9af2e92f518e (patch)
tree84f7e62bf995769b918bd2474920f7306d58df4f /android-chromium-gcc-armv7.yaml
parent18bd589d11c911570754b07e01709e3db5cd7174 (diff)
android-chromium-gcc-armv7: Add initial empty job
Change-Id: I9fa561134ea1c235ae82bfb15ebb2fa5eb811d6e Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-chromium-gcc-armv7.yaml')
-rw-r--r--android-chromium-gcc-armv7.yaml41
1 files changed, 41 insertions, 0 deletions
diff --git a/android-chromium-gcc-armv7.yaml b/android-chromium-gcc-armv7.yaml
new file mode 100644
index 0000000000..6c32027987
--- /dev/null
+++ b/android-chromium-gcc-armv7.yaml
@@ -0,0 +1,41 @@
+- job:
+ name: android-chromium-gcc-armv7
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ linaro:
+ - job-build
+ - job-configure
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 60
+ num-to-keep: 60
+ disabled: false
+ node: docker-utopic-aosp
+ display-name: 'Chromium apk Built with gcc for ARMv7'
+ concurrent: true
+ wrappers:
+ - timestamps
+ - timeout:
+ timeout: 500
+ builders:
+ - linaro-publish-token
+ - shell: |
+ #!/bin/bash
+
+ echo "Build finished"
+ publishers:
+ - archive:
+ artifacts: '*.xml,*.json'
+ latest-only: true
+ - logparser:
+ parse-rules: 'Android Build'
+ unstable-on-warning: false
+ fail-on-error: false
+ - fingerprint:
+ files: 'build/fingerprints/*'
+ - email:
+ recipients: 'vishal.bhoj@linaro.org fathi.boudra@linaro.org daniel.diaz@linaro.org'