diff --git a/playbooks/legacy/puppet-openstack-infra-spec-helper-unit-ubuntu-trusty/run.yaml b/playbooks/legacy/puppet-openstack-infra-spec-helper-unit-ubuntu-trusty/run.yaml deleted file mode 100644 index 8cd9f25a..00000000 --- a/playbooks/legacy/puppet-openstack-infra-spec-helper-unit-ubuntu-trusty/run.yaml +++ /dev/null @@ -1,49 +0,0 @@ -- hosts: all - name: Autoconverted job legacy-puppet-openstack-infra-spec-helper-unit-ubuntu-trusty - from old job gate-puppet-openstack-infra-spec-helper-unit-ubuntu-trusty - roles: - - bindep - - tasks: - - - name: Ensure legacy workspace directory - file: - path: '{{ ansible_user_dir }}/workspace' - state: directory - - - shell: - cmd: | - /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ - https://opendev.org opendev/puppet-openstack_infra_spec_helper - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - if [ -f /usr/bin/yum ]; then - sudo yum -y remove rdo-release "centos-release-openstack-*" "centos-release-ceph-*" - sudo yum -y install libxml2-devel libxslt-devel ruby-devel zlib-devel - sudo yum -y groupinstall "Development Tools" - # Uninstall python-requests from pip, since we install it in - # system-config/install_puppet.sh - sudo pip uninstall requests -y || true - elif [ -f /usr/bin/apt-get ]; then - sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev ruby-dev zlib1g-dev - fi - executable: /bin/bash - chdir: '{{ ansible_user_dir }}/workspace' - environment: '{{ zuul | zuul_legacy_vars }}' - - - shell: - cmd: | - set -e - set -x - cd opendev/puppet-openstack_infra_spec_helper - ./run_unit_tests.sh - 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 6d9d68ed..95e8d596 100644 --- a/zuul.d/zuul-legacy-jobs.yaml +++ b/zuul.d/zuul-legacy-jobs.yaml @@ -682,15 +682,6 @@ required-projects: - opendev/puppet-openstackci -- job: - name: legacy-puppet-openstack-infra-spec-helper-unit-ubuntu-trusty - parent: legacy-base - run: playbooks/legacy/puppet-openstack-infra-spec-helper-unit-ubuntu-trusty/run.yaml - timeout: 3600 - nodeset: legacy-ubuntu-trusty - required-projects: - - opendev/puppet-openstackci - - job: name: legacy-puppet-storyboard-forge-upload parent: legacy-puppet-openstack-integration