Merge the llvm, clang, and libclc tests into a single job. This is the
most sub-projects we can test at once without running out of disk space
on the GitHub runners.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@vchuravy I had to make some changes to the concurrency groups, can you take a look and let me know if it's still going to work for you downstream branch?
.github/workflows/clang-tests.yml | ||
---|---|---|
28 | Shouldn't these workflows live under llvm/ somewhere? seems a bit weird to refer to your private repo. |
.github/workflows/clang-tests.yml | ||
---|---|---|
28 | Good catch. I had to do this for testing, but it should be changed to reference the llvm repo. |
Comment Actions
This was merged into the release/14.x branch: 0547ffef5d39c864715ba02f8f6d031f71583682
Shouldn't these workflows live under llvm/ somewhere? seems a bit weird to refer to your private repo.