set up a lower constraints job that uses an XFS tmpdir
Change-Id: Ib9d1da8abed6be0156829e6d54ad2eb43af2516e
This commit is contained in:
parent
62f8e64718
commit
70d31e0f25
14
.zuul.yaml
14
.zuul.yaml
@ -266,10 +266,16 @@
|
||||
vars:
|
||||
previous_swift_version: origin/stable/queens
|
||||
|
||||
- job:
|
||||
name: swift-tox-lower-constraints
|
||||
parent: openstack-tox-lower-constraints
|
||||
vars:
|
||||
tox_environment:
|
||||
TMPDIR: '{{ ansible_env.HOME }}/xfstmp'
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- openstack-cover-jobs
|
||||
- openstack-lower-constraints-jobs
|
||||
- publish-openstack-docs-pti
|
||||
- periodic-stable-jobs
|
||||
- check-requirements
|
||||
@ -336,7 +342,7 @@
|
||||
- ^(api-ref|doc|releasenotes)/.*$
|
||||
- ^test/probe/.*$
|
||||
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$
|
||||
- openstack-tox-lower-constraints:
|
||||
- swift-tox-lower-constraints:
|
||||
irrelevant-files:
|
||||
- ^(api-ref|doc|releasenotes)/.*$
|
||||
- ^test/(functional|probe)/.*$
|
||||
@ -380,6 +386,10 @@
|
||||
- ^(api-ref|doc|releasenotes)/.*$
|
||||
- ^test/probe/.*$
|
||||
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$
|
||||
- swift-tox-lower-constraints:
|
||||
irrelevant-files:
|
||||
- ^(api-ref|doc|releasenotes)/.*$
|
||||
- ^test/(functional|probe)/.*$
|
||||
- openstack-tox-pep8:
|
||||
irrelevant-files:
|
||||
- ^(api-ref|etc|examples|releasenotes)/.*$
|
||||
|
Loading…
Reference in New Issue
Block a user