[PATCH] D126506: workflows: Use new custom runners from github
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 16:20:25 PDT 2022
tstellar added inline comments.
================
Comment at: .github/workflows/libclang-abi-tests.yml:78
needs: abi-dump-setup
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04-llvm
strategy:
----------------
tstellar wrote:
> asl wrote:
> > Should be ubuntu-20.04-16x64, no?
> I created generic labels for the machines, so we can change the machine types without updating the workflow definition.
I just checked and it looks like the labels are gone now. It says that unassigned labels will be removed periodically, so maybe they were removed, because we weren't using them? I can add them back after I commit the patch, or if you think it's better, we can just use the labels provided by github.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126506/new/
https://reviews.llvm.org/D126506
More information about the llvm-commits
mailing list