You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/03/02 10:40:46 UTC

[incubator-dlab] 02/02: [DLAB-11485]: [GCP] - SSN fail for test

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

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

commit 3b14af2d0c34d2d8635ec23c8260d2a4e1d3022b
Author: Mykola_Bodnar1 <bo...@gmail.com>
AuthorDate: Mon Mar 2 12:40:31 2020 +0200

    [DLAB-11485]: [GCP] - SSN fail for test
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py b/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py
index e95bb0d..3af1e11 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py
@@ -277,6 +277,7 @@ if __name__ == "__main__":
                    ssn_conf['network_tag'], json.dumps(ssn_conf['instance_labels']), '20', ssn_conf['service_base_name'])
         try:
             local("~/scripts/{}.py {}".format('common_create_instance', params))
+            local("~/scripts/{}.py {}".format('common_create_instance'))
         except:
             traceback.print_exc()
             raise Exception


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