Remove test jobs for old Openstack releases
The PR removes test jobs for: - Victoria - Wallaby - Xena Change-Id: I7f5623685b61435d6bfc7092915a35baa13fc8c1
This commit is contained in:
parent
52cd767c84
commit
0f106414a5
@ -240,7 +240,7 @@
|
|||||||
timeout: 7200
|
timeout: 7200
|
||||||
vars:
|
vars:
|
||||||
osh_params:
|
osh_params:
|
||||||
openstack_release: wallaby
|
openstack_release: "2023.1"
|
||||||
container_distro_name: ubuntu
|
container_distro_name: ubuntu
|
||||||
container_distro_version: focal
|
container_distro_version: focal
|
||||||
feature_gates: netpol
|
feature_gates: netpol
|
||||||
@ -271,7 +271,7 @@
|
|||||||
timeout: 7200
|
timeout: 7200
|
||||||
vars:
|
vars:
|
||||||
osh_params:
|
osh_params:
|
||||||
openstack_release: wallaby
|
openstack_release: "2023.1"
|
||||||
container_distro_name: ubuntu
|
container_distro_name: ubuntu
|
||||||
container_distro_version: focal
|
container_distro_version: focal
|
||||||
feature_gates: netpol
|
feature_gates: netpol
|
||||||
|
@ -62,16 +62,6 @@
|
|||||||
- openstack-helm-tacker-2023-1-ubuntu_focal
|
- openstack-helm-tacker-2023-1-ubuntu_focal
|
||||||
periodic-weekly:
|
periodic-weekly:
|
||||||
jobs:
|
jobs:
|
||||||
# Victoria
|
|
||||||
- openstack-helm-cinder-victoria-ubuntu_focal
|
|
||||||
- openstack-helm-compute-kit-victoria-ubuntu_focal
|
|
||||||
# Wallaby
|
|
||||||
- openstack-helm-cinder-wallaby-ubuntu_focal
|
|
||||||
- openstack-helm-compute-kit-wallaby-ubuntu_focal
|
|
||||||
# Xena
|
|
||||||
- openstack-helm-cinder-xena-ubuntu_focal
|
|
||||||
- openstack-helm-compute-kit-xena-ubuntu_focal
|
|
||||||
- openstack-helm-horizon-xena-ubuntu_focal
|
|
||||||
# Zed
|
# Zed
|
||||||
- openstack-helm-horizon-zed-ubuntu_focal
|
- openstack-helm-horizon-zed-ubuntu_focal
|
||||||
- openstack-helm-horizon-zed-ubuntu_jammy
|
- openstack-helm-horizon-zed-ubuntu_jammy
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: openstack-helm-cinder-victoria-ubuntu_focal
|
|
||||||
parent: openstack-helm-cinder
|
|
||||||
nodeset: openstack-helm-1node-ubuntu_focal
|
|
||||||
vars:
|
|
||||||
osh_params:
|
|
||||||
openstack_release: victoria
|
|
||||||
container_distro_name: ubuntu
|
|
||||||
container_distro_version: focal
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: openstack-helm-compute-kit-victoria-ubuntu_focal
|
|
||||||
parent: openstack-helm-compute-kit
|
|
||||||
nodeset: openstack-helm-1node-ubuntu_focal
|
|
||||||
vars:
|
|
||||||
osh_params:
|
|
||||||
openstack_release: victoria
|
|
||||||
container_distro_name: ubuntu
|
|
||||||
container_distro_version: focal
|
|
@ -1,42 +0,0 @@
|
|||||||
---
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: openstack-helm-cinder-wallaby-ubuntu_focal
|
|
||||||
parent: openstack-helm-cinder
|
|
||||||
nodeset: openstack-helm-1node-ubuntu_focal
|
|
||||||
vars:
|
|
||||||
osh_params:
|
|
||||||
openstack_release: wallaby
|
|
||||||
container_distro_name: ubuntu
|
|
||||||
container_distro_version: focal
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: openstack-helm-compute-kit-wallaby-ubuntu_focal
|
|
||||||
parent: openstack-helm-compute-kit
|
|
||||||
nodeset: openstack-helm-1node-ubuntu_focal
|
|
||||||
vars:
|
|
||||||
osh_params:
|
|
||||||
openstack_release: wallaby
|
|
||||||
container_distro_name: ubuntu
|
|
||||||
container_distro_version: focal
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: openstack-helm-horizon-wallaby-ubuntu_focal
|
|
||||||
parent: openstack-helm-horizon
|
|
||||||
nodeset: openstack-helm-1node-ubuntu_focal
|
|
||||||
vars:
|
|
||||||
osh_params:
|
|
||||||
openstack_release: wallaby
|
|
||||||
container_distro_name: ubuntu
|
|
||||||
container_distro_version: focal
|
|
@ -1,42 +0,0 @@
|
|||||||
---
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: openstack-helm-cinder-xena-ubuntu_focal
|
|
||||||
parent: openstack-helm-cinder
|
|
||||||
nodeset: openstack-helm-1node-ubuntu_focal
|
|
||||||
vars:
|
|
||||||
osh_params:
|
|
||||||
openstack_release: xena
|
|
||||||
container_distro_name: ubuntu
|
|
||||||
container_distro_version: focal
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: openstack-helm-compute-kit-xena-ubuntu_focal
|
|
||||||
parent: openstack-helm-compute-kit
|
|
||||||
nodeset: openstack-helm-1node-32GB-ubuntu_focal
|
|
||||||
vars:
|
|
||||||
osh_params:
|
|
||||||
openstack_release: xena
|
|
||||||
container_distro_name: ubuntu
|
|
||||||
container_distro_version: focal
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: openstack-helm-horizon-xena-ubuntu_focal
|
|
||||||
parent: openstack-helm-horizon
|
|
||||||
nodeset: openstack-helm-1node-ubuntu_focal
|
|
||||||
vars:
|
|
||||||
osh_params:
|
|
||||||
openstack_release: xena
|
|
||||||
container_distro_name: ubuntu
|
|
||||||
container_distro_version: focal
|
|
Loading…
Reference in New Issue
Block a user