cirruslabs / cirrus-ci-agent

Agent to execute Cirrus CI tasks
Mozilla Public License 2.0
13 stars 6 forks source link

ghacache: HTTP 200 is also a good status #352

Closed edigaryev closed 6 months ago

edigaryev commented 6 months ago

In the cloud, a different code-path in the agent's HTTP cache kicks that replies with HTTP 200 instead of HTTP 201 for a successful cache upload. Handle that.

See https://cirrus-ci.com/task/6204584780103680?logs=build#L289 for more details.