sigstore / root-signing-staging

Staging TUF repository for Sigstore trust root
https://tuf-repo-cdn.sigstage.dev/
Apache License 2.0
3 stars 5 forks source link

GCS Publish: Wait for CDN to invalidate #85

Closed jku closed 3 months ago

jku commented 3 months ago

"invalidate-cdn-cache" can take a long time (at least 10 mins) to finish but we want to test the published repository so would rather wait.

I believe this fixes #84.

A better fix might involve a setup without cache invalidation:

jku commented 3 months ago

I believe there must be a better fix available but this should be better than failing the test because the invalidation is still ongoing: marking ready for review

jku commented 3 months ago

Update on this:

jku commented 3 months ago

negative cache has been disabled for staging so I think I'll close this PR and remove the invalidation completely...

jku commented 3 months ago

Closing for now: let's see how #95 works