Rally team wants to cut last release with py26 support, but we can't do
it due to dropped support of py26 in several openstack libraries.
Our plan:
- turn off requirements-check
- fix local(rally) requirements
- cut new release
- turn on requirements-check
Change-Id: I0c5e4d5ee9455641e3db55e5e2b43618683d93e5
With this optimization, there are now changes that do
not have any jobs triggered. Revert this change so that we
always run a job...
This reverts commit 61b2a572ebcde1b2986666713250b31a6ec900bd.
Change-Id: I0be479d619086e3326ca288acdae7c0ea0f7a18f
We have something like 57 floating ips now, but 316 vcpus, so
increase servers to 316/8 = 39 instances.
Change-Id: I915af243dc399070202d17292aa5e31976a01c2c
... as a PyECLib dependency. This is a partial change
accompanying https://review.openstack.org/#/c/247936 .
Change-Id: Ia0cca4df8ec2af3c8ad32ffd21da5b7c681ebda4
This patch will skip python gates for doc file changes
in bifrost as below list:
gate-bifrost-python27
gate-bifrost-integration-coreosipa-cirros
gate-bifrost-integration-dibipa-debian-nv
Change-Id: I92793798f339be0bce0d6f62020996c3fafde140
Run the gate-neutron-pep8-constraints job on changes to
openstack/requirements as the first non-dsvm addition to the
existing series of representative sample jobs which act as canaries
validating updates to the upper-constraints.txt file.
Change-Id: I7b4d4b195fd72bc191824d3bf494d9dd0d628c24
Add non-voting py34 jobs to the following projects:
- openstack/murano
- openstack/murano-dashboard
- openstack/murano-agent
Change-Id: Ic6132c7d300d312a01165953629f5c1351e8df29
Targets: blueprint murano-python-3-support
Per the email conversation, it seems like deprecating the -api channel
and using -sdk is the right path forward. This moves the notifications
that were happening on -api to -sdk.
Change-Id: I8eeea2cd023a7de70ee2b7f09e91a8f663b6b7e5
This patch includes several fixes:
- Value of 'compare' variable is replaced by integer.
Incorrect check: '[' True == true ']'
- Added missed $ for DEVSTACK_GATE_CEILOMETER and DEVSTACK_GATE_SAHARA
- Added correct enabling of neutron services
Co-Authored-By: Timofey Durakov <tdurakov@mirantis.com>
Change-Id: I78e41406fd82c4da353fe24aa7b209a95c31e61d
The gate seems to be stable now with all tests passing.
Make the convergence gate voting.
Also disable for liberty release, because during
L release this feature was in development and the job
was a additional source for work feedback.
We can not port all necessary changes to
liberty branch to make it work, so best to skip it
Change-Id: I2845e9d335eb5fb0a627c4097048e21d2b7399fe
Depends-On: Ia973b3033b031eff7b3713c347630bf5d91d0377