Skip to content

Commit

Permalink
Back to EMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Dec 30, 2024
1 parent 5c8badb commit 1ba8648
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Feature: Execute CWL workflows using the Airflow API

Examples:
| test_case |
| SBG_PREPROCESS |
| EMIT |
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Feature: Execute CWL workflows using the OGC API

Examples:
| test_case |
| SBG_PREPROCESS |
| EMIT |
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"test": "https://raw.githubusercontent.com/unity-sds/sbg-workflows/main/preprocess"
"/sbg-preprocess-workflow.test.yml",
},
# r7i.xlarge (4 CPU, 32 GiB memory)
"request_memory": "8Gi",
"request_cpu": "4",
"request_storage": "10Gi",
# c6i.xlarge: 4vCPUs, 8 GB memory
"request_instance_type": "c6i.xlarge",
"use_ecr": False,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"test": "https://raw.githubusercontent.com/unity-sds/sbg-workflows/main/preprocess"
"/sbg-preprocess-workflow.test.yml",
},
# r7i.xlarge (4 CPU, 32 GiB memory)
"request_memory": "8Gi",
"request_cpu": "4",
"request_storage": "10Gi",
# c6i.xlarge: 4vCPUs, 8 GB memory
"request_instance_type": "c6i.xlarge",
"use_ecr": False,
},
Expand Down

0 comments on commit 1ba8648

Please sign in to comment.