Commit Graph

7384 Commits

Author SHA1 Message Date
Armando Migliaccio
41bddf7bf9 Use xenial as default node for gate-tempest-dsvm-neutron-src-neutron-lib
This patch also adds the node qualifier to the name of the job.

Change-Id: Ifc59bf61a5697e8cf2def9b3865142577b33d1fb
2016-11-23 14:36:50 -08:00
Jenkins
573e0e8a23 Merge "Enable Nimble tempest plugin test" 2016-11-23 19:04:02 +00:00
Jenkins
add5afb381 Merge "Run {pipeline}-tempest-dsvm-networking-calico on Xenial" 2016-11-23 19:03:41 +00:00
Michał Dulko
bcca86b46e Fix Cinder multinode grenade job
JJB treats lists differently than single values in `node` properties.
This was causing no worker being registered for the Cinder multinode
grenade jobs. This commit switches from list notation in `node`
properties for gate-grenade-dsvm-cinder-multinode-* jobs.

Change-Id: I0382470bb666cbf7ed64e1427259dd96f1b06b5e
2016-11-23 15:42:19 +01:00
Jenkins
38da25f5c8 Merge "[rally] switch all jobs to xenial and unblock gates" 2016-11-23 11:48:15 +00:00
Jenkins
527905accc Merge "tooz: make Python 3.5 job voting" 2016-11-23 11:48:08 +00:00
Jenkins
b9735113c3 Merge "[Manila] Adds job for Manila UI DevStack plugin" 2016-11-23 11:47:27 +00:00
Jenkins
1b0f41eb7e Merge "Remove duplicated Horizon test runs" 2016-11-23 11:47:20 +00:00
Jenkins
37683dde86 Merge "All Python35 issues should be fixed for MoltenIron" 2016-11-23 11:47:13 +00:00
Jenkins
32d2e1658a Merge "Fix different zmq configurations for functional tests" 2016-11-23 11:46:24 +00:00
Jenkins
7fc23d654c Merge "retire django-openstack-auth-kerberos" 2016-11-23 11:43:40 +00:00
Jenkins
1c96ab0e62 Merge "Add mistral gate for mysql unit tests" 2016-11-23 11:43:07 +00:00
Jenkins
68a395a706 Merge "Fix Cinder's multibackend ZeroMQ job" 2016-11-23 11:42:06 +00:00
Jenkins
8f131982a1 Merge "Set Cinder multinode grenade on master to xenial" 2016-11-23 11:39:52 +00:00
Jenkins
8712dba498 Merge "[magnum] Update fedora-atomic build job to 24" 2016-11-23 10:08:45 +00:00
Michał Dulko
c41e3c35b7 Fix Cinder's multibackend ZeroMQ job
Turns out setting $DEVSTACK_GATE_ZMQ=1 isn't enough to configure ZeroMQ
for all the services. This patch fixes the job by enabling
devstack-plugin-zmq. This is the solution used in ZeroMQ tests for
oslo.messaging.

Change-Id: If7151f8e5e78921669d3a70f31ff6275ef42fe43
2016-11-23 10:06:57 +01:00
Renat Akhmerov
b3d6433d57 Add mistral gate for mysql unit tests
Change-Id: I34a5be12c006703524cdcf9c519d29f75ea6fff3
2016-11-23 12:02:55 +07:00
Jenkins
4438f39ceb Merge "Rename rsc to valence" 2016-11-22 21:47:30 +00:00
Neil Jerram
0a438338e8 Run {pipeline}-tempest-dsvm-networking-calico on Xenial
Change-Id: I8edba064fea01dc1e1f959d22fc52f966fcfd182
2016-11-22 21:44:11 +00:00
Andy McCrae
9c6ce97308 Skip ubuntu-trusty jobs for OpenStack-Ansible on Ocata+
OpenStack-Ansible is removing support for ubuntu-trusty in master
(Ocata) moving forward. We still need the gate jobs to run against
previous branches (stable/newton, stable/mitaka, liberty).

This patch adjusts the conditional that selects hosts for ubuntu-trusty
jobs, and ensures it only runs against stable/newton and earlier
branches.

Additionally, this patch promotes the xenial AIO job to be voting and
part of the gate for Ocata. This is required for the gate to have a
voting job.

Finally, the xenial non-voting job is skipped by Ocata, in favour of the
voting job. This is to ensure the non-voting job is still run by
stable/newton (which skips the voting job).

Change-Id: I1b39df23ae6e166c6eefb5461b60e5dcfb8f5c8a
2016-11-22 18:35:59 +00:00
Mark Hamzy
d32d6377ab All Python35 issues should be fixed for MoltenIron
Change-Id: Ie92c60ab1eedddd071a82f9aba1d08f17ac1b248
2016-11-22 10:40:35 -06:00
ozamiatin
989e0bcac2 Fix different zmq configurations for functional tests
Currently the driver name affects the choice of the test
configuration script being used. As it comes from test results
the same configuration runs for zeromq, zeromq-pub-sub, zeromq-proxy
so it doesn't make sense as we would like to test different zmq
configurations on that gates.

Change-Id: Ibb9cdbba4b896c17703b249eb07ec8f5be583a85
Depends-On: I94342be65564665faf27d8d01ae6650183146874
Related-Bug: #1643929
2016-11-22 17:38:18 +02:00
liusheng
ff4a99135f Enable Nimble tempest plugin test
Depends-On: I6b11a330c9598e877665d18cc451cb124cafa7fc
Change-Id: Ibc6079f5bbe0713224660f86b1e493a75101702c
2016-11-22 12:57:59 +00:00
Jenkins
98a7ac46d8 Merge "Promote Monasca tempest tests on ubuntu-xenial" 2016-11-22 12:49:40 +00:00
Jenkins
edf9a57bdc Merge "add non-voting functional tests job for networking-odl" 2016-11-22 12:49:33 +00:00
Jenkins
8875be7e68 Merge "Make oslo.messaging amqp1 driver non-voting" 2016-11-22 12:48:49 +00:00
Jenkins
18afeecdc3 Merge "make python3.5 voting for oslo.middleware" 2016-11-22 12:48:42 +00:00
Jenkins
43a6466673 Merge "Add cinder job with zeromq and multibackend" 2016-11-22 12:47:28 +00:00
Rob Cresswell
4e6fcfbfe4 Remove duplicated Horizon test runs
Horizon has the py27 test for Python 2.7 with the current version of
Django, so we don't need to also run py27dj18.

Change-Id: If2c5ec2d3a611b5c80b5bf120ddd6868e9e0378f
2016-11-22 12:41:03 +00:00
Michał Dulko
8728c34c3a Set Cinder multinode grenade on master to xenial
Change-Id: If8fa9c6775458cd3e105dc92238739452053caea
2016-11-22 11:57:54 +01:00
Vitaly Gridnev
09603b7205 [sahara] scenario jobs: jobs modifications
1. sahara-tests in branchless repository and scenario
jobs are running only on master of sahara. using xenial for
that.
2. since in Ocata n-net is going to be almost removed, removing
job for that in sahara-tests.
3. moving job for saharaclient to voting state.

Change-Id: I24ba412f3481ce957ea0e48523f5b3dd252daba2
2016-11-22 10:19:05 +00:00
Michał Dulko
c4b8f5964a Add cinder job with zeromq and multibackend
This commit adds experimental Cinder job with both zeromq and
multibackend configured. This is to make sure we won't break this
scenario once it's fixed.

Change-Id: Ic8b7eb52ca00971623ea96f4322c9ea6425b84ea
2016-11-22 11:00:00 +01:00
Spyros Trigazis
e963cd92cc [magnum] Update fedora-atomic build job to 24
Update image build job from Fedora Atomic 23 to 24.

Change-Id: I55bab405fb8e397f671807f653a60ccb554a01fa
2016-11-22 10:22:13 +01:00
Jenkins
0d201dad62 Merge "Change node to xenial." 2016-11-22 04:40:39 +00:00
gord chung
b528694b19 make python3.5 voting for oslo.middleware
it's passing as non-voting. might as well make it voting.

Change-Id: I7d513e082d7f819fedd3ec1cc89a4355eb01f05f
2016-11-21 23:06:56 +00:00
Waldemar Znoinski
83a0d18f91 add non-voting functional tests job for networking-odl
As part of extending testing coverage for networking-odl a new job
functional tests job is introduced in Gate.

Depends-On: I5bbdeb4fa98e7532191f7d6ea3e5bd2837947610
Change-Id: I13cbdc8296a6660f3eb89109a3a4f77075bbcff2
Co-Authored-By: Waldemar Znoinski <waldemar.znoinski@intel.com>
Co-Authored-By: Isaku Yamahata <isaku.yamahata@intel.com>
2016-11-21 14:51:53 -08:00
Ken Giusti
1e524f413f Make oslo.messaging amqp1 driver non-voting
Temporarily mark amqp1 tests non-voting until the post-test-hook
function in oslo.messaging can be fixed.

See:
https://bugs.launchpad.net/oslo.messaging/+bug/1643644

Change-Id: I712589ada64a86146633c07c71af8bf70c3b24c5
2016-11-21 17:14:13 -05:00
Victoria Martinez de la Cruz
03a94aa713 [Manila] Adds job for Manila UI DevStack plugin
Change-Id: I0bc284651263105c5cb14b6f61480f4eb7dcce20
2016-11-21 16:34:13 -03:00
Alexey Weyl
502908c7ac Change node to xenial.
The following aodh commit requires mysql>=5.6.4, causing
vitrage jenkins job failures when trusty node is used.
So we specify xenial node.

f8d3068bd2 (diff-6f7ec000163298dd067c3235a378b765)

Change-Id: Ia74a1eb55f97b13c300cc20c458632c9f9536ecd
2016-11-21 21:30:40 +02:00
Amrith Kumar
09d41349cc make a non-voting gate-trove-functional-mysql-ubuntu-xenial job
The goal of this commit is to create a single non-voting
gate-trove-functional-mysql-ubuntu-xenial job that will only run in
the master branch of the trove project. It will be used to verify a
change that will make it possible to run the trove CI jobs for master
on xenial nodes.

Change-Id: Ibc0ac0ae205a748ffaa7fb4c8e4305d75515aae1
2016-11-21 14:04:20 -05:00
Jenkins
23342e4846 Merge "Add more debugging info for .root-marker" 2016-11-21 14:35:15 +00:00
Jenkins
0bad72bb2e Merge "Remove DEVSTACK_GATE_TIMEOUT setting" 2016-11-21 12:53:18 +00:00
Jenkins
50b8d53c7f Merge "Run tests for oslo.messaging AMQP 1.0 driver on ubuntu" 2016-11-21 11:09:39 +00:00
Jenkins
698f183808 Merge "Remove the runing tox in kolla-ansible jobs" 2016-11-21 11:07:07 +00:00
Jenkins
0821d33a81 Merge "Swift: Make Python 3.5 check voting" 2016-11-21 11:07:01 +00:00
Jenkins
55a76424c2 Merge "New project proposal: python-redfish" 2016-11-21 11:06:24 +00:00
Jenkins
97a3401940 Merge "Add new project networking-dpm" 2016-11-21 10:53:51 +00:00
Jenkins
7cb4bfecfa Merge "Use xenial node for required mysql version" 2016-11-21 10:50:43 +00:00
Bruno Cornec
d6fc2418fc New project proposal: python-redfish
The DMTF has published a new specification called Redfish (refer to
http://www.dmtf.org/standards/redfish) to provide a RESTful based API to manage
servers in a standard way. This project provides a client and a library to
interact with Redfish based systems, and is used to develop the Ironic Redfish
driver.

Change-Id: Icef9d1e93ea3c443c52a409079a7e7e37f9c797f
2016-11-20 22:51:25 +01:00
Lin Yang
8460477064 Rename rsc to valence
Rename abbreviation name "rsc" (rack scale controller) to final
name "valence".

Change-Id: I22311153fe0a86ab06b5390f77982d6b285e3bc4
2016-11-20 20:47:48 +01:00