be33d589d0
As part of the migration of this project to the independent release model, we failed to notice that the job template was still tied to a specific release. We've now introduced a new unversioned job template, 'openstack-python3-jobs' [1], which was can and should use. Do this. [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/ Change-Id: Id3cc1d93e18a172960b4c8ca7a7e52ebfd307842 Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/ Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
- job:
|
|
name: oslo.log-src-grenade
|
|
parent: grenade
|
|
voting: false
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
required-projects:
|
|
- opendev.org/openstack/oslo.log
|
|
|
|
- job:
|
|
name: oslo.log-jsonformatter
|
|
parent: devstack-tempest
|
|
timeout: 10800
|
|
vars:
|
|
devstack_local_conf:
|
|
post-config:
|
|
$NOVA_CONF:
|
|
DEFAULT:
|
|
use_json: True
|
|
$NEUTRON_CONF:
|
|
DEFAULT:
|
|
use_json: True
|
|
$GLANCE_CONF:
|
|
DEFAULT:
|
|
use_json: True
|
|
$CINDER_CONF:
|
|
DEFAULT:
|
|
use_json: True
|
|
$KEYSTONE_CONF:
|
|
DEFAULT:
|
|
use_json: True
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^api-ref/.*$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- oslo.log-src-grenade
|
|
- oslo.log-jsonformatter
|
|
gate:
|
|
jobs:
|
|
- oslo.log-jsonformatter
|
|
templates:
|
|
- check-requirements
|
|
- lib-forward-testing-python3
|
|
- openstack-python3-jobs
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
periodic:
|
|
jobs:
|
|
- requirements-check
|