d97360f72f
Unfortunately CentOS8 beaker job is still broken in some puppet modules.
We should make beaker job non-voting to unblock our gate, until we fix
all issues.
This reverts commit 9ebb56bdac
.
Change-Id: If5269e761d1b097a70d0e07e50fd606d77107447
57 lines
1.4 KiB
YAML
57 lines
1.4 KiB
YAML
---
|
|
- project-template:
|
|
name: puppet-openstack-beaker-jobs
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-beaker-centos-8
|
|
- puppet-openstack-beaker-ubuntu-bionic
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-beaker-centos-8
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-beaker-rspec-centos-8
|
|
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-8
|
|
voting: false
|
|
irrelevant-files:
|
|
- ^.*\.md$
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^etc/.*$
|
|
- ^metadata.json$
|
|
- ^releasenotes/.*$
|
|
- ^test-requirements.txt$
|
|
- ^LICENSE$
|
|
- ^.gitignore$
|
|
vars:
|
|
nodepool_type: centos8
|
|
puppet_gem_version: 5.5.0
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-beaker-rspec-ubuntu-bionic
|
|
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
|
|
voting: false
|
|
nodeset: ubuntu-bionic
|
|
irrelevant-files:
|
|
- ^.*\.md$
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^etc/.*$
|
|
- ^metadata.json$
|
|
- ^releasenotes/.*$
|
|
- ^test-requirements.txt$
|
|
- ^LICENSE$
|
|
- ^.gitignore$
|
|
vars:
|
|
nodepool_type: bionic
|
|
puppet_gem_version: latest
|