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/27 10:52:46 UTC

[incubator-dlab] branch DLAB-1987 updated (868cc35 -> 898b972)

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

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


 discard 868cc35  [DLAB-1987]: added retries in case of failure during disk prepare
     new 898b972  [DLAB-1987]: tmp disabled dataproc clusters termination

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (868cc35)
            \
             N -- N -- N   refs/heads/DLAB-1987 (898b972)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/general/lib/azure/actions_lib.py           | 34 +++++++---------------
 .../scripts/gcp/ssn_terminate_gcp_resources.py     |  2 +-
 2 files changed, 11 insertions(+), 25 deletions(-)


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


[incubator-dlab] 01/01: [DLAB-1987]: tmp disabled dataproc clusters termination

Posted by lf...@apache.org.
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

commit 898b9729bf043a21b873f29af9db70b716e0b1c4
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Aug 27 13:52:25 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 32bde01..818260e 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-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org