From 30d7fd2ef11d772762512a56d379dc8387215fcb Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 13 Oct 2017 12:12:56 +0200 Subject: [PATCH] Remove openstack-api-ref jobs These jobs are now unused and were missed in an earlier cleanup. Remove them. Change-Id: I3bc629beaca4bd8aa0756880cb62c6ffceee7509 --- playbooks/legacy/openstack-api-ref/post.yaml | 80 -------------------- playbooks/legacy/openstack-api-ref/run.yaml | 57 -------------- zuul.d/zuul-legacy-jobs.yaml | 14 ---- 3 files changed, 151 deletions(-) delete mode 100644 playbooks/legacy/openstack-api-ref/post.yaml delete mode 100644 playbooks/legacy/openstack-api-ref/run.yaml diff --git a/playbooks/legacy/openstack-api-ref/post.yaml b/playbooks/legacy/openstack-api-ref/post.yaml deleted file mode 100644 index 3a22b3da..00000000 --- a/playbooks/legacy/openstack-api-ref/post.yaml +++ /dev/null @@ -1,80 +0,0 @@ -- hosts: primary - tasks: - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/build-*.log.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=**/*nose_results.html - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=**/*testr_results.html.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.testrepository/tmp* - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=**/*testrepository.subunit.gz - - --include=*/ - - --exclude=* - - --prune-empty-dirs - - - name: Copy files from {{ ansible_user_dir }}/workspace/ on node - synchronize: - src: '{{ ansible_user_dir }}/workspace/' - dest: '{{ zuul.executor.log_root }}/tox' - mode: pull - copy_links: true - verify_host: true - rsync_opts: - - --include=/.tox/*/log/* - - --include=*/ - - --exclude=* - - --prune-empty-dirs diff --git a/playbooks/legacy/openstack-api-ref/run.yaml b/playbooks/legacy/openstack-api-ref/run.yaml deleted file mode 100644 index 84e8a13b..00000000 --- a/playbooks/legacy/openstack-api-ref/run.yaml +++ /dev/null @@ -1,57 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-openstack-api-ref from old job openstack-api-ref - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - set -e - set -x - CLONEMAP=`mktemp` - function cleanup { - # In cases where zuul-cloner is aborted during a git - # clone operation, git will remove the git work tree in - # its cleanup. The work tree in these jobs is the - # workspace directory, which means that subsequent - # jenkins post-build actions can not run because the - # workspace has been removed. - # To reduce the likelihood of this having an impact, - # recreate the workspace directory if needed - mkdir -p $WORKSPACE - rm -f $CLONEMAP - } - trap cleanup EXIT - cat > $CLONEMAP << EOF - clonemap: - - name: $ZUUL_PROJECT - dest: . - EOF - /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - 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: /usr/local/jenkins/slave_scripts/run-tox.sh publishdocs-api - 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 ff450af1..a6085603 100644 --- a/zuul.d/zuul-legacy-jobs.yaml +++ b/zuul.d/zuul-legacy-jobs.yaml @@ -6622,20 +6622,6 @@ - openstack/openstack-ansible - openstack/openstack-ansible-plugins -- job: - name: legacy-openstack-api-ref - parent: legacy-base - run: playbooks/legacy/openstack-api-ref/run - post-run: playbooks/legacy/openstack-api-ref/post - timeout: 1800 - -- job: - name: legacy-openstack-api-ref-publish-lang - parent: legacy-base - run: playbooks/legacy/openstack-api-ref-publish-lang/run - post-run: playbooks/legacy/openstack-api-ref-publish-lang/post - timeout: 1800 - - job: name: legacy-openstack-helm-addons-multi-basic-ovs-rbd-ubuntu-xenial-3-node parent: legacy-base