[CI] Stop testing non-stream CentOS

Per [1].
It was agreed on during a Kolla IRC meeting. [2]

This continues building non-stream images but using Ubuntu on
the host (as that is the most reliable we have left here).

[1] http://lists.openstack.org/pipermail/openstack-discuss/2021-December/026408.html
[2] https://meetings.opendev.org/meetings/kolla/2021/kolla.2021-12-22-15.01.log.html#l-53

Change-Id: Ia1ece3b74bd9bc1b0b8cc123abb23048bc50894d
This commit is contained in:
Radosław Piliszek 2022-01-07 18:27:43 +00:00
parent f4030389ab
commit 15226bf473
2 changed files with 3 additions and 37 deletions

View File

@ -51,12 +51,6 @@
LfDhCLDD3VtnVOrj4UxZsjzmPbday1fziua/7f+CXsShC5erz0ZM65rMCwkjWeI6Kc63A
0M27tl+OWHO3KkfFR4tWc3dws3r1kYjQeds0adBHyYD0eL8SJfwZkbtojAQ1JM=
- nodeset:
name: kolla-centos8
nodes:
- name: primary
label: centos-8
- nodeset:
name: kolla-ubuntu-bionic
nodes:
@ -69,12 +63,6 @@
- name: primary
label: debian-buster
- nodeset:
name: kolla-centos8-aarch64
nodes:
- name: primary
label: centos-8-arm64
- nodeset:
name: kolla-debian-buster-aarch64
nodes:

View File

@ -4,9 +4,6 @@
jobs:
- kolla-build-centos8-binary
- kolla-build-centos8-source
- kolla-ansible-centos8-source
- kolla-ansible-centos8-binary
- kolla-ansible-centos8-source-upgrade
check-arm64:
jobs:
- kolla-build-centos8-source-aarch64
@ -14,8 +11,6 @@
queue: kolla
jobs:
- kolla-build-centos8-source
- kolla-ansible-centos8-source
- kolla-ansible-centos8-source-upgrade
periodic:
jobs:
- kolla-publish-centos8-source-quay
@ -28,28 +23,11 @@
jobs:
- kolla-publish-centos8-source-dockerhub
- kolla-publish-centos8-binary-dockerhub
experimental:
jobs:
- kolla-ansible-centos8-source-bifrost:
files: ^docker\/(base|bifrost|openstack-base)\/.*
# Test rabbitmq & mariadb changes in multinode ceph jobs.
- kolla-ansible-centos8-source-ceph-ansible:
files: ^docker\/(base|cinder|glance|mariadb|openstack-base|rabbitmq)\/.*
- kolla-ansible-centos8-source-upgrade-ceph-ansible:
files: ^docker\/(base|cinder|glance|mariadb|openstack-base|rabbitmq)\/.*
- kolla-ansible-centos8-source-zun:
files: ^docker\/(base|cinder|etcd|iscsid|kuryr|openstack-base|zun)\/.*
- kolla-ansible-centos8-source-scenario-nfv:
files: ^docker\/(base|barbican|heat|mistral|openstack-base|redis|tacker)\/.*
- kolla-ansible-centos8-source-ironic:
files: ^docker\/(base|dnsmasq|ironic|ironic-inspector|iscsid|openstack-base)\/.*
- kolla-ansible-centos8-source-swift:
files: ^docker/(base|openstack-base|glance|swift)/
- job:
name: kolla-build-centos8-binary
parent: kolla-base
nodeset: kolla-centos8
nodeset: kolla-ubuntu-bionic
voting: false
vars:
base_distro: centos
@ -80,7 +58,7 @@
- job:
name: kolla-build-centos8-source
parent: kolla-base
nodeset: kolla-centos8
nodeset: kolla-ubuntu-bionic
vars:
base_distro: centos
install_type: source
@ -88,7 +66,7 @@
- job:
name: kolla-build-centos8-source-aarch64
parent: kolla-build-centos8-source
nodeset: kolla-centos8-aarch64
nodeset: kolla-ubuntu-bionic-aarch64
voting: false
- job: