[PATCH] D120872: workflows: Consolidate tests to reduce the number of build jobs

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 08:33:48 PDT 2022


thieta 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:
----------------
Shouldn't these workflows live under llvm/ somewhere? seems a bit weird to refer to your private 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