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-archive-test-scripts.yaml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 jdk9-archive-test-scripts.yaml (limited to 'jdk9-archive-test-scripts.yaml') diff --git a/jdk9-archive-test-scripts.yaml b/jdk9-archive-test-scripts.yaml deleted file mode 100644 index 9d271add7f..0000000000 --- a/jdk9-archive-test-scripts.yaml +++ /dev/null @@ -1,34 +0,0 @@ -- job: - name: jdk9-archive-test-scripts - project-type: freestyle - defaults: global - description: | - * This job is no longer necessary as these directories are held at git.linaro.org. - logrotate: - numToKeep: 10 - artifactNumToKeep: 1 - properties: - - authorization: - anonymous: - - job-read - - job-extended-read - disabled: true - node: aarch64-06 - display-name: 'DELETE ME' - wrappers: - - timestamps - builders: - - shell: | - #!/bin/bash - - set -exu - - rm -rf out - mkdir out - cd ~openjdk-testing - tar --exclude=.git -acvf ${WORKSPACE}/out/specjbb-test-scripts.tar.gz specjbb-test-scripts - tar --exclude=.git --exclude=jdk9 -acvf ${WORKSPACE}/out/openjdk-test-scripts.tar.gz openjdk-test-scripts - tar --exclude=.git -acvf ${WORKSPACE}/out/hadoop-test-scripts.tar.gz hadoop-test-scripts - publishers: - - archive: - artifacts: 'out/*.tar.gz' -- cgit v1.2.3