From 8491ced40fda0d969d96b080858704caab631a79 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Wed, 28 Nov 2018 12:52:45 +0200 Subject: delete jobs already deleted with DELETE ME These jobs have already been deleted with the DELETE ME name setup. Change-Id: I00807be3ff3fa2995c2915fbccaae429898b11c8 --- lava-tool.yaml | 63 ---------------------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 lava-tool.yaml (limited to 'lava-tool.yaml') diff --git a/lava-tool.yaml b/lava-tool.yaml deleted file mode 100644 index ba8e83ea92..0000000000 --- a/lava-tool.yaml +++ /dev/null @@ -1,63 +0,0 @@ -- job: - name: lava-tool - project-type: freestyle - defaults: global - logrotate: - daysToKeep: 30 - numToKeep: 30 - properties: - - authorization: - anonymous: - - job-read - - job-extended-read - linaro: - - job-read - - job-extended-read - - job-build - - job-cancel - disabled: true - node: lavabot - display-name: 'DELETE ME' - triggers: - - gerrit: - server-name: 'review.linaro.org' - override-votes: true - gerrit-build-successful-codereview-value: 1 - gerrit-build-failed-codereview-value: -1 - trigger-for-unreviewed-patches: true - readable-message: false - successful-message: 'PEP8 and Units Tests Successful' - start-message: 'PEP8 and Units Tests Started' - failure-message: 'PEP8 and Units Tests Failed' - custom-url: '${BUILD_URL}/console' - projects: - - project-compare-type: 'PLAIN' - project-pattern: 'lava/lava-tool' - branches: - - branch-compare-type: 'PLAIN' - branch-pattern: 'master' - wrappers: - - timestamps - builders: - - shell: | - #!/bin/bash - - set -x - cd / - rm -rf ${WORKSPACE} - mkdir -p ${WORKSPACE} - cd ${WORKSPACE} - git clone -b ${GERRIT_BRANCH} https://git.linaro.org/${GERRIT_PROJECT} lava-checkout - cd lava-checkout - echo "#${BUILD_NUMBER}-${GERRIT_PATCHSET_REVISION:0:8}" > ${WORKSPACE}/version.txt - git fetch https://review.linaro.org/${GERRIT_PROJECT} ${GERRIT_REFSPEC} - set +x - git checkout -q FETCH_HEAD - git log -n3 - find . -name '*.pyc' -delete - rm -rf ./lava_tool.egg-info - - ./ci-run - - build-name-setter: - name: 'version.txt' - file: true -- cgit v1.2.3