aboutsummaryrefslogtreecommitdiff
path: root/openjdk8-hadoop-LCA14.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-10-26 10:42:44 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-10-26 10:42:44 +0200
commitea2d6ad8f30450c00f463e00a699cf53f132f91d (patch)
treece84c061faa12fa016bc7e3dc182b47dfb8401d6 /openjdk8-hadoop-LCA14.yaml
parent2a5bad644a223c427202d3fc8351b95ea88a68bf (diff)
openjdk8-hadoop-LCA14: add new OpenJDK CI job
Change-Id: I3f45eddf9939d4008680f3018529fb2db4cead49 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openjdk8-hadoop-LCA14.yaml')
-rw-r--r--openjdk8-hadoop-LCA14.yaml41
1 files changed, 41 insertions, 0 deletions
diff --git a/openjdk8-hadoop-LCA14.yaml b/openjdk8-hadoop-LCA14.yaml
new file mode 100644
index 0000000000..f9f2cf9a1f
--- /dev/null
+++ b/openjdk8-hadoop-LCA14.yaml
@@ -0,0 +1,41 @@
+- job:
+ name: openjdk8-hadoop-LCA14
+ project-type: freestyle
+ defaults: global
+ description: |
+ * This job assembles the hadoop demo that was put together for LCA14.<br>
+ * This job should (eventually) go away and we should build hadoop from source.
+ logrotate:
+ numToKeep: 10
+ artifactNumToKeep: 1
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ disabled: false
+ node: build
+ display-name: 'OpenJDK - Assemble Hadoop demo'
+ scm:
+ - git:
+ url: https://git.linaro.org/people/andrew.mcdermott/openjdk8-hadoop-LCA14.git
+ refspec: +refs/heads/master:refs/remotes/origin/master
+ name: origin
+ branches:
+ - refs/heads/master
+ basedir: openjdk8-hadoop-LCA14
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+ wrappers:
+ - timestamps
+ builders:
+ - shell: |
+ #!/bin/bash
+
+ rm -rf out
+ mkdir out
+ tar -cvf out/openjdk8-hadoop-LCA14.tar.gz --exclude=x86_64 openjdk8-hadoop-LCA14
+ publishers:
+ - archive:
+ artifacts: 'out/*.tar.gz'