Add jobs to Castellan to publish releases to PyPI and also to publish
the docs to the openstack developer documentation site.
The PyPI owners for Castellan already include openstackci [1]
[1] https://pypi.python.org/pypi/castellan/
Change-Id: Ifadeab82912470d2c74cb094eb5cc700e6f80ba0
Translate the following projects on liberty branch:
openstack/aodh
openstack/ceilometer
openstack/cinder
openstack/designate-dashboard
openstack/keystone
openstack/neutron
openstack/zaqar
All projects have liberty branches. This follows the proposal from
https://wiki.openstack.org/wiki/Translations/Infrastructure#Release_handling
Change-Id: Idfdcffc74377348735cf7146b71e8ac9e08fef24
* Run only pep8 on *.rst files changes (pep8 calls doc8 on them)
* Do not run dsvm job on tests changes
Change-Id: If4442e346a16feddc7d6202a49628c8d967424b9
Puppet OpenStack Integration job is testing Heat (WIP), Sahara, Cinder,
and Ceilometer.
This patch adds the jobs to the projects, still non-voting for now.
Change-Id: Ic02e80d0a243f324fbc651e2a577a79fd1340431
Enhance regex to handle the translation liberty jobs like
nova-propose-translation-update-liberty.
Change-Id: I592443baa981b44437e09209b933f69a45a85b7c
I'm sorry about this. We discussed some more in the i18n team
and since keystone library is used in openstackclient, it
might be worth translating this. So, let's enable the infrastructure.
This reverts commit 6e90a9a5e36603c094ce0bf41cb087bc5b3236b0.
Change-Id: I5bafa7e384c5921932609a14ae40f57923e011d8
I noticed this when looking at
Ieea93753e352ccb09f65aac12c8c81c1d96593ac (but the misalignment there
seems to have been subsequently fixed).
Anyway, this is just a quick port of
I92ffda01a2e766954c18fe795862186863f8182f and fixes two existing
cases.
Change-Id: Ia3e654ed32e1edb9d841984df427c764d220b908
This is a followup of the previous change which will push translations
to the stable/liberty branch of Horizon. This can be merged once horizon
has the bew stable/liberty branch.
Change-Id: Ie9257ed7720bf4b4bcf996dabac512f6456791f2
Translation team has said these are the priority projects for liberty
translations to start with them when adding version support. Horizon
will be in a follow up patch as they haven't made a liberty branch yet.
Change-Id: I8049b7ad0a9524c0bfaff6090cf484dccc505836
During the kilo release, tempest tests were not run in the gate since they
did not run properly inside a virtual environment. After kilo we began
gating on tempest tests. Currently the tempest-test gate job applies
to all branches, meaning we can check nothing into kilo.
This change disables running tempest tests for stable/kilo.
Change-Id: Ibc5b651918d01637598ebd62c818ff34d8a2246d
This patch enables python3-jobs in Zuul config. This was agreed to during
networking-sfc IRC meeting 24-09-2015.
Change-Id: I1cd8906fa78561612dd2b6f80ff3f1f5a83b7b3a
These jobs clone and build a repository from github within a
devstack plugin. In order to do so, they must disable ERROR_ON_CLONE
which is our assurance that all tested OpenStack projects are in
the $PROJECTS variable.
Further, OpenStack projects must not clone non-OpenStack repositories
in gate tests -- they should either be consuming OpenStack projects
from git via the $PROJECTS variable or installing released packages
as dependencies. For Midonet, that likely either means via the
operating system, or via a maven repository. If via maven, then we
will need some commitment from the Midonet team to set up a maven
mirror similar to our pypi mirror so that when we run tests we are
not relying on external network resources.
Change-Id: I9194069c4754439977a11404bbc5ac650c5134df
The python34 gate was fixed, it runs a subset of tests on Python 3.4.
It's now important to make the py34 gate voting to avoid Python 3
regressions.
The Barbican port to Python 3 is not complete, more code will be
ported slowly. We adopted the same strategy in other projects: nova,
cinder, glance, etc.
The change makes the gate-barbican-python34 check job voting.
It adds also a gate job by using the python3-jobs template in
openstack/barbican.
The check job was fixed by I8b114318cfc0191605b8761413abaed8a837518b.
Change-Id: If9459517b655c82942e1f7b3e6eaa5530cb3a87d
Partially-Implements: blueprint barbican-py3
Since the jobs are now working in experimental queue, moving them
to the check queue as non-voting. Once it has had some test time,
will make jobs voting and remove gate-neutronclient-dsvm-functional.
gate-neutronclient-test-dsvm-functional
gate-neutronclient-test-dsvm-functional-adv-svcs
Change-Id: I8aca48cc7eb2bab2a554abdb880a66f761109cee
Partial-Bug: 1484148