File tree Expand file tree Collapse file tree 2 files changed +44
-3
lines changed
Expand file tree Collapse file tree 2 files changed +44
-3
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,19 @@ metadata:
77data :
88 body.json : |
99 {
10- "source_url": "https://stac.core.eopf.eodc.eu/collections/sentinel-1-l1-grd/items/S1A_IW_GRDH_1SDV_20251007T052723_20251007T052748_061315_07A653_A991 ",
11- "item_id": "S1A_IW_GRDH_20251007T052723_e2e_test ",
10+ "source_url": "https://stac.core.eopf.eodc.eu/collections/sentinel-1-l1-grd/items/S1A_IW_GRDH_1SDV_20251003T055837_20251003T055902_061257_07A400_1BF0 ",
11+ "item_id": "S1A_IW_GRDH_20251003T055837_optimized_test ",
1212 "collection": "sentinel-1-l1-grd-dp-test"
1313 }
1414 ---
1515apiVersion : batch/v1
1616kind : Job
1717metadata :
18- name : amqp-publish-s1-e2e
18+ name : amqp-publish-s1-e2e-optimized
1919 namespace : devseed-staging
20+ labels :
21+ app : amqp-publisher
22+ test : s1-e2e-optimized
2023spec :
2124 ttlSecondsAfterFinished : 300
2225 template :
Original file line number Diff line number Diff line change 1+ ---
2+ # Direct S1 GRD test workflow submission
3+ # Uses the geozarr-pipeline WorkflowTemplate
4+ #
5+ # Usage: kubectl create -f run-s1-test.yaml
6+ #
7+ apiVersion : argoproj.io/v1alpha1
8+ kind : Workflow
9+ metadata :
10+ generateName : geozarr-s1-test-
11+ namespace : devseed-staging
12+ labels :
13+ workflows.argoproj.io/workflow-template : geozarr-pipeline
14+ pipeline.eopf/collection : sentinel-1-l1-grd-dp-test
15+ pipeline.eopf/test : s1-e2e-dask
16+ spec :
17+ workflowTemplateRef :
18+ name : geozarr-pipeline
19+ arguments :
20+ parameters :
21+ - name : source_url
22+ value : " https://stac.core.eopf.eodc.eu/collections/sentinel-1-l1-grd/items/S1A_IW_GRDH_1SDV_20251005T054153_20251005T054218_061286_07A523_036F"
23+ - name : item_id
24+ value : " S1A_IW_GRDH_1SDV_20251005T054153_20251005T054218_061286_07A523_036F"
25+ - name : register_collection
26+ value : " sentinel-1-l1-grd-dp-test"
27+ - name : stac_api_url
28+ value : " https://api.explorer.eopf.copernicus.eu/stac"
29+ - name : raster_api_url
30+ value : " https://api.explorer.eopf.copernicus.eu/raster"
31+ - name : s3_endpoint
32+ value : " https://s3.de.io.cloud.ovh.net"
33+ - name : s3_output_bucket
34+ value : " esa-zarr-sentinel-explorer-fra"
35+ - name : s3_output_prefix
36+ value : " tests-output"
37+ - name : pipeline_image_version
38+ value : " v26"
You can’t perform that action at this time.
0 commit comments