28287942bb
Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I911c66b2e9971a3e134c482a4b4ffa529d358a76 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
178 lines
5.7 KiB
YAML
178 lines
5.7 KiB
YAML
- project:
|
|
templates:
|
|
- tripleo-buildimage-jobs
|
|
check:
|
|
jobs:
|
|
- dib-dsvm-functests-python2-ubuntu-trusty:
|
|
branches: (master|feature/v2)
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- dib-dsvm-functests-python2-ubuntu-trusty-extras:
|
|
voting: false
|
|
branches: (master|feature/v2)
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- dib-dsvm-functests-python2-ubuntu-trusty-image:
|
|
voting: false
|
|
branches: (master|feature/v2)
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- dib-dsvm-functests-python3:
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- dib-dsvm-functests-python3-extras:
|
|
voting: false
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- dib-dsvm-functests-python3-image:
|
|
voting: false
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- dib-dsvm-functests-python2-centos-7:
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- dib-dsvm-functests-python2-centos-7-extras:
|
|
voting: false
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- dib-dsvm-functests-python2-centos-7-image:
|
|
voting: false
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- openstack-tox-lower-constraints
|
|
|
|
gate:
|
|
jobs:
|
|
- dib-dsvm-functests-python2-ubuntu-trusty:
|
|
branches: (master|feature/v2)
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- dib-dsvm-functests-python3:
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- dib-dsvm-functests-python2-centos-7:
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- tripleo-buildimage-overcloud-full-centos-7
|
|
- openstack-tox-lower-constraints
|
|
|
|
- job:
|
|
name: dib-dsvm-functests-python2-centos-7
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/dib-dsvm-functests-python2-centos-7/run.yaml
|
|
post-run: playbooks/legacy/dib-dsvm-functests-python2-centos-7/post.yaml
|
|
timeout: 3600
|
|
nodeset: legacy-centos-7
|
|
required-projects:
|
|
- openstack/diskimage-builder
|
|
|
|
- job:
|
|
name: dib-dsvm-functests-python2-centos-7-extras
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/dib-dsvm-functests-python2-centos-7-extras/run.yaml
|
|
post-run: playbooks/legacy/dib-dsvm-functests-python2-centos-7-extras/post.yaml
|
|
timeout: 3600
|
|
nodeset: legacy-centos-7
|
|
required-projects:
|
|
- openstack/diskimage-builder
|
|
|
|
- job:
|
|
name: dib-dsvm-functests-python2-centos-7-image
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/dib-dsvm-functests-python2-centos-7-image/run.yaml
|
|
post-run: playbooks/legacy/dib-dsvm-functests-python2-centos-7-image/post.yaml
|
|
timeout: 3600
|
|
nodeset: legacy-centos-7
|
|
required-projects:
|
|
- openstack/diskimage-builder
|
|
|
|
- job:
|
|
name: dib-dsvm-functests-python2-opensuse-423
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/dib-dsvm-functests-python2-opensuse-423/run.yaml
|
|
post-run: playbooks/legacy/dib-dsvm-functests-python2-opensuse-423/post.yaml
|
|
timeout: 3600
|
|
nodeset: legacy-opensuse-423
|
|
required-projects:
|
|
- openstack/diskimage-builder
|
|
|
|
- job:
|
|
name: dib-dsvm-functests-python2-ubuntu-trusty
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty/run.yaml
|
|
post-run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty/post.yaml
|
|
timeout: 3600
|
|
nodeset: legacy-ubuntu-trusty
|
|
required-projects:
|
|
- openstack/diskimage-builder
|
|
|
|
- job:
|
|
name: dib-dsvm-functests-python2-ubuntu-trusty-extras
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty-extras/run.yaml
|
|
post-run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty-extras/post.yaml
|
|
timeout: 3600
|
|
nodeset: legacy-ubuntu-trusty
|
|
required-projects:
|
|
- openstack/diskimage-builder
|
|
|
|
- job:
|
|
name: dib-dsvm-functests-python2-ubuntu-trusty-image
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty-image/run.yaml
|
|
post-run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty-image/post.yaml
|
|
timeout: 3600
|
|
nodeset: legacy-ubuntu-trusty
|
|
required-projects:
|
|
- openstack/diskimage-builder
|
|
|
|
- job:
|
|
name: dib-dsvm-functests-python3
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/dib-dsvm-functests-python3/run.yaml
|
|
post-run: playbooks/legacy/dib-dsvm-functests-python3/post.yaml
|
|
timeout: 3600
|
|
required-projects:
|
|
- openstack/diskimage-builder
|
|
|
|
- job:
|
|
name: dib-dsvm-functests-python3-extras
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/dib-dsvm-functests-python3-extras/run.yaml
|
|
post-run: playbooks/legacy/dib-dsvm-functests-python3-extras/post.yaml
|
|
timeout: 3600
|
|
required-projects:
|
|
- openstack/diskimage-builder
|
|
|
|
- job:
|
|
name: dib-dsvm-functests-python3-image
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/dib-dsvm-functests-python3-image/run.yaml
|
|
post-run: playbooks/legacy/dib-dsvm-functests-python3-image/post.yaml
|
|
timeout: 3600
|
|
required-projects:
|
|
- openstack/diskimage-builder
|
|
|
|
- job:
|
|
name: dib-dsvm-functests-python3-opensuse-423
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/dib-dsvm-functests-python3-opensuse-423/run.yaml
|
|
post-run: playbooks/legacy/dib-dsvm-functests-python3-opensuse-423/post.yaml
|
|
timeout: 3600
|
|
nodeset: legacy-opensuse-423
|
|
required-projects:
|
|
- openstack/diskimage-builder
|
|
|