Skip to content
Snippets Groups Projects
Commit 8f659030 authored by Andres Luhamaa's avatar Andres Luhamaa
Browse files

temporary save

parent 767c4660
No related branches found
No related tags found
No related merge requests found
......@@ -61,12 +61,12 @@ Parameters:
DaskWorkerGitSourceRepo:
Type: String
Description: GitHub Repository for building the container image for the Dask workers
Default: amazon-asdi
Default: amazon-asdi-adaptest
DaskWorkerGitHubOrg:
Type: String
Description: GitHub organization for Dask Worker repository
Default: awslabs
Default: aluhamaa
DaskWorkerGitSourceBranch:
Type: String
......@@ -79,12 +79,12 @@ Parameters:
EnvironmentTemplateLocation:
Type: String
Default: https://adaptest-cluster.s3.amazonaws.com/dask-environment.yaml
Default: https://adaptest-cluster.s3.amazonaws.com/v2_s3/v2/dask-environment.yaml
Description: Location of the Dask environment CloudFormation template
PipelineTemplateLocation:
Type: String
Default: https://adaptest-cluster.s3.amazonaws.com/dask-pipeline.yaml
Default: https://adaptest-cluster.s3.amazonaws.com/v2_s3/v2/dask-pipeline.yaml
Description: Location of the Dask pipeline CloudFormation template
UseLocalTemplates:
......@@ -109,7 +109,7 @@ Parameters:
- '1'
- '2'
- '4'
Default: '1'
Default: '2'
Description: Number of vCPUs to allocate to each dask worker task
DaskWorkerMemory:
......@@ -119,7 +119,7 @@ Parameters:
- '4096'
- '8192'
- '16384'
Default: '8192'
Default: '16384'
Description: Amount of memory in MiB to allocate to each dask worker task
Mappings:
......
......@@ -11,12 +11,12 @@ Parameters:
DaskWorkerGitSourceRepo:
Type: String
Description: GitHub Repository for building the container image for the Dask workers
Default: amazon-asdi
Default: amazon-asdi-adaptest
DaskWorkerGitHubOrg:
Type: String
Description: GitHub organization for Dask Worker repository
Default: awslabs
Default: aluhamaa
DaskWorkerGitSourceBranch:
Type: String
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment