NASA-IMPACT / veda-pforge-job-runner

Apache Beam + EMR Serverless Job Runner for Pangeo Forge Recipes
2 stars 2 forks source link

Passing: GPCP #20

Closed ranchodeluxe closed 2 months ago

ranchodeluxe commented 6 months ago
curl -X POST \                                                                   
 -H "Accept: application/vnd.github+json" \
 -H "X-GitHub-Api-Version: 2022-11-28" \
 -H "Authorization: token blahblah" \
 https://api.github.com/repos/NASA-IMPACT/veda-pforge-job-runner/actions/workflows/job-runner.yaml/dispatches \
 -d '{"ref":"main", "inputs":{"repo":"https://github.com/ranchodeluxe/leap-pgf-example","ref":"main","prune":"1"}}'
curl -X POST \                                                                   
 -H "Accept: application/vnd.github+json" \
 -H "X-GitHub-Api-Version: 2022-11-28" \
 -H "Authorization: token blahblah" \
 https://api.github.com/repos/NASA-IMPACT/veda-pforge-job-runner/actions/workflows/job-runner.yaml/dispatches \
 -d '{"ref":"main", "inputs":{"repo":"https://github.com/ranchodeluxe/leap-pgf-example","ref":"main","prune":"0"}}'
ranchodeluxe commented 6 months ago

full dataset run works: https://github.com/NASA-IMPACT/veda-pforge-job-runner/actions/runs/7441379851