Issue |
154155
|
Summary |
[Github][CI] Fail gracefully if we fail to upload artifacts
|
Labels |
infrastructure,
github:workflow
|
Assignees |
boomanaiden154
|
Reporter |
boomanaiden154
|
There are quite a few premerge errors that look like the following:
```
Failed to CreateArtifact: Unable to make request: ENOTFOUND If you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github
```
We should fail gracefully in these cases rather than failing the workflow. We should also probably do some investigation into why the upload step ends up failing.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs