File tree Expand file tree Collapse file tree 2 files changed +19
-14
lines changed
examples/simple_composer_env_v3 Expand file tree Collapse file tree 2 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ steps:
4444 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
4545 args : ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV3Module --stage verify --verbose']
4646
47+ - id : destroy-all
48+ waitFor :
49+ - verify-simple-composer-env-v3
50+ name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
51+ args : ['/bin/bash', '-c', 'cft test run all --stage destroy --verbose']
4752
4853tags :
4954- ' ci'
Original file line number Diff line number Diff line change @@ -56,36 +56,36 @@ module "simple-composer-environment" {
5656 enable_private_builds_only = true
5757
5858 scheduler = {
59- cpu = 0.5
60- memory_gb = 1
61- storage_gb = 1
59+ cpu = 1
60+ memory_gb = 4
61+ storage_gb = 5
6262 count = 2
6363 }
6464
6565 dag_processor = {
66- cpu = 0.5
67- memory_gb = 1
68- storage_gb = 1
66+ cpu = 2
67+ memory_gb = 7.5
68+ storage_gb = 5
6969 count = 2
7070 }
7171
7272 web_server = {
73- cpu = 0.5
74- memory_gb = 1
75- storage_gb = 1
73+ cpu = 2
74+ memory_gb = 7.5
75+ storage_gb = 5
7676 }
7777
7878 worker = {
79- cpu = 0.5
80- memory_gb = 1
81- storage_gb = 1
79+ cpu = 2
80+ memory_gb = 7.5
81+ storage_gb = 5
8282 min_count = 2
83- max_count = 3
83+ max_count = 6
8484 }
8585
8686 triggerer = {
8787 cpu = 1
88- memory_gb = 1
88+ memory_gb = 4
8989 count = 2
9090 }
9191
You can’t perform that action at this time.
0 commit comments