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 01e392d [DLAB-1594]: enabled resource termination
01e392d is described below
commit 01e392da2e32264fa9db110ef3b233591de770af
Author: leonidfrolov <[email protected]>
AuthorDate: Tue Aug 4 19:34:11 2020 +0300
[DLAB-1594]: enabled 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 033efd4..c7b94b1 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]