Disable CentOS7 beaker job

This patch disables CentOS7 beaker job so that we can switch to CentOS8
to run beaker tests, since CentOS7 is no longer supported.
Currently CentOS8 beaker job is still non-voting, but will be made
voting soon once we adjust current pinning for CentOS7[1]

[1] https://review.opendev.org/#/c/726498/

Change-Id: Iad2dc427919788f8fc9122a05cd36d9d6e50b11a
This commit is contained in:
Takashi Kajinami 2020-07-29 20:55:52 +09:00
parent 578f6641d8
commit 7c4b45ba46
3 changed files with 2 additions and 34 deletions

View File

@ -179,14 +179,6 @@
- ^setup.cfg$
- ^setup.py$
- job:
name: puppet-openstack-beaker-centos-7
parent: puppet-openstack-beaker-run-base
nodeset: centos-7
vars:
nodepool_type: centos7
puppet_gem_version: 5.5
- job:
name: puppet-openstack-beaker-centos-8
parent: puppet-openstack-beaker-run-base

View File

@ -3,34 +3,11 @@
name: puppet-openstack-beaker-jobs
check:
jobs:
- puppet-openstack-beaker-centos-7
- puppet-openstack-beaker-centos-8
- puppet-openstack-beaker-ubuntu-bionic
gate:
jobs:
- puppet-openstack-beaker-centos-7
- job:
name: puppet-openstack-libraries-puppet-beaker-rspec-centos-7
parent: puppet-openstack-integration-base
pre-run: playbooks/prepare-node-beaker.yaml
post-run: playbooks/upload-logs.yaml
run: playbooks/run-libraries-beaker-tests.yaml
timeout: 3600
nodeset: centos-7
irrelevant-files:
- ^.*\.md$
- ^.*\.rst$
- ^doc/.*$
- ^etc/.*$
- ^metadata.json$
- ^releasenotes/.*$
- ^test-requirements.txt$
- ^LICENSE$
- ^.gitignore$
vars:
nodepool_type: centos7
puppet_gem_version: 5.5.0
- puppet-openstack-beaker-centos-8
- job:
name: puppet-openstack-libraries-puppet-beaker-rspec-centos-8

View File

@ -34,7 +34,6 @@
- puppet-openstack-libraries-puppet-unit-6.14-centos-8
- puppet-openstack-libraries-puppet-unit-6.14-ubuntu-bionic
- puppet-openstack-libraries-puppet-unit-latest-ubuntu-bionic
- puppet-openstack-libraries-puppet-beaker-rspec-centos-7
- puppet-openstack-libraries-puppet-beaker-rspec-centos-8
- puppet-openstack-libraries-puppet-beaker-rspec-ubuntu-bionic
gate:
@ -46,7 +45,7 @@
- puppet-openstack-libraries-puppet-unit-5.5-centos-8
- puppet-openstack-libraries-puppet-unit-6.14-centos-8
- puppet-openstack-libraries-puppet-unit-6.14-ubuntu-bionic
- puppet-openstack-libraries-puppet-beaker-rspec-centos-7
- puppet-openstack-libraries-puppet-beaker-rspec-centos-8
# integration jobs
- project-template: