pangeo-forge / pangeo-smithy

The tool for managing pangeo-forge feedstocks.
5 stars 3 forks source link

Tracking flow status after execution #10

Open jhamman opened 4 years ago

jhamman commented 4 years ago

Our current setup in our demo-feedstock (https://github.com/pangeo-forge/terraclimate-feedstock/commit/a9229cbadcca313760e02302085fef3d0f1b6346) is using GitHub actions to run a recipes Prefect flow. The flow run step (prefect run flow ...) is working but exits once the flow is delivered to the prefect agent. This leads to a situation where the CI reports a successful deployment before the flow is actually executed.

So we need some way to track the flow's deployment status, in addition to the CI execution. Some ideas discussed on today's call were: