This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DLAB-1987
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 898b9729bf043a21b873f29af9db70b716e0b1c4
Author: leonidfrolov <frolovl...@gmail.com>
AuthorDate: Thu Aug 27 13:52:25 2020 +0300

    [DLAB-1987]: tmp disabled dataproc clusters termination
---
 .../src/general/scripts/gcp/ssn_terminate_gcp_resources.py              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
 
b/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
index 32bde01..818260e 100644
--- 
a/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
+++ 
b/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
@@ -47,7 +47,7 @@ if __name__ == "__main__":
         labels = [
             {'sbn': args.service_base_name}
         ]
-        clusters_list = meta_lib.GCPMeta().get_dataproc_list(labels)
+        #clusters_list = meta_lib.GCPMeta().get_dataproc_list(labels)
         if clusters_list:
             for cluster_name in clusters_list:
                 actions_lib.GCPActions().delete_dataproc_cluster(cluster_name, 
args.region)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to