From 41883eff6ac7bbbe3fc7ff1111de06573b44522b Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 18 Oct 2017 12:33:10 -0700 Subject: [PATCH] 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 Related-Bug: #1659065 --- toci-quickstart/config/testenv/multinode-rdocloud.yml | 3 +++ toci-quickstart/config/testenv/multinode.yml | 3 +++ toci-quickstart/config/testenv/ovb-rdocloud.yml | 3 +++ toci-quickstart/config/testenv/ovb.yml | 3 +++ 4 files changed, 12 insertions(+) diff --git a/toci-quickstart/config/testenv/multinode-rdocloud.yml b/toci-quickstart/config/testenv/multinode-rdocloud.yml index a30f4ecc5..3eaf95bd6 100644 --- a/toci-quickstart/config/testenv/multinode-rdocloud.yml +++ b/toci-quickstart/config/testenv/multinode-rdocloud.yml @@ -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 diff --git a/toci-quickstart/config/testenv/multinode.yml b/toci-quickstart/config/testenv/multinode.yml index 87a40a333..463b3c441 100644 --- a/toci-quickstart/config/testenv/multinode.yml +++ b/toci-quickstart/config/testenv/multinode.yml @@ -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 diff --git a/toci-quickstart/config/testenv/ovb-rdocloud.yml b/toci-quickstart/config/testenv/ovb-rdocloud.yml index 02199b999..6abbc2d12 100644 --- a/toci-quickstart/config/testenv/ovb-rdocloud.yml +++ b/toci-quickstart/config/testenv/ovb-rdocloud.yml @@ -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 diff --git a/toci-quickstart/config/testenv/ovb.yml b/toci-quickstart/config/testenv/ovb.yml index 910d89b46..bc3dc58d8 100644 --- a/toci-quickstart/config/testenv/ovb.yml +++ b/toci-quickstart/config/testenv/ovb.yml @@ -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