aboutsummaryrefslogtreecommitdiff
path: root/jdk8-jcstress-test-publish-results.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-10-26 10:35:41 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-10-26 10:35:41 +0200
commitec423f9f9cf3da0f24d4228c8db9aeb53423e387 (patch)
tree744a3b7878d8787effec4444b27c3da2e7a3cb11 /jdk8-jcstress-test-publish-results.yaml
parent88eabe3e04800956dd8f52cf79e24783aa0af90c (diff)
jdk8-jcstress-test-publish-results: add new OpenJDK CI job
Change-Id: I78f2cff47de67c61804e43786be2c5f4dbcbf100 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'jdk8-jcstress-test-publish-results.yaml')
-rw-r--r--jdk8-jcstress-test-publish-results.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/jdk8-jcstress-test-publish-results.yaml b/jdk8-jcstress-test-publish-results.yaml
new file mode 100644
index 0000000000..50a2d63c24
--- /dev/null
+++ b/jdk8-jcstress-test-publish-results.yaml
@@ -0,0 +1,27 @@
+- job:
+ name: jdk8-jcstress-test-publish-results
+ project-type: freestyle
+ defaults: global
+ description: |
+ * Reports are published to http://openjdk.linaro.org/jcstress-nightly-runs/
+ logrotate:
+ numToKeep: 10
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ disabled: false
+ node: aarch64-06
+ display-name: 'OpenJDK - Publish jcstress report'
+ wrappers:
+ - timestamps
+ builders:
+ - shell: |
+ #!/bin/bash
+
+ export TOP_DIR=${HOME}
+ ${HOME}/jcstress-test-scripts/jcstress-publish /home/openjdk-testing
+ publishers:
+ - email:
+ recipients: 'fathi.boudra@linaro.org'