[llvm-branch-commits] [llvm] XXX: Try to run libclang-abi-tests on Google runners (PR #72317)

Tom Stellard via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Nov 14 14:14:21 PST 2023


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 <tstellar at redhat.com>
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 }}



More information about the llvm-branch-commits mailing list