3589 Commits

Author SHA1 Message Date
Jenkins
712d9f7b0e Merge "Add python3 testing to neutron-lib" 2015-11-25 21:39:13 +00:00
Jenkins
31ef316e74 Merge "Create Zaqar UI repo" 2015-11-25 21:30:30 +00:00
Jenkins
5471d46e78 Merge "zuul: enable beaker jobs for puppet-mistral" 2015-11-25 21:09:47 +00:00
Jenkins
5d29bb0435 Merge "Add check-requirements job for evoque-dashboard" 2015-11-25 20:59:42 +00:00
Jenkins
baa8b0589c Merge "Fix gate-nova-functional-constraints" 2015-11-25 20:01:16 +00:00
Jenkins
6c277e9377 Merge "Add reno jobs for designate" 2015-11-25 18:48:08 +00:00
lawrancejing
96d0f4204f Add check-requirements job for evoque-dashboard
Change-Id: I50c7da43795db8a7f3b73b9ccb04399224af4c76
2015-11-25 16:13:47 +00:00
Jenkins
07783883a0 Merge "Fix releasenotes post job" 2015-11-25 16:04:23 +00:00
Jenkins
47a60683d4 Merge "networking-bgpvpn: remove check-requirements jobs" 2015-11-25 13:02:33 +00:00
Jenkins
40b54272c0 Merge "Add check-requirements for cliff" 2015-11-25 12:14:30 +00:00
Jenkins
9693eb3927 Merge "Disable mistral-python34 in all branches except mitaka and higher" 2015-11-25 11:40:30 +00:00
Sébastien Han
59cfd8904b Add Ceph DevStack plugin to Stackforge
Co-Authored-By: Christian Schwede <cschwede@redhat.com>

Change-Id: Ib8348f7dd18a8fb2caf7fac812a4a858f004429c
Signed-off-by: Sébastien Han <seb@redhat.com>
2015-11-25 11:00:31 +01:00
Anastasia Kuznetsova
37ce3f5022 Disable mistral-python34 in all branches except mitaka and higher
Support of python34 was implemented only in mitaka, so it was
incorrect to make this gate voting in all branches because now
merge patches in old stable branches is blocked.

Change-Id: I8772b59bd3b318f3c1caec6cc8a27a33af6bbf87
2015-11-25 09:39:29 +00:00
Jenkins
7d6220fa46 Merge "Don't trigger gate-fuel-web-python26 job for fuel-web" 2015-11-25 08:42:26 +00:00
Jenkins
77b12072ab Merge "Add docs-on-rtfd hook for ansible-role-{nodepool|zuul}" 2015-11-25 08:40:33 +00:00
Jenkins
4bd7726d07 Merge "Document check-requirements template" 2015-11-25 08:39:21 +00:00
Jenkins
5bf2f18e9a Merge "Add release notes jobs for senlin" 2015-11-25 07:41:02 +00:00
Jenkins
4fe44becba Merge "Remove python26 from keystone projects" 2015-11-25 07:23:09 +00:00
Jenkins
74ce6fe228 Merge "Add release notes jobs to subunit2sql" 2015-11-24 23:39:01 +00:00
tengqm
52e3fe57e6 Add release notes jobs for senlin
Change-Id: I14b2200eb84ae681926321c60d2cc4f93d44cc6a
Depends-On: I962dfc9e11afcf813587c27d9d7c62e88c99f29e
2015-11-24 18:25:31 -05:00
Fei Long Wang
d2ab5dd869 Create Zaqar UI repo
The change for governance repo is tracked by below link:
Ie327157a7c66ecadfac1865098bdc49e4626ef85

Change-Id: I7a26537b93f7563c37a5a0de95258ec1224a44c6
2015-11-25 12:09:06 +13:00
Emilien Macchi
2fa90249bb zuul: enable beaker jobs for puppet-mistral
We want to have beaker jobs for puppet-mistral so we can perform
funtional testing for the puppet module.

Change-Id: I13242306a3780bb4c9368d05f902bed1f2f47201
2015-11-24 23:53:50 +01:00
Doug Wiegley
df65c36604 Add python3 testing to neutron-lib
It's a new library, so I don't see any reason we can't keep it
python3 clean from the beginning.

Change-Id: I4475e613ecd7e246ac0a42077fb07ca6eb217de9
2015-11-24 13:03:20 -08:00
Tom Cocozzello
7cbf33dbb1 Remove python26 from keystone projects
Signal that we won't be worring about py26 compatability
anymore from now on, by removing the gate jobs for
keystone projects.

Change-Id: If30ab3c96d99ef118d0d970b57b21032d4e9050d
Closes-Bug: #1519449
2015-11-24 20:22:20 +00:00
Andreas Jaeger
599fb6522e Add check-requirements for cliff
cliff had made requirements check in
I40b2cf4030df66c851d7d11da4f81f645d110e76 and it was not enabled again.

Remove non-voting and make it voting in the gate as well - with using
the check-requirements template.

Note that cliff is in the global requirments sync, thus it should have a
gate job as explained in
http://docs.openstack.org/developer/requirements/#enforcement-in-projects

Change-Id: I4f22c58e469d42b64694123b13c64fe620bae1eb
2015-11-24 20:19:42 +01:00
Andreas Jaeger
33dd90ed00 Document check-requirements template
Document the contract that is in place with check-requirements.

Change-Id: I0f0b5c103aa95c0a33b412ff8fa6119d2bb57067
2015-11-24 19:45:45 +01:00
Jenkins
a234575c5c Merge "Flip Neutron's unit tests to -constraints" 2015-11-24 17:14:56 +00:00
Thomas Morin
b8c4f8abfe networking-bgpvpn: remove check-requirements jobs
As a follow up to I21c8aadd82249882243bf8e23b37e23fcb62f507,
and after an IRC discussion with the infra team [1], there seems
to be an agreement that simply removing the check-requirements
job from networking-bgpvpn is the best *temporarily* solution,
until a decision is made on how a project like ours should work
in branches.

We plan to add automated requirements checks when it will be clear
how to do it in our different branches.

This change is dependent on Ibc3fb11598298938bc72be2ce8fc12d5e231b6bc
to guarantee that we won't propagate bogus requirements in global
requirements.

Also related: email thread starting at
http://lists.openstack.org/pipermail/openstack-dev/2015-November/079773.html

[1] http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2015-11-24.log.html#t2015-11-24T16:03:50

Change-Id: I60df289591a11b53de5f15835137892e32873b15
Depends-On: Ibc3fb11598298938bc72be2ce8fc12d5e231b6bc
2015-11-24 17:47:29 +01:00
Paul Belanger
8849ee125f Add docs-on-rtfd hook for ansible-role-{nodepool|zuul}
Because we are not official openstack projects we need to publish docs
to rtfd.org

Change-Id: I49b8f38f620bc89bc702083e78271dcee0ac8b8c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-11-24 10:52:19 -05:00
Igor Belikov
c9aeded74c Don't trigger gate-fuel-web-python26 job for fuel-web
gate-fuel-web-python26 job uses PostgreSQL version without
JSON DB type support, which is required for fuel-web. There's no
sense in keeping this job even in non-voting mode because it will
always fail.

Change-Id: Ide7b77777ca5334748f367c4c6bd244fd052c979
Closes-Bug: #1519371
2015-11-24 17:12:32 +03:00
Jenkins
ea659d93aa Merge "Add python implementation for monasca-log-api" 2015-11-24 09:12:05 +00:00
Jenkins
950bae33f9 Merge "Make Horizon Integration Tests voting" 2015-11-24 09:11:26 +00:00
Jenkins
6d98db45ae Merge "Move the AMQP 1.0 tests from Fedora21 to Centos7" 2015-11-24 09:10:29 +00:00
Jenkins
04dee663f3 Merge "Switch Ansible role jobs to use 'dsvm-functional-trusty'" 2015-11-24 09:08:03 +00:00
Jenkins
80c46eb935 Merge "remove python26-jobs from remaining oslo libraries" 2015-11-24 09:02:28 +00:00
Jenkins
e19a8eba2c Merge "Add tacker pypi jobs" 2015-11-24 08:52:43 +00:00
Jenkins
d35901737b Merge "Place constraints comment at proper place" 2015-11-24 08:13:56 +00:00
Jenkins
0f0b650a34 Merge "Add ansible-role-zuul project" 2015-11-24 02:24:08 +00:00
Jenkins
0bbebdbf4d Merge "Add check-requirements job for python-evoqueclient" 2015-11-23 22:19:20 +00:00
Sridhar Ramaswamy
7272d751b6 Add tacker pypi jobs
Add tarballs and publish-to-pypi jobs for tacker
repositories in preparation for the upcoming release

Change-Id: I3fc02a646c976e9964576a907a0e7a46c5f4646b
2015-11-23 11:30:34 -08:00
Doug Hellmann
f73f5fe3c2 remove python26-jobs from remaining oslo libraries
The Oslo team is dropping python 2.6 support for all libraries. Many
already have the jobs removed, but a few didn't. This patch cleans up
the remaining libraries, except pbr which has to continue to be tested
with 2.6 until all of its consuming projects have dropped 2.6 support.

Change-Id: I516356b4d2e39c092acc667c8f493f02a3050a19
2015-11-23 19:20:28 +00:00
Andreas Jaeger
01330f8abd Place constraints comment at proper place
Seems nobody reads comments, let's move up the # End constraints where
it belongs.

Change-Id: Idfc5651bde05858216405ddc92b1c15115b75fa2
2015-11-23 19:42:59 +01:00
Jesse Pretorius
bebd76ebdf Switch Ansible role jobs to use 'dsvm-functional-trusty'
This patch switches the Ansible role checks to use the
'dsvm-functional-trusty' job so that it has sudo access.

Change-Id: Ic8d6afd2d72ac8d6bd4290a39a57ec6d8706207b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-11-23 13:31:01 -05:00
Ken Giusti
898b8985f2 Move the AMQP 1.0 tests from Fedora21 to Centos7
Fedora21 is End Of Lifed.

Change-Id: I601f5ef57237b2328a997193270b44eae0b78437
Closes-Bug: #1519022
2015-11-23 11:25:18 -05:00
Paul Belanger
b153bfc866 Add ansible-role-zuul project
In this patch, we are just adding ansible-role-zuul into the OpenStack
gerrit workflow. After talking with both openstack-infra and third
party CI teams it was decided to deal with which team this would be
part of at a later date.

Additionally, we have not created a launchpad project for this module
or pypi (since we won't release there).

Gerritbot was also not configured at this time, since we don't know
which team we are going to be part of.

Change-Id: I6424d66fb644c938e53091da11714e3f782f9a7c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-11-23 10:07:04 -05:00
Rob Cresswell
484f50fbf8 Make Horizon Integration Tests voting
Horizon integration tests have been stable for a while now. We should
make them voting.

Change-Id: Iaff521c92beb4996f8de8b9873a12a56c4cfce79
2015-11-23 12:46:16 +00:00
lawrancejing
578db2aa12 Add check-requirements job for python-evoqueclient
Change-Id: Ib65112602f0812b181f00331e8fb393f92e57300
2015-11-23 12:44:09 +00:00
gordon chung
56ce06e62f block hbase functional on aodh
we did not split hbase functional tests in until Mitaka so the
job should not run on liberty or it will fail.

Change-Id: I7ba71cf6ac2af923375ecebc9a801f125fc974d2
2015-11-23 07:42:33 -05:00
Jenkins
c9d7f53e52 Merge "Add releasenotes jobs for searchlight" 2015-11-23 10:27:46 +00:00
Jenkins
d98e0a3c1e Merge "Lodgeit: Re-enable pep8 check and gate jobs" 2015-11-23 10:27:41 +00:00