Glance_store is splitting its tests out, so they can be used
separately. Create the new functional tests for cinder backend,
in addition to filesystem and swift backends.
The test itself is implemented by the change:
I20dec7ec28844bb03887917320a7d1da296e36d7
This test should currenly be experimental.
Change-Id: I626f580dfda958226f0e6d2c059e233c4529942c
Remove copy_puppet_logs publisher and run a script in
openstack/puppet-openstack-integration to collect logs.
This script is provided by [1] and copied from here.
It also change the puppet-openstack-integration-checkout builder to
clone openstack/puppet-openstack-integration not in ./ but in
./puppet-openstack-integration, so we can use this builder in beaker
jobs, that run for openstck/puppet-* modules.
[1] I625491cdc03e6b3dadff46eafe0811544805e861
Change-Id: I9a5563ded5b99bc216b9b2c7861299f5256456fa
So we can avoid using the jenkins-specific postbuildscript plugin,
move the proposal slave cleanup to a builder. Run it first so that
it always runs. Since we're running it first, we can't use it to
clean up our current workspace, so instead, ask it to clean up all
workspaces.
Change-Id: I54a187d643fb76f10cc11411d546c41348b5592e
Moving to the shell macro and using run_tests.sh will grant us
increased flexibility around how the integration jobs are run.
It will also provide us with the ability to easily change the
tests without having to rely on jenkins job changes.
Change-Id: Ibd0f7939c3b059deaa3f2f7a2ec8f7ca8a858b6f
Glance_store is splitting its tests out, so they can be used
separately. This patch creates the new functional swift tests.
This test should currenly be experimental.
Change-Id: I4aeec0593774f0af102b4a0ac4df76c3978f2e3e
api-ref files might contain the ref to api sample files
present in doc directory. Nova api-ref has the reference to
sample files location for API request/response example.
In that case api-ref gate job should run for any changes done in
sample files location.
Change-Id: I42610bfff46235aa062f05c467cfc93e70708274
The ansible integration tests will remain in-tree in ARA but are
not runnable in the gate without considerable effort for the time
being.
Change-Id: I5402e9b61a09f3b600784e9c53bcb2435aed41cc
dib 1.17.0 includes fixes for debian-minimal to work with the
apt-sources element in I69dbaa34be3db3d667e6bd8450ef4ce04a751c70
This moved to having the base repos split out from the usual
/etc/apt/sources.list into separate files in /etc/apt/sources.list.d
Unfortunately, this puppet module does the cleanup by glob removal of
everything in that directory, which is a bit unsafe.
I've refactored this slightly so that, like the RedHat path, we only
remove the puppetlabs repos files.
Change-Id: I5bcd8880a90d238b77aaacfd1eaf0a720552c7ee
We how are green in the tripleo experimental pipeline for
tripleo-centos-7. Our Depends-On field links back to the successful
job.
This reverts commit a82ab29f6af49fc78c6b8640a38d848f70b0fbad.
Change-Id: Icbe7ef3b1f4281f738ff667544b25ad8e95cf5bc
Depends-On: Ia12f5db60ae6bdf2d8de20002deb53da9625566d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
We will never have manager nodes that are set to building, because
zuul-launcher does not work that way. Switch back to target for
building.
Change-Id: I20f841473987b5099b7869ae69a4ce3cca696e71
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
- openstack puppet community has approved via email
to accept this puppet module to the puppet
community
- moving the puppet module from my personal github
into Openstack
Needed-By: If9db8de09de89a70597f65fde980a85021a2faf2
Change-Id: Iff6fdff0b13b47fbd918082f6bda5d4488f07114
Signed-off-by: Dan Radez <dradez@redhat.com>
The os-brick and python-cinderclient projects did not have reno release
notes until the Mitaka release. This adds them to the list of projects
to skip the gate-*-releasenotes tests for Liberty and earlier.
Change-Id: I1b756a7e7eba6c92c5d4b68032273eb1cc7d7e99
ARA: Ansible Run Analysis makes Ansible Playbook runs easier
to visualize, understand and troubleshoot.
ARA is three things:
- An Ansible callback plugin to record playbook runs into a local or
remote database
- A CLI client to query the database
- A web interface to visualize the database
The project is an initiative of the RDO community to help parse
the results of CI jobs that are driven by Ansible.
More details are available on the openstack-infra mailing list [1]
Please note that there is no launchpad created for this project.
We would prefer skip an eventual migration and integrate with
StoryBoard directly.
[1]: http://lists.openstack.org/pipermail/openstack-infra/2016-May/004257.html
Change-Id: I39bfae2c4d83c250cb3c8dae1b2c68597f523f45
The horizon tempest plugin is working and horizon integration
has been removed from tempest. It's time to change horizon to use
the horizon tempest plugin in the gate and make the job voting.
This change also removes horizon's use of the
gate-tempest-dsvm-full job as this no longer tests horizon.
Change-Id: I3f2a996f26c462edd968fb961c05cebc83b175a0
Update our testing to only check upstream if we haven't imported the
repo into openstack. This will address test failues when users
deleted the upstream repo before removing it from
gerrit/projects.yaml.
Change-Id: I6bd9fe9841dee8be352ed17af44b4cf9cea397fd
Signed-off-by: Paul Belanger <pabelanger@redhat.com>