From 149bdab3da69f4b7357a37b20964a29614941bab Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 27 Apr 2018 16:28:20 +0200 Subject: [PATCH] Remove legacy-hacking-integration-nova The job is in-tree now, remove it. Change-Id: I53a528a7f0ec71cbfc3a7698d82fa6f933f85400 Depends-On: https://review.openstack.org/564786 --- .../legacy/hacking-integration-nova/run.yaml | 39 ------------------- zuul.d/zuul-legacy-jobs.yaml | 6 --- 2 files changed, 45 deletions(-) delete mode 100644 playbooks/legacy/hacking-integration-nova/run.yaml diff --git a/playbooks/legacy/hacking-integration-nova/run.yaml b/playbooks/legacy/hacking-integration-nova/run.yaml deleted file mode 100644 index 96f81a87..00000000 --- a/playbooks/legacy/hacking-integration-nova/run.yaml +++ /dev/null @@ -1,39 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-hacking-integration-nova from old job gate-hacking-integration-nova - roles: - - bindep - - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -x - sudo rm -f /etc/sudoers.d/zuul - # Prove that general sudo access is actually revoked - ! sudo -n true - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -u - set -e - set -x - cd $WORKSPACE - - /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ - git://git.openstack.org \ - openstack-dev/hacking \ - openstack/nova - cd openstack-dev/hacking - tox -e integration openstack nova \ - $WORKSPACE/openstack/nova - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' diff --git a/zuul.d/zuul-legacy-jobs.yaml b/zuul.d/zuul-legacy-jobs.yaml index 00a0fea3..d8addb3c 100644 --- a/zuul.d/zuul-legacy-jobs.yaml +++ b/zuul.d/zuul-legacy-jobs.yaml @@ -530,12 +530,6 @@ post-run: playbooks/legacy/groups-unittests/post.yaml timeout: 1800 -- job: - name: legacy-hacking-integration-nova - parent: legacy-base - run: playbooks/legacy/hacking-integration-nova/run.yaml - timeout: 1800 - - job: name: legacy-js-generator-openstack-nodejs6-npm-docs parent: legacy-base