Commit Graph

2 Commits

Author SHA1 Message Date
Vieri f2c87dae99 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.

Remove also unused tools/tox_install.sh, the existance breaks docs
building.

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

Change-Id: I2491e59c0801b76f92e00061ab46a09eff514008
Story: #2002586
Task: #24295
2018-09-06 09:30:54 +02:00
Tony Breeds 5284e02f44 Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove ec2-api.

Change-Id: I820a62970a8f870804a580b8dded0624c50b8b0a
2016-12-21 10:24:41 +11:00