-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
If you are reporting any crash or any potential security issue, do not
open an issue in this repo. Please report the issue via emailing
envoy-security@googlegroups.com where the issue will be triaged appropriately.
CI: Coverage pages 404
Description:
What issue is being seen? Describe what should be happening instead of
the bug, for example: Envoy should not crash, the expected value isn't
returned, etc.
404 when going to GCS bucket for coverage report using the link given by CI.
Repro steps:
Go to recent coverage CI output to see the uploaded coverage report. For example: #23935, we'd get linked to https://storage.googleapis.com/envoy-pr/87dbffb/coverage/index.html which encounters the error below:
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Details>No such object: envoy-pr/87dbffb/coverage/index.html</Details>
</Error>
Reactions are currently unavailable