8 Commits

Author SHA1 Message Date
Andreas Jaeger
bb1e30ce4f Cleanup zuul config file
Small cleanups:
* Sort lists alphabetically
* Use openstack-lower-constraints-jobs template, remove the jobs tha
  are part of it.

Change-Id: I84499222e4af24a129eefd0a4c224708bdda0db6
2018-09-11 08:48:05 +02:00
Doug Hellmann
198726ad7b add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: If5bff42701b114707e4b027862e15bc08b13522d
Story: #2002586
Task: #24315
2018-09-11 08:39:40 +02:00
Doug Hellmann
a42648b8de switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Fix tox.ini docs environment to build html and push to correct output
paths so that openstack-tox-docs jobs works.

Change-Id: Ib957e03d6b16d5fdb945e2be02ed75f0c7fa160b
Story: #2002586
Task: #24315
2018-09-11 08:38:38 +02:00
Doug Hellmann
95db95fa9c import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ie89683c77eb45325e6cf677d103e408d3e80b541
Story: #2002586
Task: #24315
2018-09-09 05:55:44 -04:00
Sean Mooney
afee563d00 move legacy-tempest-dsvm-nova-os-vif to repo
- This change ports the legacy-tempest-dsvm-nova-os-vif
  job to be in repo as os-vif-ovs.
- The os-vif-ovs will be converted
  to use the non legacy workflow in a follow up commit.
- This change adds os-vif-ovs
  to the gate and check pipelines.
- legacy-tempest-dsvm-nova-os-vif will be removed
  form the os-vif jobs in project-config in a follow up
  commit.

Change-Id: Ida41a4ec5602482406c7401621498deeee9f1b8b
2018-07-06 08:08:54 +02:00
Doug Hellmann
b37f2ed539 Add lower-constraints job
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: I4e0053c833d821bb7086c8feb9e44eb927c23fab
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-17 17:21:09 -04:00
Michał Dulko
dccbfb3782 Add kuryr-kubernetes Tempest job
kuryr-kubernetes is one of the consumers of os-vif. This commit adds a
gate that will run it and test with kuryr-tempest-plugin.

Change-Id: Ic4327866190467596540efbf58ce774b9655b1cb
2018-02-28 09:25:21 +00:00
Stephen Finucane
33bb482fb8 zuul: Enable functional tests in gate
Let's test some of this functional test goodness. Yay for zuul v3!

Depends-On: Ida9404d2d6d2a4385e92cb40016f1c8bccd7198f
Change-Id: I5b3a6ce0355616084d968c1b01e5629cf0b674bd
2018-02-19 16:03:18 +00:00