actions icon indicating copy to clipboard operation
actions copied to clipboard

Actions failing - Unexpected HTTP response: 404

Open anoutsider opened this issue 4 years ago • 3 comments

It seems that all actions have been failing for the past few hours, this is due to the binaries download urls no longer existing, as far as i can tell there is no way to skip the binary install step or pass it an existing binary, so this is currently affecting all our workflows.

Response from https://storage.yandexcloud.net/werf/targets/releases/v1.2.26/werf-linux-amd64-v1.2.26 image

image

There needs to be a way to install the binary separately to avoid cases like this moving forward.. as it stands now all of our workflows are dead with no way to fix them.

anoutsider avatar Oct 08 '21 18:10 anoutsider

The problem has now been resolved and I will come back with comments a little later.

I'm sorry for the downtime.

alexey-igrychev avatar Oct 08 '21 18:10 alexey-igrychev

No worries, thanks for the update

Looking at the code it shouldn't be too hard to allow passing a binary path with exists checks, and on top of that probably move to the trdl/turf release urls.

Can confirm our workflows are working now

anoutsider avatar Oct 08 '21 18:10 anoutsider

Currently, we are working on the transition from multiwerf to trdl (https://github.com/werf/werf/issues/3674). As a result, actions will use trdl under the hood.

alexey-igrychev avatar Oct 11 '21 16:10 alexey-igrychev