Don't cleanup TripleO CI Tempest resources

It's a loss of time and useless since we have no access to the machines
to debug if needed.

Change-Id: Ia4291c18c8b4fe331b0b8b09eb605abc0776f7e0
Co-Authored-By: Alex Schultz <aschultz@redhat.com>
Related-Bug: #1659065
This commit is contained in:
Emilien Macchi 2017-10-18 12:33:10 -07:00
parent 063217a051
commit 41883eff6a
4 changed files with 12 additions and 0 deletions

View File

@ -30,3 +30,6 @@ image_cache_dir_cleanup: true
# if it's changed, nothing will work
build_image_isolated: false
build_undercloud: false
# We don't need to cleanup TripleO CI
tempest_track_resources: false

View File

@ -24,3 +24,6 @@ undercloud_undercloud_nameservers:
# Commented because it has different paths on zuul v2 and v3
# Using for now the role default value - http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
#tempest_test_image_path: /opt/stack/cache/files/cirros-0.3.5-x86_64-disk.img
# We don't need to cleanup TripleO CI
tempest_track_resources: false

View File

@ -19,3 +19,6 @@ workers_args: >-
-e {{ overcloud_templates_path }}/environments/debug.yaml
overcloud_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/current-tripleo/overcloud-full.tar
ipa_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/current-tripleo/ironic-python-agent.tar
# We don't need to cleanup TripleO CI
tempest_track_resources: false

View File

@ -62,3 +62,6 @@ floating_ip_cidr: >-
#tempest_test_image_path: /opt/stack/cache/files/cirros-0.3.5-x86_64-disk.img
overcloud_image_url: http://192.168.103.253/builds-{{ release }}/current-tripleo/overcloud-full.tar
ipa_image_url: http://192.168.103.253/builds-{{ release }}/current-tripleo/ipa_images.tar
# We don't need to cleanup TripleO CI
tempest_track_resources: false