2817 Commits

Author SHA1 Message Date
Jenkins
c213df4389 Merge "Add experimental devstack gate job for tacker" 2015-09-22 23:27:24 +00:00
Jenkins
9fca28429d Merge "Update ooi job definitions" 2015-09-22 23:24:43 +00:00
Jenkins
c8047d66b4 Merge "Make gate-python-ironic-inspector-client-dsvm voting" 2015-09-22 23:24:12 +00:00
Jenkins
92af6c215a Merge "move 'gate-{name}-chef-rake-integration' job" 2015-09-22 23:23:14 +00:00
Jenkins
8785204329 Merge "Add ceph to os-brick check jobs" 2015-09-22 23:20:47 +00:00
Jenkins
9f71883782 Merge "Add check-requirements job for manila-ui project" 2015-09-22 23:02:28 +00:00
Jenkins
5e5f20a886 Merge "Adding a functional test to the storlets project" 2015-09-22 22:53:15 +00:00
Eric Harney
e3837f0e57 Add ceph to os-brick check jobs
This job should be run for os-brick as well, to cover
changes affecting the rbd connector.

Change-Id: I434a9c9ae9e64d050341198d1c31b516397521a2
2015-09-22 14:35:19 -04:00
Andreas Jaeger
4dc0ca560e Merge translation proposal scripts
Merge
jenkins/scripts/propose_translation_update_django_openstack_auth.sh,
jenkins/scripts/propose_translation_update_horizon.sh, and
jenkins/scripts/propose_translation_update_manuals.sh into
jenkins/scripts/propose_translation_update.sh.

Update Jenkins and Zuul files, we can use now the same job
in all cases.

Change-Id: Idb9e8534dfc0454d75fe186e1a4a454832c8fdae
2015-09-22 20:07:52 +02:00
Jenkins
471d88805a Merge "Merge upstream_translation scripts" 2015-09-22 16:39:25 +00:00
Jenkins
00a8b5318d Merge "Remove lib-forward-testing from python-barbicanclient" 2015-09-22 16:21:39 +00:00
vponomaryov
1d18079cc4 Add check-requirements job for manila-ui project
Change-Id: I6c42e8213a031063cd587d57ecff7bb9779b7b5d
2015-09-22 14:41:59 +03:00
Ian Wienand
c5ab33dafa Remove lib-forward-testing from python-barbicanclient
This is failing because nothing does the install-from-git bit for
python-barbicanclient.  cinder is the only project that imports it at
the moment, but unless the barbican server is configured its not doing
anything anyway.

Change-Id: Iad4dee2a59561c78c660dd03ea359a15d7788a65
2015-09-22 10:55:29 +10:00
Jenkins
ef7d5cfcdb Merge "Make nodepool dsvm non-voting" 2015-09-22 00:21:37 +00:00
James E. Blair
68227823a7 Make nodepool dsvm non-voting
This job can fail due to external factors, so make it non-voting.

Change-Id: Id92cb0b3adcfc8fa4db969b5a53bdf8fac49ab7f
2015-09-21 17:02:49 -07:00
Jenkins
f34b87a3c0 Merge "Prepare tempest job for ironic-lib" 2015-09-21 23:35:43 +00:00
Jenkins
748af268b2 Merge "Add a non-voting gate-barbican-python34 check job" 2015-09-21 23:30:43 +00:00
Jenkins
af8c32db7e Merge "Add python3 jobs to networking-powervm" 2015-09-21 23:20:57 +00:00
Jenkins
0bdb850938 Merge "Add docs and PyPI publishing for networking-bgpvpn" 2015-09-21 23:20:04 +00:00
Sridhar Ramaswamy
46d41b3bb3 Add experimental devstack gate job for tacker
Depends-On: Ic4a0d6fb2dd6e55a50e081e328a62dc4e9bebfd3
Change-Id: I8a458348bfd9115bc38e3cd537dd7ea65882fce1
2015-09-21 15:03:46 -07:00
Andreas Jaeger
1c6307887d Merge upstream_translation scripts
Merge upstream_translation_update_manuals.sh,
upstream_translation_horizon.sh, and
upstream_translation_django_openstack_auth.sh into
upstream_translation_update.sh.

Adjust job definition for these projects so that the new scripts
get used.

Adjust layout.yaml for change, remove now obsolete condition.

Change-Id: I54d560398daa67af8effeb794fce11e53affa1a6
2015-09-21 20:56:59 +02:00
Clark Boylan
bf7485c846 Remove special Zanata suffix from jobs
Now that we are switched to zanata we don't need two sets of job names
to keep the transifex vs zanata split straight in JJB and Zuul. Just
condense down to translation-jobs.

Change-Id: Ic512b2f58a1c9a084f4e25fdf4761fd0c4e6ff0a
2015-09-21 09:59:19 -07:00
Jenkins
90513ec924 Merge "Remove non-Zanata propose jobs" 2015-09-21 16:44:56 +00:00
adreznec
37d7169627 Add python3 jobs to networking-powervm
Enable python3-jobs now that networking-powervm is python3.4 compatible

Change-Id: I9432bdd2b50a5eb095e854e16c9fc3ea4a1b8a7b
2015-09-21 09:29:24 -05:00
Paul Carver
0f17de605c Add docs and PyPI publishing for networking-bgpvpn
This change adds standard docs and PyPI publishing as per sub-project
guidelines. It also corrects a gramatical nit in the project
description. The PyPI project has been created with the matching name
networking-bgpvpn.

Change-Id: I278536775461985b52d8186717efeb8c520f15d3
2015-09-21 14:05:48 +00:00
Victor Stinner
d4853ac84a Add a non-voting gate-barbican-python34 check job
Barbican has a py34 test environment in tox.ini, but no check job
associated job. Because of that, a Python 3 regression was
reintroduced and nobody noticed. Having a check job would help to
detect earlier such error.

The next step will be to make the gate voting to ensure that Python 3
regressions cannot be reintroduced anymore.

Note: The change I41764d39a1dab95df47485efa3a9ea0868d93036 should fix
"tox -e py34" in Barbican.

Partially-Implements: blueprint barbican-py3
Change-Id: I8ce646aaca97b04741649f863a744fbd389198a6
2015-09-21 14:36:12 +02:00
Kiall Mac Innes
230247caf3 Remove lib-forward-testing from Designate Client
Designate Client is not installed as part of stock
devstack, so this job hasn't been testing anything.

In addition, a recent DevStack addition to valdidate
all libs-from-git are correctly installed now causes
this job to fail every time.

Change-Id: I5d22fe0e209265475c24e4c620e2fa2a4bcfd4ec
2015-09-21 12:14:16 +01:00
Jenkins
0870b19681 Merge "Make gate-python-fuelclient-python34 voting + gate" 2015-09-21 08:54:03 +00:00
Victor Stinner
3a5e063e91 Make gate-python-fuelclient-python34 voting + gate
Make the gate-python-fuelclient-python34 check job voting.

Also add it as voting gate job using the python3-jobs.

Change-Id: I534d8f255b79154a365cecb4c53893815c240706
2015-09-21 08:31:28 +00:00
Jenkins
187ba4eb24 Merge "Fully migrate Barbican gate to the new jobs" 2015-09-21 07:23:16 +00:00
Jenkins
8b4d56fbcc Merge "Skip neutron python.*-constraints jobs for doc only changes" 2015-09-21 06:15:14 +00:00
Jenkins
b6cf14e3a0 Merge "Split up the Neutron-LBaaS V2 API Tests into multiple jobs" 2015-09-21 04:38:27 +00:00
Jenkins
573e76e26d Merge "ec2api job: enable voting of py34 for master branch" 2015-09-21 03:16:18 +00:00
Jenkins
41b9e2a104 Merge "Add a new project syntribos" 2015-09-18 22:27:12 +00:00
Jenkins
ca68432244 Merge "Revert "Add translation-jobs for python-keystoneclient"" 2015-09-18 22:14:52 +00:00
Adam Harwell
550f567184 Split up the Neutron-LBaaS V2 API Tests into multiple jobs
The gate tests for LBaaSv2 take too long when using Octavia, so we need
to split up the tests into smaller chunks before Octavia becomes the ref
implementation, so things can actually pass the gate.

Change-Id: I587d1b09accbc998e8f1a6e9ed9f84edb3a194a1
Depends-On: I9388ed0b17eb0b366cf0d85c2493b0ecfff32abf
2015-09-18 13:51:44 -05:00
Jenkins
67c4892a8f Merge "Remove empty conditions" 2015-09-18 18:37:35 +00:00
Jenkins
9c3994cdaf Merge "Make gate-heat-cfntools-python34 voting" 2015-09-18 18:37:18 +00:00
Cedric Brandily
5cbc913974 Skip neutron python.*-constraints jobs for doc only changes
We don't need to run non-doc jobs for doc only changes, so don't need to
run .*-neutron-python27|34-constraints for doc only changes.

Change-Id: Ifabdcb67f05a5524c6be67c90daee0a57043069a
2015-09-18 17:03:33 +02:00
Jenkins
4c258b2836 Merge "gnocchiclient: remove useless jobs" 2015-09-18 14:50:41 +00:00
Andreas Jaeger
6e90a9a5e3 Revert "Add translation-jobs for python-keystoneclient"
The translation team will not translate these, they have to prioritize
and will concentrate on the openstackclient and horizon:

http://lists.openstack.org/pipermail/openstack-i18n/2015-September/001402.html

Therefore I don't think the original patch is useful at all, let's not go
there for now.

This reverts commit f970269de381c7a7972b4802cccc719cc5087aad.

Change-Id: Ia9c2317271aafa4262576a3c7e3217a12c60772f
2015-09-18 14:49:54 +00:00
Jenkins
ad571f38f6 Merge "Make ZeroMQ gate voting in master branch" 2015-09-18 13:48:40 +00:00
Jenkins
effda181cf Merge "Add fuel-plugin-xenserver project" 2015-09-18 13:44:33 +00:00
Jenkins
8b26a68907 Merge "Add devstack-plugin-bdd to project config" 2015-09-18 13:42:35 +00:00
Mehdi Abaakouk
840c9ac2eb gnocchiclient: remove useless jobs
This change removes useless job for gnocchiclient
gnocchiclient doesn't have tempest tests.

Change-Id: I8f3889fd382dd4ab5b88471e231a78b75aa030a4
2015-09-18 15:13:17 +02:00
Vitaly Gridnev
9576e0936c Add devstack-plugin-bdd to project config
Add new devstack-plugin to project config. This
plugin configure BlockDeviceDriver cinder backend at devstack.

Change-Id: Ia39ad3cba6d24956cf5f84f6e7e9030440fd781a
2015-09-18 12:48:16 +03:00
Doron Chen
0a31367373 Adding a functional test to the storlets project
Change-Id: If951e241db26ac6b664d7f8c418c1ec4283726ee
2015-09-18 09:34:28 +03:00
Jenkins
32b708c511 Merge "make gate-puppet-ironic-puppet-beaker-rspec-dsvm-trusty voting" 2015-09-18 05:36:32 +00:00
Jenkins
67e8e944fd Merge "Create puppet-aodh repository" 2015-09-18 05:20:23 +00:00
Adam Harwell
9016b58701 Fully migrate Barbican gate to the new jobs
This moves the new jobs into place, replacing the old jobs and becoming
the voting jobs for Barbican moving forward. The old jobs become
"-oldstable" and are used only for the juno/kilo branches.

Change-Id: Ib9612a5ac77b8e3d2e4b8fa82b4a462661d4d148
Depends-On: I95219c75b59fc4d49874fb228bba1ae131495159
2015-09-18 00:01:42 -05:00