Commit Graph

10 Commits

Author SHA1 Message Date
Adam Harwell 7d60958b8c Retiring neutron-lbaas-dashboard
Depends-On: https://review.opendev.org/#/c/658493/
Change-Id: I3e2e42efc30eced5abb6c8fff0d0fc974fc9722b
2019-05-11 03:18:25 -07:00
manchandavishal b13731e85d Switch python3 versions of test jobs to match Train PTI
In Train, we will use python 3.6 and 3.7 for python3 runtime
in our gate jobs [1]. This commit drops python 3.5 and adds python 3.7.

[1] https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I69b11066e334adfddb4ddc8ca2cafc6437d4457d
2019-04-16 07:36:00 +00:00
manchandavishal 904cffdf7e Drop nodejs4 job
As Migration to bionic is completed or nodejs10 job running.
So we not required nodejs4 job anymore.

Change-Id: I702a56c7b37d2bf502b2fd9c2834f0a24e1d9efc
2019-04-10 14:50:12 +00:00
manchandavishal 2fde3c5783 Add nodejs10 jobs on bionic.
Depends-On: https://review.openstack.org/643625
Change-Id: I451882b3fae93c486b55b35c86eb0d693193eb26
2019-03-18 08:46:23 +00:00
Monty Taylor d51abb9856 Switch to horizon-nodejs4-jobs template
We need to switch these jobs to xenial. But while we're doing that,
let's shift to consuming a template managed in the horizon repo.

Depends-On: https://review.openstack.org/643198
Change-Id: Ie222177cafc5bbde984714a44e113cc538623aa9
2019-03-14 00:42:05 +00:00
Andreas Jaeger 2a9d51344d Use template for lower-constraints
Small cleanups:

* Use openstack-lower-constraints-jobs template, remove individual
  jobs.
* Sort list of templates

Change-Id: Ie99901e8799670221a20b6ae7eda83ecdc1cf488
Needed-By: https://review.openstack.org/623229
2018-12-20 21:22:18 +01:00
Michael Johnson c3a05d5303 Add Python 3.6 unit test jobs
To meet the python 3 first community goal[0] this patch adds the
python 3.5 and 3.6 jobs template to neutron-lbaas-dashboard.

[0] https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Ia4255935b7bf43678d76cf17f2897128e478a6ff
2018-09-19 16:44:28 -07:00
Nguyen Hai 56605accf9 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: Ib95bfc9151eb1f7ec6b6add59a61f55444cd6bf5
Story: #2002586
Task: #24316
2018-08-23 22:03:10 +09:00
Nguyen Hai e17f70d9e0 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: I804a798d10ad034563c621bd4ffda50649cdd04e
Story: #2002586
Task: #24316
2018-08-23 22:02:17 +09:00
Doug Hellmann ada497179f 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: I60c542e73a276f3aec9da4d5b8f3a38a9a2d8ae0
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-22 16:33:04 -04:00