This is an automated email from the ASF dual-hosted git repository. ioleksandr 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 4c04126 [DLAB-580] Removed n1-standard-1 shape from Dataproc jenkins job new 55cd899 Merge pull request #96 from Dyoma33/DLAB-580 4c04126 is described below commit 4c04126d44dd073ff9e099b36696c9eedee98a5d Author: Dyoma33 <demian.mysakove...@gmail.com> AuthorDate: Fri Apr 12 14:20:20 2019 +0300 [DLAB-580] Removed n1-standard-1 shape from Dataproc jenkins job --- .../templates/gcp/jenkins_jobs/create_dataengine-service/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure-provisioning/src/general/templates/gcp/jenkins_jobs/create_dataengine-service/config.xml b/infrastructure-provisioning/src/general/templates/gcp/jenkins_jobs/create_dataengine-service/config.xml index 29547eb..a1d2393 100644 --- a/infrastructure-provisioning/src/general/templates/gcp/jenkins_jobs/create_dataengine-service/config.xml +++ b/infrastructure-provisioning/src/general/templates/gcp/jenkins_jobs/create_dataengine-service/config.xml @@ -49,12 +49,12 @@ under the License. <hudson.model.StringParameterDefinition> <name>master_instance_type</name> <description>Shape of master node</description> - <defaultValue>n1-standard-1</defaultValue> + <defaultValue>n1-standard-2</defaultValue> </hudson.model.StringParameterDefinition> <hudson.model.StringParameterDefinition> <name>slave_instance_type</name> <description>Shape of slave nodes</description> - <defaultValue>n1-standard-1</defaultValue> + <defaultValue>n1-standard-2</defaultValue> </hudson.model.StringParameterDefinition> <hudson.model.StringParameterDefinition> <name>master_count</name> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org