-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.toml
52 lines (41 loc) · 1.11 KB
/
project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[project]
name = "cloudless-mosaic"
version = "1.0.0"
[build]
engine = "cluster"
[build.cluster]
namespace = "eoap-dask-gateway"
serviceAccount = "kaniko-sa"
registry = "ghcr.io/eoap"
secret = "kaniko-secret"
[tools.cloudless-mosaic]
context = "cloudless-mosaic"
path = "cwl-workflows/monthly-composite.cwl#cloudless-mosaic"
[[workflows]]
path = "cwl-workflows/monthly-composite.cwl#main"
[[workflows.tests]]
name = "cloudless-mosaic-test-1"
description = "Test case 1 for cloudless-mosaic."
[workflows.tests.params]
resolution = 100
start-date = "2018-01-01"
end-date = "2020-12-31"
aoi = "-122.27508544921875,47.54687159892238,-121.96128845214844,47.745787772920934"
collection = "sentinel-2-l2a"
bands = ["nir", "red", "green"]
max_cloud_cover = 25
max_items = 1000
[workflows.tests.execution.cluster]
usage_report = "usage.json"
tool_logs_basepath = "logs"
max_ram = "4G"
max_cores = 8
pod_serviceaccount = "calrissian-sa"
dask_gateway = true
debug = true
[workflows.tests.execution.paths]
volume = "/calrissian/cloudless-mosaic"
stdout = "results.json"
stderr = "app.log"
tmp_outdir_prefix = "tmp"
outdir = "results"