https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/72317
>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 1/2] 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 }} >From 91ef46a588e67ff7543a675b327ca5afc94551ad Mon Sep 17 00:00:00 2001 From: Tom Stellard <[email protected]> Date: Tue, 14 Nov 2023 14:14:59 -0800 Subject: [PATCH 2/2] Remove repo-lockdown --- .github/workflows/repo-lockdown.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/repo-lockdown.yml diff --git a/.github/workflows/repo-lockdown.yml b/.github/workflows/repo-lockdown.yml deleted file mode 100644 index 62914e2fe5c5710..000000000000000 --- a/.github/workflows/repo-lockdown.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: 'Repo Lockdown' -on: - pull_request_target: - types: opened - paths-ignore: - - 'libcxx/**' - - 'libcxxabi/**' - - 'libunwind/**' - - 'runtimes/**' - - 'lldb/**' - -permissions: - pull-requests: write - -jobs: - action: - runs-on: ubuntu-latest - if: github.repository == 'llvm/llvm-project' - steps: - - uses: dessant/repo-lockdown@v3 - with: - process-only: 'prs' - pr-comment: > - This repository does not accept pull requests. - Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
