From 608c3fb612d27f8f70fb8cf7de7c5fc74dc83085 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Mon, 14 May 2018 21:03:48 +0300 Subject: [PATCH] Revert "temp workaround to bring ci gates back online" This reverts commit 74131279c79818922a1e7a9eed4937056bb17756. And reverts commit d45d33e943618e202a5d5c7d5dbd28690fa636ff Depends-On: I764bc9a368e63a9aa82ec5503bcd3a9c7c6f4e25 Change-Id: I4c276fd628d1ea14195220c89f28873f0889ffba --- toci-quickstart/config/testenv/multinode.yml | 3 +-- toci-quickstart/config/testenv/ovb-rdocloud.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/toci-quickstart/config/testenv/multinode.yml b/toci-quickstart/config/testenv/multinode.yml index 032df4e58..d596cfef9 100644 --- a/toci-quickstart/config/testenv/multinode.yml +++ b/toci-quickstart/config/testenv/multinode.yml @@ -33,8 +33,7 @@ tempest_track_resources: false undercloud_undercloud_cleanup: false # Container update settings -#update_containers: "{% if containerized_overcloud|bool %}true{% endif %}" -update_containers: false +update_containers: "{% if containerized_overcloud|bool %}true{% endif %}" #build-test packages artg_repos_dir: /home/zuul/src/git.openstack.org/openstack diff --git a/toci-quickstart/config/testenv/ovb-rdocloud.yml b/toci-quickstart/config/testenv/ovb-rdocloud.yml index 0d1d2675e..76d813af2 100644 --- a/toci-quickstart/config/testenv/ovb-rdocloud.yml +++ b/toci-quickstart/config/testenv/ovb-rdocloud.yml @@ -30,8 +30,7 @@ docker_registry_namespace: "tripleo{{ release }}" tempest_test_image_path: /opt/cache/files/cirros-0.3.5-x86_64-disk.img # Container update settings -#update_containers: "{% if containerized_overcloud|bool %}true{% endif %}" -update_containers: false +update_containers: "{% if containerized_overcloud|bool %}true{% endif %}" # We don't need to cleanup TripleO CI tempest_track_resources: false