[PATCH] D126506: workflows: Use new custom runners from github

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 16:16:08 PDT 2022


tstellar created this revision.
tstellar added a reviewer: asl.
Herald added a subscriber: jvesely.
Herald added a project: All.
tstellar requested review of this revision.
Herald added a project: LLVM.

Github now provides custom runners for us to use with more CPU,
memory, and disk, so we are switching from the default runners
to 8 core runners for Linux and Windows.  This change also allows
us to consolidate jobs now that we have runners with more disk space.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126506

Files:
  .github/workflows/clang-tests.yml
  .github/workflows/libclang-abi-tests.yml
  .github/workflows/libclc-tests.yml
  .github/workflows/lld-tests.yml
  .github/workflows/lldb-tests.yml
  .github/workflows/llvm-project-tests.yml
  .github/workflows/llvm-tests.yml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126506.432404.patch
Type: text/x-patch
Size: 3980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220526/03b86dfb/attachment.bin>


More information about the llvm-commits mailing list