Commit Graph

10 Commits (1c02d525bb77487d5de89c4bd58116b916d44207)

Author SHA1 Message Date
Corey Bryant 4ec35ed3b0 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: If2aeeb1597146528b94b1cb76e3be6061831a0b1
Story: #2005924
Task: #34200
4 years ago
Sean McGinnis c88071dc19
Drop py35 jobs
Python 3.5 was the target runtime for the Rocky release. The current
target py3 runtime for Stein is Python 3.6, so there is no reason to
keep testing against the older version.

https://governance.openstack.org/tc/reference/runtimes/stein.html#python-runtime-for-stein

Change-Id: I3a8d2137a1d3158a476a6c23b8a6229b1dfc20f6
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
4 years ago
Sahid Orentino Ferdjaoui ddab8ea8ad add python 3.7 unit test job
See ML discussion here [1] for context.

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Story: #2004073
Co-authored-by: Charles Short <chucks@redhat.com>
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>
Change-Id: Ic6d01c35f04482acfdab975a118ffa9178b906b0
4 years ago
Eric Harney e506d83220 Add LIO barbican tests to .zuul.yaml
Load the LIO job from Cinder's repo where it
is defined.

Change-Id: I30723c5224cb9cc8d02a6099491aa2f4b1cbec46
5 years ago
Andreas Jaeger c935c1dc71 Cleanup Zuul config file
Sort templates alphabetically.

Use openstack-lower-constraints-jobs template,
remove jobs and use template instead.

Change-Id: Ifebefb43de3e1e51a918436ce261d1ce576faeae
5 years ago
Doug Hellmann c05136a242 add lib-forward-testing-python3 test job
This is a mechanically generated patch to add a functional test job
running under Python 3 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: I2acaad070093eca09666bd0d4be8ee41972e9dd7
Story: #2002586
Task: #24288
5 years ago
Doug Hellmann d38c6106ea 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: I06858ca966e9b83e882e0fd50453fd95fdccf8fd
Story: #2002586
Task: #24288
5 years ago
Doug Hellmann b9f34e7353 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

Change-Id: Ibf08aef196f1e362c35164264a348ed40ba46309
Story: #2002586
Task: #24288
5 years ago
Doug Hellmann f10d067c5c 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: Iaacd5db0eccf02acc1e481ec7bfdb6fec573940f
Story: #2002586
Task: #24288
5 years ago
Doug Hellmann f11695cf0d 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: I59d376c6da1afc0847a25893d80ca9a210bbe64b
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
5 years ago