You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/04/08 08:15:41 UTC

[incubator-dlab] branch develop updated: [DLAB-580] Changed shape in integration tests

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new d58afd8  [DLAB-580] Changed shape in integration tests
     new 6cfbeb5  Merge pull request #85 from Dyoma33/DLAB-580
d58afd8 is described below

commit d58afd857b0adf54060dee681f25abbe5591b604
Author: Dyoma33 <de...@gmail.com>
AuthorDate: Mon Apr 8 10:59:03 2019 +0300

    [DLAB-580] Changed shape in integration tests
---
 integration-tests/examples/gcp_templates/deeplearning/dataproc.json | 4 ++--
 integration-tests/examples/gcp_templates/jupyter/dataproc.json      | 4 ++--
 integration-tests/examples/gcp_templates/rstudio/dataproc.json      | 4 ++--
 integration-tests/examples/gcp_templates/tensor/dataproc.json       | 4 ++--
 integration-tests/examples/gcp_templates/zeppelin/dataproc.json     | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/integration-tests/examples/gcp_templates/deeplearning/dataproc.json b/integration-tests/examples/gcp_templates/deeplearning/dataproc.json
index 758104f..9130f3d 100644
--- a/integration-tests/examples/gcp_templates/deeplearning/dataproc.json
+++ b/integration-tests/examples/gcp_templates/deeplearning/dataproc.json
@@ -4,8 +4,8 @@
   "dataproc_master_count": "1",
   "dataproc_slave_count": "2",
   "dataproc_preemptible_count": "0",
-  "dataproc_master_instance_type" : "n1-standard-1",
-  "dataproc_slave_instance_type" : "n1-standard-1",
+  "dataproc_master_instance_type" : "n1-standard-2",
+  "dataproc_slave_instance_type" : "n1-standard-2",
   "dataproc_version" : "1.1",
   "notebook_name": "set notebook name",
   "template_name" : "Dataproc cluster"
diff --git a/integration-tests/examples/gcp_templates/jupyter/dataproc.json b/integration-tests/examples/gcp_templates/jupyter/dataproc.json
index 758104f..9130f3d 100644
--- a/integration-tests/examples/gcp_templates/jupyter/dataproc.json
+++ b/integration-tests/examples/gcp_templates/jupyter/dataproc.json
@@ -4,8 +4,8 @@
   "dataproc_master_count": "1",
   "dataproc_slave_count": "2",
   "dataproc_preemptible_count": "0",
-  "dataproc_master_instance_type" : "n1-standard-1",
-  "dataproc_slave_instance_type" : "n1-standard-1",
+  "dataproc_master_instance_type" : "n1-standard-2",
+  "dataproc_slave_instance_type" : "n1-standard-2",
   "dataproc_version" : "1.1",
   "notebook_name": "set notebook name",
   "template_name" : "Dataproc cluster"
diff --git a/integration-tests/examples/gcp_templates/rstudio/dataproc.json b/integration-tests/examples/gcp_templates/rstudio/dataproc.json
index 758104f..9130f3d 100644
--- a/integration-tests/examples/gcp_templates/rstudio/dataproc.json
+++ b/integration-tests/examples/gcp_templates/rstudio/dataproc.json
@@ -4,8 +4,8 @@
   "dataproc_master_count": "1",
   "dataproc_slave_count": "2",
   "dataproc_preemptible_count": "0",
-  "dataproc_master_instance_type" : "n1-standard-1",
-  "dataproc_slave_instance_type" : "n1-standard-1",
+  "dataproc_master_instance_type" : "n1-standard-2",
+  "dataproc_slave_instance_type" : "n1-standard-2",
   "dataproc_version" : "1.1",
   "notebook_name": "set notebook name",
   "template_name" : "Dataproc cluster"
diff --git a/integration-tests/examples/gcp_templates/tensor/dataproc.json b/integration-tests/examples/gcp_templates/tensor/dataproc.json
index 758104f..9130f3d 100644
--- a/integration-tests/examples/gcp_templates/tensor/dataproc.json
+++ b/integration-tests/examples/gcp_templates/tensor/dataproc.json
@@ -4,8 +4,8 @@
   "dataproc_master_count": "1",
   "dataproc_slave_count": "2",
   "dataproc_preemptible_count": "0",
-  "dataproc_master_instance_type" : "n1-standard-1",
-  "dataproc_slave_instance_type" : "n1-standard-1",
+  "dataproc_master_instance_type" : "n1-standard-2",
+  "dataproc_slave_instance_type" : "n1-standard-2",
   "dataproc_version" : "1.1",
   "notebook_name": "set notebook name",
   "template_name" : "Dataproc cluster"
diff --git a/integration-tests/examples/gcp_templates/zeppelin/dataproc.json b/integration-tests/examples/gcp_templates/zeppelin/dataproc.json
index 758104f..9130f3d 100644
--- a/integration-tests/examples/gcp_templates/zeppelin/dataproc.json
+++ b/integration-tests/examples/gcp_templates/zeppelin/dataproc.json
@@ -4,8 +4,8 @@
   "dataproc_master_count": "1",
   "dataproc_slave_count": "2",
   "dataproc_preemptible_count": "0",
-  "dataproc_master_instance_type" : "n1-standard-1",
-  "dataproc_slave_instance_type" : "n1-standard-1",
+  "dataproc_master_instance_type" : "n1-standard-2",
+  "dataproc_slave_instance_type" : "n1-standard-2",
   "dataproc_version" : "1.1",
   "notebook_name": "set notebook name",
   "template_name" : "Dataproc cluster"


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