Title: utopic_juno_heat_trunk

General Information

BUILD SUCCESS
Build URL:https://jenkins.qa.ubuntu.com/job/utopic_juno_heat_trunk/232/
Project:utopic_juno_heat_trunk
Date of build:Fri, 08 Aug 2014 12:23:07 -0400
Build duration:8 min 18 sec
Build cause:Started by an SCM change
Built on:pkg-builder

Health Report

WDescriptionScore
Build stability: 4 out of the last 5 builds failed.20

Changes

Fix test for stack delete on same active engine

by pshchelokovskyy

  editheat/tests/test_engine_service.py

Refactor service readiness notification

by thomas.herve

  deleteheat/common/notify.py
  editbin/heat-api-cloudwatch
  deleteheat/common/systemd.py
  editbin/heat-api
  editheat/common/config.py
  editbin/heat-engine
  editbin/heat-api-cfn
  editetc/heat/heat.conf.sample

Add native WaitConditionHandle resource

by shardy

  editheat/tests/test_waitcondition.py
  editheat/engine/resources/wait_condition.py
  editheat/tests/fakes.py

Update test_signal to use stub_keystoneclient

by shardy

  editheat/tests/test_signal.py

Allow plugins to specify signal event reason

by shardy

  editheat/tests/test_signal.py
  editheat/engine/resource.py

Retry resource create until success

by sbaker

  editetc/heat/heat.conf.sample
  editheat/engine/resource.py
  editheat/tests/test_volume.py
  editheat/tests/test_neutron_loadbalancer.py
  editheat/common/config.py
  editheat/tests/test_resource.py

Fixed wait skipped after 1st step of task

by unmesh.gurjar

  editheat/tests/test_scheduler.py
  editheat/engine/scheduler.py

Correct example syntax and whitespace

by igor

  editdoc/source/pluginguide.rst

Client plugin exception handling methods

by randall.burt

  editheat/engine/clients/os/keystone.py
  editheat/engine/clients/os/trove.py
  editheat/engine/clients/os/neutron.py
  editheat/engine/clients/os/glance.py
  editheat/tests/test_clients.py
  editheat/engine/clients/os/heat_plugin.py
  editheat/engine/clients/client_plugin.py
  editheat/engine/clients/os/ceilometer.py
  editheat/engine/clients/os/swift.py
  editheat/engine/clients/os/nova.py
  editheat/engine/clients/os/cinder.py

Refactor UpdateReplace exception

by xjunlin

  editheat/engine/resource.py

Restore resource_id from backup_stack

by honjo.rikimaru

  editheat/tests/test_parser.py
  editheat/engine/stack.py

Move size update to Cinder volume

by pshchelokovskyy

  editheat/tests/test_volume.py
  editheat/engine/resources/volume.py

replace dict.iteritems() with six.iteritems(dict)

by xjunlin

  editheat/api/cloudwatch/watch.py
  editheat/engine/dependencies.py
  editheat/engine/resource.py
  editcontrib/barbican/barbican/tests/test_order.py
  editheat/engine/environment.py
  editheat/api/openstack/v1/util.py
  editheat/engine/properties.py
  editheat/tests/test_volume.py
  editheat/engine/scheduler.py
  editheat/tests/test_nova_floatingip.py
  editcontrib/barbican/barbican/tests/test_secret.py
  editheat/engine/update.py
  editheat/engine/service.py
  editheat/common/exception.py
  editheat/engine/template.py
  editheat/engine/plugin_manager.py
  editcontrib/rackspace/rackspace/resources/cloud_loadbalancer.py
  editheat/tests/test_engine_service.py
  editheat/engine/hot/template.py
  editheat/engine/cfn/functions.py
  editcontrib/docker/docker/resources/docker_container.py
  editcontrib/rackspace/rackspace/tests/test_cloud_loadbalancer.py
  editheat/db/sqlalchemy/migrate_repo/versions/037_migrate_hot_template.py
  editheat/db/sqlalchemy/models.py
  editheat/tests/test_plugin_manager.py
  editheat/engine/cfn/template.py
  editheat/db/sqlalchemy/migrate_repo/versions/041_migrate_hot_template_resources.py
  editheat/engine/parameters.py
  editheat/common/wsgi.py
  editheat/db/sqlalchemy/filters.py
  editheat/engine/resources/software_config/structured_config.py

LaunchConfiguration replace on changed Metadata

by sbaker

  editheat/engine/resources/autoscaling.py
  editheat/tests/test_instance_group.py

Improve mocking in HeatTestCase

by pshchelokovskyy

  editcontrib/rackspace/rackspace/tests/test_auto_scale.py
  editheat/tests/test_validate.py
  editheat/tests/test_metadata_refresh.py
  editheat/tests/common.py
  editheat/tests/test_heat_autoscaling_group.py
  editheat/tests/test_resource.py
  editheat/tests/test_engine_service.py

Fix monkey-patching occurence in a test

by pshchelokovskyy

  editheat/tests/test_resource.py

Console Output

[...truncated 9426 lines...]
dch -a [a7dd2bb] Remove unused 'VERSIONS' definition
dch -a [7434a93] Fix error count for stack-list while show deleted
dch -a [cc0522d] Change help text for StructuredConfig.CONFIG property
dch -a [d234e26] Implement cinder client plugin
dch -a [7d3111f] Implement neutron client plugin
dch -a [e4a6926] Fix typo in HOT template guide
dch -a [9e58745] Implement glance client plugin
dch -a [76979a4] Implement swift client plugin
dch -a [d278a8c] Unit tests: Check for lost resource after failed rollback
dch -a [b537bdf] remove bogus comments re stack_delete_after in tests
dch -a [4f659fa] Fix test for stack delete on same active engine
dch -a [042eb74] Adding own child_template for AutoScalingGroup
dch -a [04030c2] Remove unused parameter name in validate_value
dch -a [9850832] Implement nova client plugin
dch -a [43a948e] Use stevedore to load client plugins
dch -a [896fe97] Revert "Convert WaitConditionHandle to use handle_signal"
dch -a [f16a0f6] Revert "Update waitcondition API to use signal RPC interface"
dch -a [26ce899] Revert "Refactor waitcondition resources to allow easier subclassing"
dch -a [a4e7229] Add datastore properties to OS::Trove::Instance
dch -a [3f80c2b] Improve OS::Trove::Instance resource
dch -a [1e8e0fc] HOT intrinisic function list_join like Fn::Join
dch -a [30e4163] Order intrinsic function docs alphabetically
dch -a [25e7bf2] Base class for client plugins
dch -a [850ac0c] Refactor waitcondition resources to allow easier subclassing
dch -a [7354e68] Support using domain_name instead of domain_id
dch -a [7e272cc] Makefile option to build xml docs
dch -a [d1f513a] Implement Flavor Extra-specs Key/Value Pairs
dch -a [240468e] Avoid truncating API Response
dch -a [cb966ff] Sleep before stopping threads for delete
dch -a [ce95ff4] Change template loading to use stevedore extensions
dch -a [2482246] Support loading constraints as stevedore extensions
dch -a [3cf75a1] Use auth_token_info to initialize heat_keystoneclient sessions
dch -a [a2eb685] Re-organise top-level template guide structure
dch -a [8208c64] Stop overriding CONF.default_log_levels per binary
dch -a [db0a7fe] Patch 033 migration to work w/ MySQL 5.6
dch -a [ecd6f71] Added reference to the Nova Flavor documentation.
dch -a [dcdcfcb] Fix docker volumes binds issue
debcommit
apt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piuparts
bzr builddeb -S -- -sa -us -uc
bzr builddeb -S -- -sa -us -uc
debsign -k9935ACDC heat_2014.2+git201408081223~utopic-0ubuntu1_source.changes
mk-build-deps -i -r -t apt-get -y /tmp/tmpKVttQa/heat/debian/control
sbuild -d utopic-juno -n -A heat_2014.2+git201408081223~utopic-0ubuntu1.dsc
dput ppa:openstack-ubuntu-testing/juno heat_2014.2+git201408081223~utopic-0ubuntu1_source.changes
reprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include utopic-juno heat_2014.2+git201408081223~utopic-0ubuntu1_amd64.changes
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp

Reply via email to