We still have 79 bashate warnings for lines longer than 79 characters.
bashate also warns about here documents, so cutting down on all of
them is not worth it. Let's disable these bashate warnings so that we can
see the real problems.
Warnings disabled are of the form:
[W] E006: Line too long: ...
Change-Id: I3abfae4432f9432af6e0d8b43bfc340673f06802
* The CI sets up and configures HDFS, and does not use GlusterFS.
* The CI is run on a multi-backend installation due to
82ebbc1ba2
Change-Id: I7983959ae4543ccfa4de40d635ae5bf33c98e859
Add a new template that can be used instead of python-jobs in
zuul/layout.yaml, it is the same as python-jobs but uses linters job
instead of pep8.
Change-Id: Ibea12fcb0078325c0457394f72ec0a799d3d8f69
Introduce a retry loop in install-distro-packages.sh which will
attempt index updates and package installation up to 3 times if the
bindep list is unsatisfied, so as to mitigate intermittent network
failures. Add a clear error message after the last try indicating
the list of packages which were not installed.
Change-Id: I595aedbc57623ee1b30bd5880abf699f95e9eb63
Use a single linting target for changes and run that instead of the
individual bashate and pep8 targets.
Fix name of pep8 job for project-config-example.
Create new gate-{name}-linters job-template for this.
The pep8 job was run also on project-config-examples, create a new job
for that repo. It now runs without the filters since with the amount
of changes to the repo, we do not need to optimize anything right now.
Change-Id: I2afa7931bf3e18798b95a8af33ccf5ef761c4ad5
Add the openstack-ux repo to Gerrit and master projects list.
Needed-By: Ia823498b35febdd81a9e12af27d73809a6022ccb
Change-Id: Id8013bb99c2656c85813ed4b67b75faa18a56455
Puppet-Openstack ci now has docs. They are valuable
for those seting up a third-party ci system, so let's
generate them as non-voting. A follow-up patch with
publish them to http://docs.openstack.org/infra/
Change-Id: Ibf97875867438a7dd2ba9b0dae816bbd121a3e8c
we've created a new client lib for aodh so users don't need to
use ceilometerclient and redirect.
Change-Id: I11cc63a3fb987c457595220d91315fdadcf41a12
Needed-By: I21a6d2d038d9aabd0a1c2e777b9f9223b5b56d38
removing job that runs tempest tests against ec2 api.
because there are no tests in tempest for ec2/s3 now...
Change-Id: Iebc8c805b37db6a82614d00e904a34d2f369d844
This patch adds the new cinder python-brick-cinderclient-ext project
to OpenStack.
Patch to openstack/governance: https://review.openstack.org/#/c/243068/.
Change-Id: Ib103f2ff9e0181e7456f283c63ec5db363e42b2b
We're not using proposed branches anymore in our workflow, remove the
now obsolete section from gerrit ACL files.
Change-Id: I48a64bd2af4781daa6d8330b3d1108d213a90f0f
With no longer setting a node default, Zuul won't pass it as a
parameter to the set_node_options() parameter function. Drop it from
the required arguments for this function.
Change-Id: I2aa8f7179ecb0bdf6bd8785653f1726321bbcb7f
In order to to speed CI build times for bifrost, we will
attempt to pre-build the debian guest image that helps us
identify if simple-init is in working order as compared to
bifrost, since the simple-init element which users are
dependent upon resides in the diskimage-builder repository.
As a result of the same job being utilized, the job has been
renamed appropriately.
Additionally, the file upload configuration appeared to be
working incorrectly and this commit updates it in an attempt
to correct the issue.
Change-Id: Ifde8717740f324cb3abe1266efca42bd24d634d3