[PATCH] D120872: workflows: Consolidate tests to reduce the number of build jobs
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 30 09:11:12 PDT 2022
tstellar added inline comments.
================
Comment at: .github/workflows/clang-tests.yml:28
+ name: Test clang,lldb,libclc
+ uses: tstellar/llvm-project/.github/workflows/llvm-project-tests.yml at release/14.x
+ with:
----------------
thieta wrote:
> Shouldn't these workflows live under llvm/ somewhere? seems a bit weird to refer to your private repo.
Good catch. I had to do this for testing, but it should be changed to reference the llvm repo.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120872/new/
https://reviews.llvm.org/D120872
More information about the llvm-commits
mailing list