diff options
author | Riku Voipio <riku.voipio@linaro.org> | 2019-09-25 00:17:39 +0100 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2019-09-26 22:14:05 +0000 |
commit | 6c2443b06d705f9d5f7a1cce1b25f61d25088b9e (patch) | |
tree | 143209584aa5be2e9daf6e08f30a6599d083bd83 /debian-armhf-rootfs.yaml | |
parent | a09cf680ae9c1646fc4a449f60a5df71948c7716 (diff) | |
download | configs-6c2443b06d705f9d5f7a1cce1b25f61d25088b9e.tar.gz |
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 <riku.voipio@linaro.org>
Change-Id: I069575498773a94ee5033f27feefea59fa00d8b6
Diffstat (limited to 'debian-armhf-rootfs.yaml')
-rw-r--r-- | debian-armhf-rootfs.yaml | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/debian-armhf-rootfs.yaml b/debian-armhf-rootfs.yaml deleted file mode 100644 index 5c7215009..000000000 --- a/debian-armhf-rootfs.yaml +++ /dev/null @@ -1,92 +0,0 @@ -- job: - name: debian-armhf-rootfs - project-type: matrix - defaults: global - logrotate: - daysToKeep: 30 - numToKeep: 30 - artifactNumToKeep: 1 - properties: - - authorization: - anonymous: - - job-read - - job-extended-read - linaro: - - job-build - - job-cancel - disabled: true - node: build - child-workspace: . - display-name: 'DELETE ME' - scm: - - git: - url: git://git.linaro.org/ci/ubuntu-build-service.git - refspec: +refs/heads/master:refs/remotes/origin/master - name: origin - branches: - - refs/heads/master - skip-tag: true - shallow-clone: true - clean: - after: true - wipe-workspace: false - axes: - - axis: - type: slave - name: label - values: - - docker-jessie-armhf - - axis: - type: user-defined - name: rootfs - values: - - alip - - developer - - installer - wrappers: - - timestamps - - matrix-tie-parent: - node: build - - timeout: - timeout: 120 - builders: - - linaro-publish-token - - shell: | - #!/bin/bash - - set -ex - - trap cleanup_exit INT TERM EXIT - - cleanup_exit() - { - cd ${WORKSPACE} - sudo umount builddir - } - - sudo apt-get update - sudo apt-get install -y --no-install-recommends cpio debootstrap live-build python-requests uuid-runtime - sudo dpkg -i --force-all packages/live-build_3.0.5-1linaro1_all.deb - - dpkg -s qemu-user-static |grep '^Version' - dpkg -s live-build |grep '^Version' - - test -d builddir || mkdir builddir - sudo mount -t tmpfs -o size=6G tmpfs builddir - cp -a jessie-armhf-${rootfs} builddir/ - cd builddir/jessie-armhf-${rootfs} - ./configure - make - - cd ${WORKSPACE} - sudo rm -rf out && mkdir out - sudo mv builddir/jessie-armhf-${rootfs}/linaro-jessie-* out - - # Publish - test -d ${HOME}/bin || mkdir ${HOME}/bin - wget -q https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py - time python ${HOME}/bin/linaro-cp.py --api_version 3 --link-latest out debian/images/${rootfs}-armhf/${BUILD_NUMBER} - publishers: - - email: - recipients: 'fathi.boudra@linaro.org riku.voipio@linaro.org' - |