You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/08/04 12:06:51 UTC

[incubator-dlab] branch DLAB-1594-2 updated: [DLAB-1594]: tmp disabled resource termination

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

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


The following commit(s) were added to refs/heads/DLAB-1594-2 by this push:
     new 53ae0d1  [DLAB-1594]: tmp disabled resource termination
53ae0d1 is described below

commit 53ae0d1658965a92d896daf45dda8d7db8fe1da7
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Aug 4 15:06:35 2020 +0300

    [DLAB-1594]: tmp disabled resource termination
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
index c7b94b1..033efd4 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
@@ -193,7 +193,7 @@ if __name__ == "__main__":
             raise Exception
     except Exception as err:
         dlab.fab.dlab.fab.append_result("Failed configuring ssn.", str(err))
-        clear_resources()
+        #clear_resources()
         sys.exit(1)
 
     try:


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