aboutsummaryrefslogtreecommitdiff
path: root/jdk8-jtreg-test-publish-results.yaml
diff options
context:
space:
mode:
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'