Skip to content

Commit 81182a8

Browse files
committed
feat(workflow): add S1 GRD test workflow examples
- Add run-s1-test.yaml for direct kubectl submission - Update amqp-publish-s1-e2e.yaml with optimized test parameters - Use S1A item from Oct 3 for consistent testing
1 parent cbab8cc commit 81182a8

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

workflows/amqp-publish-s1-e2e.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ metadata:
77
data:
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
---
1515
apiVersion: batch/v1
1616
kind: Job
1717
metadata:
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
2023
spec:
2124
ttlSecondsAfterFinished: 300
2225
template:

workflows/run-s1-test.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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"

0 commit comments

Comments
 (0)