aboutsummaryrefslogtreecommitdiff
path: root/jdk8-jtreg-test-publish-results.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-10-26 10:36:51 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-10-26 10:36:51 +0200
commit6a75755e70945bf73d86c96a0bdbb8342f31afe5 (patch)
treeb4e9262b4bbd0bb02c77105551fbbab296435c51 /jdk8-jtreg-test-publish-results.yaml
parent7739818650bd74f6d3decb39cddb7a2f82f6d9cd (diff)
jdk8-jtreg-test-publish-results: add new OpenJDK CI job
Change-Id: I4ac1422123a3849b50fc68effc7c598b44cd2553 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'jdk8-jtreg-test-publish-results.yaml')
-rw-r--r--jdk8-jtreg-test-publish-results.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/jdk8-jtreg-test-publish-results.yaml b/jdk8-jtreg-test-publish-results.yaml
new file mode 100644
index 0000000000..d55c56e9f4
--- /dev/null
+++ b/jdk8-jtreg-test-publish-results.yaml
@@ -0,0 +1,35 @@
+- job:
+ name: jdk8-jtreg-test-publish-results
+ project-type: freestyle
+ defaults: global
+ description: |
+ * Results are published to http://openjdk.linaro.org/openjdk8-jtreg-nightly-tests/
+ logrotate:
+ numToKeep: 10
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ disabled: false
+ node: aarch64-06
+ display-name: 'OpenJDK - Publish jtreg results'
+ wrappers:
+ - timestamps
+ builders:
+ - copyartifact:
+ project: jtreg-build
+ filter: 'jtreg-build-4.2.0-SNAPSHOT.tar.xz'
+ flatten: true
+ - shell: |
+ #!/bin/bash
+
+ set -ex
+
+ tar xf jtreg-build-4.2.0-SNAPSHOT.tar.xz
+ export PATH=${WORKSPACE}/jtreg/linux/bin:$PATH
+ which jtdiff
+ TOP_DIR=~openjdk-testing/openjdk8-jtreg-nightly-tests bash -x ~openjdk-testing/openjdk-test-scripts/publish /home/openjdk-testing
+ publishers:
+ - email:
+ recipients: 'fathi.boudra@linaro.org'