Clean out unused legacy tests

Remove job definitions for gentoo and bionic and any others which
are not used elsewhere in openstack-ansible.

Depends-On: Ic53886ee1833469daef0b31a46ea361e449d7697
Change-Id: I1fb55fd1f476139fcd4cc0b6c68b291454160132
This commit is contained in:
Jonathan Rosser 2021-12-07 08:27:46 +00:00
parent 69b7fcc53c
commit 9044f21756
4 changed files with 1 additions and 75 deletions

5
Vagrantfile vendored
View File

@ -39,11 +39,6 @@ Vagrant.configure(2) do |config|
debian10.vm.box = "debian/buster64"
end
config.vm.define "ubuntu1804" do |bionic|
bionic.disksize.size = "40GB"
bionic.vm.box = "ubuntu/bionic64"
end
config.vm.define "ubuntu2004" do |focal|
focal.disksize.size = "40GB"
focal.vm.box = "ubuntu/focal64"

View File

@ -124,60 +124,16 @@
vars:
tox_env: upgrade
- job:
name: openstack-ansible-functional-debian-buster
parent: openstack-ansible-functional
nodeset: debian-buster
voting: false
- job:
name: openstack-ansible-functional-ubuntu-bionic
parent: openstack-ansible-functional
nodeset: ubuntu-bionic
- job:
name: openstack-ansible-functional-ubuntu-focal
parent: openstack-ansible-functional
nodeset: ubuntu-focal
- job:
name: openstack-ansible-upgrade-ubuntu-bionic
parent: openstack-ansible-upgrade
nodeset: ubuntu-bionic
- job:
name: openstack-ansible-functional-distro_install-ubuntu-bionic
parent: openstack-ansible-functional-ubuntu-bionic
vars:
tox_env: distro_install
- job:
name: openstack-ansible-upgrade-gentoo-17-0-systemd
parent: openstack-ansible-upgrade
nodeset: gentoo-17-0-systemd
- job:
name: openstack-ansible-functional-gentoo-17-0-systemd
parent: openstack-ansible-functional
nodeset: gentoo-17-0-systemd
- job:
name: openstack-ansible-functional-distro_install-gentoo-17-0-systemd
parent: openstack-ansible-functional
nodeset: gentoo-17-0-systemd
vars:
tox_env: distro_install
- job:
name: openstack-ansible-functional-centos-8
parent: openstack-ansible-functional
nodeset: centos-8
- job:
name: openstack-ansible-upgrade-centos-8
parent: openstack-ansible-upgrade
nodeset: centos-8
- job:
name: openstack-ansible-functional-distro_install-centos-8
parent: openstack-ansible-functional
@ -196,27 +152,3 @@
to execute the tests from must be specified in the
``osa_test_repo`` variable.
nodeset: ubuntu-bionic
- job:
name: openstack-ansible-integrated-deploy-aio
parent: openstack-ansible-deploy-aio
nodeset: ubuntu-bionic
voting: false
required-projects:
- openstack/openstack-ansible
description: |
Run AIO tests for an OpenStack-Ansible project.
This uses the integrated repository openstack-ansible
on Ubuntu Bionic with the scenario ``deploy`` ``aio``.
Any project can then use
the ``openstack-ansible-integrated-deploy-aio`` job in
whatever pipeline is appropriate.
vars:
osa_test_repo: "openstack/openstack-ansible"
- job:
name: openstack-ansible-integrated-deploy-ceph
parent: openstack-ansible-integrated-deploy-aio
voting: false
vars:
scenario: ceph

View File

@ -24,7 +24,7 @@
regexp: 'https'
replace: "http"
when:
- ansible_facts['distribution_release'] in ['bionic', 'focal']
- ansible_facts['distribution_release'] in ['focal']
- name: Remove package blacklist for dnf
lineinfile:

View File

@ -14,7 +14,6 @@
jobs:
- openstack-ansible-functional-debian-buster
- openstack-ansible-functional-centos-8
- openstack-ansible-functional-ubuntu-bionic
- openstack-ansible-functional-ubuntu-focal
gate:
jobs: