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 0e32363  [DLAB-1594]: temporarily disabled resources termination in 
case if ssn configuration failure
0e32363 is described below

commit 0e32363c958125d14a19301df44289b94a93ad5f
Author: leonidfrolov <[email protected]>
AuthorDate: Tue Aug 4 10:01:44 2020 +0300

    [DLAB-1594]: temporarily disabled resources termination in case if ssn 
configuration failure
---
 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to