aboutsummaryrefslogtreecommitdiff
path: root/jdk10-jcstress-test-publish-results.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2019-04-19 15:27:31 +0530
committerRiku Voipio <riku.voipio@linaro.org>2019-05-03 09:18:42 +0300
commit217a75135db924a492152d117e2c90b1800969c5 (patch)
treed2b1d6bf21f910a143f0fbd51d4a1dbb4b49ab46 /jdk10-jcstress-test-publish-results.yaml
parente7296994681e5ed2da84e521239a2a46df795228 (diff)
Cleanup: remove all deleted jobs
Change-Id: I59a2856f5d246141f169efb6f4ba2a19a3a9a6d7 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'jdk10-jcstress-test-publish-results.yaml')
-rw-r--r--jdk10-jcstress-test-publish-results.yaml54
1 files changed, 0 insertions, 54 deletions
diff --git a/jdk10-jcstress-test-publish-results.yaml b/jdk10-jcstress-test-publish-results.yaml
deleted file mode 100644
index f8609d921f..0000000000
--- a/jdk10-jcstress-test-publish-results.yaml
+++ /dev/null
@@ -1,54 +0,0 @@
-- job:
- name: jdk10-jcstress-test-publish-results
- project-type: freestyle
- defaults: global
- description: |
- * Reports are published to http://openjdk.linaro.org/jcstress-nightly-runs/
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- openjdk-members:
- - job-build
- - job-cancel
- - build-discarder:
- days-to-keep: 30
- num-to-keep: 10
- artifact-num-to-keep: 5
- parameters:
- - string:
- name: PUBLISH_DEST
- default: ''
- - string:
- name: PUBLISH_HOST
- default: ''
- disabled: true
- node: aarch64-06
- display-name: 'DELETE ME'
- wrappers:
- - timestamps
- - ssh-agent-credentials:
- # openjdk-testing user id
- users:
- - '744cffb4-9ce1-4856-b103-9fdda06dad36'
- builders:
- - shell: |
- #!/bin/bash
-
-
- PERSIST=$HOME/srv/openjdk10u
- SCRIPT_DIR=$PERSIST/jcstress-test-scripts
- export JDK_VERSION=10u
-
- if [ -d $SCRIPT_DIR ]; then
- (cd $SCRIPT_DIR; git pull)
- else
- git clone https://git.linaro.org/leg/openjdk/jcstress-test-scripts.git $SCRIPT_DIR
- fi
- export TOP_DIR=$PERSIST
-
- $SCRIPT_DIR/jcstress-publish $PUBLISH_DEST
- publishers:
- - email:
- recipients: 'fathi.boudra@linaro.org'