From 6c2443b06d705f9d5f7a1cce1b25f61d25088b9e Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Wed, 25 Sep 2019 00:17:39 +0100 Subject: remove deleted jobs from git These jobs were originally attemted to be deleted by Vishal in https://review.linaro.org/c/ci/job/configs/+/31725 The job failed due to renaming issues. It was fixed and the jobs were removed for real in https://ci.linaro.org/job/trigger-ci-job-configs/9687/console Now that the jobs are really gone, remove them from git too. Signed-off-by: Riku Voipio Change-Id: I069575498773a94ee5033f27feefea59fa00d8b6 --- linux-ilp32.yaml | 54 ------------------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 linux-ilp32.yaml (limited to 'linux-ilp32.yaml') diff --git a/linux-ilp32.yaml b/linux-ilp32.yaml deleted file mode 100644 index 3f80dd8d07..0000000000 --- a/linux-ilp32.yaml +++ /dev/null @@ -1,54 +0,0 @@ -- job: - name: linux-ilp32 - project-type: freestyle - defaults: global - properties: - - authorization: - anonymous: - - job-read - - job-extended-read - linaro: - - job-read - - job-extended-read - - job-build - - job-cancel - - build-discarder: - days-to-keep: 7 - disabled: true - node: docker-jessie-arm64 - display-name: 'DELETE ME' - scm: - - git: - url: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git - refspec: +refs/heads/staging/ilp32-4.12:refs/remotes/origin/staging/ilp32-4.12 - name: origin - basedir: linux - branches: - - refs/heads/staging/ilp32-4.12 - skip-tag: true - shallow-clone: true - wipe-workspace: false - wrappers: - - timestamps - - build-name: - name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}' - builders: - - shell: | - #!/bin/bash - cd linux - make defconfig - make -j10 deb-pkg - cd .. - - cat > params <