Skip to content

Commit

Permalink
Removing obsolete COPU and Memory paramters from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Jan 7, 2025
1 parent 944e3ad commit 629d327
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
19 changes: 0 additions & 19 deletions ogc-application-packages/cwl_dag.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@
},
"title": "CWL Workflow URL"
},
"request_cpu": {
"description": "The number of CPU cores requested for the job",
"maxOccurs": 1,
"minOccurs": 1,
"schema": {
"type": "string"
},
"title": "Requested CPU"
},
"request_instance_type": {
"description": "The specific EC2 instance type requested for the job",
"maxOccurs": 1,
Expand All @@ -45,16 +36,6 @@
},
"title": "Requested EC2 Type"
},
"request_memory": {
"default": "8Gi",
"description": "The amount of memory requested for the job",
"maxOccurs": 1,
"minOccurs": 1,
"schema": {
"type": "string"
},
"title": "Requested Memory"
},
"request_storage": {
"description": "The amount of storage requested for the job",
"maxOccurs": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
# "test": "https://raw.githubusercontent.com/GodwinShen/emit-ghg/refs/heads/main"
# "/test/emit-ghg-test.json",
},
"request_memory": "32Gi",
"request_cpu": "8",
"request_storage": "100Gi",
# r7i.2xlarge: 8 CPUs, 64 GB memory
"request_instance_type": "r7i.2xlarge",
Expand All @@ -42,8 +40,6 @@
"dev": "https://raw.githubusercontent.com/unity-sds/"
"sbg-workflows/refs/heads/main/L1-to-L2-e2e.dev.yml",
},
"request_memory": "64Gi",
"request_cpu": "32",
"request_storage": "100Gi",
# c6i.8xlarge: 32 CPUs, 64 GB memory
"request_instance_type": "c6i.8xlarge",
Expand All @@ -58,8 +54,6 @@
"test": "https://raw.githubusercontent.com/unity-sds/sbg-workflows/main/preprocess"
"/sbg-preprocess-workflow.test.yml",
},
"request_memory": "16Gi",
"request_cpu": "4",
"request_storage": "10Gi",
# c6i.xlarge: 4vCPUs, 8 GB memory
# r7i.xlarge: 4 CPUs 32 GB memory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"cwl_args": {
"dev": "https://raw.githubusercontent.com/GodwinShen/emit-ghg/refs/heads/main/test/emit-ghg-dev.json"
},
"request_memory": "32Gi",
"request_cpu": "8",
"request_storage": "100Gi",
# r7i.2xlarge: 8 CPUs, 64 GB memory
"request_instance_type": "r7i.2xlarge",
Expand All @@ -45,8 +43,6 @@
"test": "https://raw.githubusercontent.com/unity-sds/sbg-workflows/main/preprocess"
"/sbg-preprocess-workflow.test.yml",
},
"request_memory": "16Gi",
"request_cpu": "4",
"request_storage": "10Gi",
# c6i.xlarge: 4vCPUs, 8 GB memory
# r7i.xlarge: 4 CPUs 32 GB memory
Expand All @@ -63,8 +59,6 @@
"dev": "https://raw.githubusercontent.com/unity-sds/"
"sbg-workflows/refs/heads/main/L1-to-L2-e2e.dev.yml",
},
"request_memory": "64Gi",
"request_cpu": "32",
"request_storage": "100Gi",
# c6i.8xlarge: 32 CPUs, 64 GB memory
"request_instance_type": "c6i.8xlarge",
Expand Down

0 comments on commit 629d327

Please sign in to comment.