https://github.com/tstellar created 
https://github.com/llvm/llvm-project/pull/72317

Test pull request to try out self-hosted runners in gcoud.

>From cecf9a5804f597f9518a1adc015f98b064010e6f Mon Sep 17 00:00:00 2001
From: Tom Stellard <[email protected]>
Date: Tue, 14 Nov 2023 14:12:14 -0800
Subject: [PATCH] XXX: Try to run libclang-abi-tests on Google runners

---
 .github/workflows/libclang-abi-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/libclang-abi-tests.yml 
b/.github/workflows/libclang-abi-tests.yml
index 155a1fcda7b3a75..48038b026e9e523 100644
--- a/.github/workflows/libclang-abi-tests.yml
+++ b/.github/workflows/libclang-abi-tests.yml
@@ -29,7 +29,7 @@ concurrency:
 jobs:
   abi-dump-setup:
     if: github.repository_owner == 'llvm'
-    runs-on: ubuntu-latest
+    runs-on: arc-google-linux
     outputs:
       BASELINE_REF: ${{ steps.vars.outputs.BASELINE_REF }}
       ABI_HEADERS: ${{ steps.vars.outputs.ABI_HEADERS }}

_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to