oda-hub / oda-bot

0 stars 0 forks source link

Separate backend deployment status and frontend tab status #30

Open dsavchenko opened 10 months ago

dsavchenko commented 10 months ago

stage_failed added to status by https://github.com/oda-hub/oda-bot/pull/31 TODO: add logic to only try to regenerate the frontend tab without rebuilding the backend

volodymyrss commented 7 months ago

what's the status of this, @dsavchenko ?

dsavchenko commented 7 months ago

The idea of this is to record the stage of deployment, which was failed (this is done) and start from it the next time (to avoid e.g. unnecessary rebuilds of container). This logic is not implemented, but the priority is rather low, because problems mostly occur when building the container, later stages fail rarely.