PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

Clean up arm job when run again #3532

Closed wolfgangwalther closed 1 month ago

wolfgangwalther commented 1 month ago

The following scenario just happend:

Now.. the cleanup will not happen anymore, so the build directory will be kept forever.

laurenceisla commented 1 month ago

Ah, so something like this?

1st CI run: Arm build :x: -> Clean up job :white_check_mark: 2nd CI run: Arm build :white_check_mark: -> Clean up job :no_entry_sign:

But I think the cleanup still ran, there's no directory in the server right now, or did you delete it manually? It should still trigger when it's rerun due to the dependency.

wolfgangwalther commented 1 month ago

It should still trigger when it's rerun due to the dependency.

Ah, that could in fact be true. I didn't really observe this, it was more of an assumption. When I triggered the re-run of the failed job via "run all failed jobs", I assumed the already passed cleanup job wouldn't run again.

But I think the cleanup still ran, there's no directory in the server right now

Thanks for confirming.