set up a lower constraints job that uses an XFS tmpdir

Change-Id: Ib9d1da8abed6be0156829e6d54ad2eb43af2516e
This commit is contained in:
John Dickinson 2018-09-19 11:39:40 -07:00
parent 62f8e64718
commit 70d31e0f25
1 changed files with 12 additions and 2 deletions

View File

@ -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)/.*$