From 217a75135db924a492152d117e2c90b1800969c5 Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Fri, 19 Apr 2019 15:27:31 +0530 Subject: Cleanup: remove all deleted jobs Change-Id: I59a2856f5d246141f169efb6f4ba2a19a3a9a6d7 Signed-off-by: Vishal Bhoj --- jdk9-terasort-benchmark-publish-results.yaml | 67 ---------------------------- 1 file changed, 67 deletions(-) delete mode 100644 jdk9-terasort-benchmark-publish-results.yaml (limited to 'jdk9-terasort-benchmark-publish-results.yaml') diff --git a/jdk9-terasort-benchmark-publish-results.yaml b/jdk9-terasort-benchmark-publish-results.yaml deleted file mode 100644 index 7eaac0a348..0000000000 --- a/jdk9-terasort-benchmark-publish-results.yaml +++ /dev/null @@ -1,67 +0,0 @@ -- job: - name: jdk9-terasort-benchmark-publish-results - project-type: freestyle - defaults: global - description: | - * Results are published to http://openjdk.linaro.org/hadoop-terasort-benchmark-results/ - 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: ZERO_BASELINE - default: '14115' - - string: - name: SERVER_MAX_JOPS_BASELINE - default: '3275' - - string: - name: SERVER_CRITICAL_JOPS_BASELINE - default: '854' - - string: - name: PUBLISH_DEST - default: '' - - string: - name: PUBLISH_HOST - default: '' - disabled: true - node: aarch64-06 - display-name: 'DELETE ME' - wrappers: - - workspace-cleanup: - dirmatch: false - - ssh-agent-credentials: - # openjdk-testing user id - users: - - '744cffb4-9ce1-4856-b103-9fdda06dad36' - - timestamps -# Replaced by parameters -# - inject: -# properties-file: '${HOME}/performance-baseline.properties' - builders: - - shell: | - #!/bin/bash - PERSIST=$HOME/srv/openjdk9u - export JDK_VERSION=9u - - export BENCHMARK_RESULTS_DIR=$PERSIST/hadoop-terasort-benchmark-results - SCRIPT_DIR=$PERSIST/hadoop-test-scripts - - if [ -d $SCRIPT_DIR ]; then - (cd $SCRIPT_DIR; git pull) - else - git clone https://git.linaro.org/leg/openjdk/hadoop-test-scripts.git $SCRIPT_DIR - fi - - $SCRIPT_DIR/benchmark-terasort-publish $PUBLISH_DEST - publishers: - - email: - recipients: 'fathi.boudra@linaro.org stuart.monteith@linaro.org' -- cgit v1.2.3