From 6a75755e70945bf73d86c96a0bdbb8342f31afe5 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Mon, 26 Oct 2015 10:36:51 +0200 Subject: jdk8-jtreg-test-publish-results: add new OpenJDK CI job Change-Id: I4ac1422123a3849b50fc68effc7c598b44cd2553 Signed-off-by: Fathi Boudra --- jdk8-jtreg-test-publish-results.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 jdk8-jtreg-test-publish-results.yaml 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' -- cgit v1.2.3