2596 Commits

Author SHA1 Message Date
Jenkins
667d62ad2b Merge "Add check job for upstream URLs on imported repos" 2014-05-07 23:20:18 +00:00
Jenkins
19dbd14c4e Merge "Let infra manage pyghmi releases" 2014-05-07 23:06:29 +00:00
Jenkins
e3f9af01a4 Merge "Add solum to PROJECTS instead of setting" 2014-05-07 23:01:58 +00:00
Jenkins
08d33acad8 Merge "Allow core reviewers to abandon and unabandon" 2014-05-07 22:36:20 +00:00
Jenkins
d775f58698 Merge "Add devstack/f20 experimental test" 2014-05-07 21:28:15 +00:00
Jeremy Stanley
c7d3ed2933 Allow core reviewers to abandon and unabandon
A much awaited feature, this patch is the outcome of running:

find modules/openstack_project/files/gerrit/acls/ \
    doc/source/stackforge.rst -type f -exec sed -i -e \
    's/^\(.* \)label-Workflow .*\(group .*\)$/\0\n\1abandon = \2/' \
    -e 's/.*exclusiveGroup.*Workflow.*/\0 abandon/' \
    {} \;

Change-Id: I217a8689528d14c9143de5656db01549f263c3b4
Closes-Bug: #1248794
2014-05-07 21:06:43 +00:00
Jenkins
6f56a19400 Merge "Create groups-static-pages project" 2014-05-07 16:53:50 +00:00
Marton Kiss
7522d63928 Create groups-static-pages project
Create a new openstack-infra/groups-static-pages project that will act as
a content source for static pages of community portal. The content
management workflow follows the OpenStack CI review process.

Change-Id: I7a2280dfdb0c08df686345806739ed4fe9730d0f
2014-05-07 18:11:58 +02:00
Jenkins
95f7932a7c Merge "Creates a publishing job for the infra-manual repo" 2014-05-07 16:08:10 +00:00
Ian Wienand
62a0cc30f3 Add devstack/f20 experimental test
Add experimental-tempest-dsvm-f20 test and run it with devstack
experimental tests.

The initial idea with this change is to validate devstack-f20 nodes
(added with [1]) with a tempest run on some devstack changes.  Once
this has been proven stable we hope to promote it to a check job, and
eventaully vote.

Tested that jenkins-jobs correctly builds the
experimental-tempest-dsvm-f20 job.

[1] https://review.openstack.org/#/c/86842/

Change-Id: I6ed30a3ba1268476be1a0f16b97a4ea44b1ecec2
2014-05-07 09:33:09 +10:00
Jenkins
1e936bffd0 Merge "Update Mistral devstack job" 2014-05-06 22:37:37 +00:00
Jenkins
80b1be3515 Merge "Remove setting of RE_EXEC from nova-docker job" 2014-05-06 22:14:17 +00:00
Jenkins
ae03886511 Merge "Create powervc-driver project under Stackforge" 2014-05-06 21:47:21 +00:00
Joe Gordon
5ddec07e72 Add grenade neutron logs to ElasticSearch
Now that we have a grenade neutron job that we are trying to stabilize
and gate on, we should collect the neutron logs in grenade so we can use
logstash and elastic-recheck with grenade neutron jobs.

Change-Id: I54c4079b1be00d5201d4fb84dd975576551728fe
2014-05-06 14:35:25 -07:00
Doug Hellmann
3fa3be7ede Add check job for upstream URLs on imported repos
Add a check job to require upstream URLs to use a scheme
that we are confident won't cause connection errors during
the import.

Add a tox configuration for this new job, as well as the
existing alphabetical check script, to make it easier
for developers to run those tests locally just by running
"tox".

Change-Id: I894ac0f8afb234404bb6e80e64b90aa25e052f10
2014-05-06 12:03:16 -07:00
Jenkins
bc686f4d45 Merge "Import oslo.i18n" 2014-05-06 17:55:57 +00:00
Doug Hellmann
304bc59db3 Import oslo.i18n
bp graduate-oslo-i18n

Change-Id: I9402955a55bb3c701e781bdcdc77d8543849db11
2014-05-06 10:47:40 -07:00
Jenkins
7c6be45b94 Merge "Updated marconiclient with right permissions" 2014-05-06 16:39:03 +00:00
Devananda van der Veen
307904e330 Let infra manage pyghmi releases
Let infra manage pyghmi releases, instead of having the developer(s)
build and push packages manually.

Change-Id: I195700ccf7f18e6231e547db2ddea98e6ee5c385
2014-05-06 08:18:01 -07:00
Flavio Percoco
0da598e36a Updated marconiclient with right permissions
The patch updates python-marconiclient.config and aligns it with other
client libraries. It also grants access for tags creation to Marconi's
PTL.

marconi-ptl is yet to be created.

Change-Id: I3c519b2f4e108c9eb676017ec899092343094bcb
2014-05-06 14:32:07 +02:00
Sergey Kolekonov
0f80364123 Update Mistral devstack job
Mistral devstack job is reconfigured to execute Tempest tests

Change-Id: Ibc560493c0be5a92100dca4a28e9c4a11dd1bc38
2014-05-06 13:30:37 +04:00
Angus Salkeld
547c3b9519 Add solum to PROJECTS instead of setting
This just brings it inline with all the other config files.

Change-Id: I68175c08e10e11bc5db89105c3ba80efe0e03ef5
2014-05-06 13:31:33 +10:00
James E. Blair
887cde0da8 Require changes be open in check/gate
Only enqueue changes in the check or gate queues if they are "open"
in Gerrit.  This is required to break a test-comment loop caused by
the 'freshness' requirement on old abandoned changes.

Change-Id: I5e3c10295a71477e91e115d98a49a305d7e33adf
2014-05-05 21:39:28 -04:00
Peter Portante
e16d0d11b5 Fix working swift "in-process" funtional test runs
The swift code base now allows for running all of the functional tests
against a set of in-process servers. The functional tests, which are
nose based, run entirely with-in the process from which nose is invoked,
allowing for coverage collection and / or easier test development.

These tests had been added using the gate-{name}-unittest-{env} template
which assumes that the env name will be prefixed with 'py' before
passing it to tox. 'pyfunc' doesn't exist as the target so switch to
using the gate-{name}-tox-{envlist} template which does not assume
anything about the tox target.

The ability to run these "in-process" functional tests is only available
post-Icehouse.

Change-Id: I77d47dffa429ffc90ab732c518dc14cbf22f7017
2014-05-05 19:48:08 -04:00
Jenkins
99df05b768 Merge "Enable more solum services and neutron in solum devstack gate" 2014-05-05 22:07:55 +00:00
Jenkins
a31cdbfa84 Merge "deploy gerrit plugins into folder with plugin name" 2014-05-05 18:13:19 +00:00
Jenkins
fcecfa66f0 Merge "fix overflow on firefox" 2014-05-05 18:12:52 +00:00
Le Tian Ren
747441da82 Create powervc-driver project under Stackforge
This project will consist of a set of drivers and utilities to integrate
PowerVC into OpenStack.

Change-Id: I46b01b81de6731e2fe2371a20474d10b453c1988
2014-05-04 15:27:34 +08:00
Jenkins
4a14a332fa Merge "Trigger jobs for stackforge/python-jenkins" 2014-05-02 20:55:12 +00:00
Antoine Musso
d246d78908 Trigger jobs for stackforge/python-jenkins
The usual entry points pep8, py26 and py27 are provided by If58730d84.

Expand the python-jobs template with some tweaks:
- 'coverage' added to 'check' pipeline and made non voting
- 'docs' is commented out because setup.py does not have a build_sphinx
  entry point yet.
- adds python33 as a non voter since we want to eventually support 3.3.

James confirmed that openstackci got added to the pypi project. Added
release related triggers as well.  The postmirror jobs are not needed.

Change-Id: If58730d84315c0ea018a3757624d98bf2e1aeb3f
2014-05-02 22:44:46 +02:00
Anita Kuno
442e4f60b1 Creates a publishing job for the infra-manual repo
The new infra-manual repo will need a publishing job.

This patch templates a publishing job for the check queue and
a job for the post queue. It also uses the templates.

Change-Id: Ic94094cebec4d80e6c76e1994bea69888326a49f
2014-05-02 12:47:08 -04:00
Noorul Islam K M
84be240be0 Enable more solum services and neutron in solum devstack gate
Change-Id: I921232e4eded83b0553ef848b286850c23100de8
2014-05-02 09:25:17 +05:30
Jenkins
79cd2bd745 Merge "Create tripleo-specs git repo" 2014-05-02 01:58:59 +00:00
Jenkins
48d80af01f Merge "Move dsvm-virtual-ironic out of experimental" 2014-05-01 21:41:46 +00:00
Jenkins
62bfa7e87a Merge "Add swift "in-process" functional test runs" 2014-05-01 20:11:45 +00:00
Derek Higgins
72a6359eab Create tripleo-specs git repo
Create a new git repository for use by the Tripleo project to do design
reviews as a supplement to launchpad blueprints.

Change-Id: Ie5a5a4b68c41d88fdc9675b4ce72d3e8d959399a
2014-05-01 17:02:14 +01:00
Sean Dague
42cfa00954 fix overflow on firefox
Firefox 29 apparently doesn't render overflow-x correctly. However
overflow works fine, and works fine on webkit based browsers as well.

Move from overflow-x => overflow for maximum compatibility.

Change-Id: Iba7463479060dfc2b692a260322d0726fa22fd11
2014-05-01 07:27:30 -04:00
Derek Higgins
9b8ac68a0a Remove setting of RE_EXEC from nova-docker job
This is being set to the default and isn't needed.

Change-Id: I877f39fac84ea697184fd1b327a5f1f06b82f2c4
2014-05-01 06:33:43 +01:00
Jenkins
02ebf9567a Merge "Added gate-magnetodb-devstack-dsvm as gate" 2014-05-01 03:35:48 +00:00
Peter Portante
6d68e4b5db Add swift "in-process" functional test runs
The swift code base now allows for the running all of the functional
tests against a set of in-process servers. The functional tests, which
are nose based, run entirely with-in the process from which nose is
invoked, allowing for coverage collection and / or test development.

Change-Id: I2d98ff7c5f0fc3401cf154c59b71116bcc538eae
2014-04-30 23:08:15 -04:00
Jenkins
cfd35cb5c8 Merge "index n-sched in grenade runs" 2014-05-01 02:27:55 +00:00
Jenkins
b9e5ce8305 Merge "Configuring bundler to use multiple cpus/cores" 2014-05-01 02:27:14 +00:00
Jenkins
0c75eb1df1 Merge "use buck from master branch" 2014-05-01 02:26:06 +00:00
Jenkins
4b89b6780b Merge "Fix gate-heat-templates-dsvm shell script" 2014-05-01 02:24:40 +00:00
Jenkins
674cb94238 Merge "Extract Murano python jobs in a template" 2014-05-01 02:07:52 +00:00
Jenkins
53ae67ff86 Merge "Integrate Launchpad for compass-* projects" 2014-05-01 02:05:29 +00:00
Jenkins
a6b4497b32 Merge "Add a check for nova-docker" 2014-05-01 02:01:04 +00:00
Jenkins
662cacbfbd Merge "Add django_openstack_auth to the integrated gate" 2014-05-01 01:58:03 +00:00
Jenkins
941acb42ef Merge "Add devstack job for Mistral project" 2014-04-30 22:34:43 +00:00
Jenkins
8c386074ea Merge "Create bash8 project in openstack-dev" 2014-04-30 22:31:24 +00:00