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


The following commit(s) were added to refs/heads/DLAB-1987 by this push:
     new 7b4ccb1  [DLAB-1987]: tmp disabled dataproc clusters termination
7b4ccb1 is described below

commit 7b4ccb1d4d5153a6d0713640c158130ba5cfed5f
Author: leonidfrolov <frolovl...@gmail.com>
AuthorDate: Thu Aug 27 13:56:13 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 818260e..daa1af9 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