
We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints [1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I339b18e533c75283c58409a2cdce001e4b5fbb18
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-wallaby-jobs
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
periodic:
|
|
jobs:
|
|
- requirements-check
|