-
Notifications
You must be signed in to change notification settings - Fork 15.3k
[CI][Github] Switch windows to server 2022 #148743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI][Github] Switch windows to server 2022 #148743
Conversation
This patch switches the windows testing over to server 2022 by switching to the recently introduced runner set.
7a16d10 to
edcc8d3
Compare
|
@llvm/pr-subscribers-github-workflow Author: Aiden Grossman (boomanaiden154) ChangesThis patch switches the windows testing over to server 2022 by switching to the recently introduced runner set. Full diff: https://github.com/llvm/llvm-project/pull/148743.diff 2 Files Affected:
diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml
index f7a48304b82b0..ff63355222065 100644
--- a/.github/workflows/premerge.yaml
+++ b/.github/workflows/premerge.yaml
@@ -76,7 +76,7 @@ jobs:
if: >-
github.repository_owner == 'llvm' &&
(github.event_name != 'pull_request' || github.event.action != 'closed')
- runs-on: llvm-premerge-windows-runners
+ runs-on: llvm-premerge-windows-2022-runners
defaults:
run:
shell: bash
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index 3f8201fa426fe..bee1f2bb802b9 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -1,3 +1,4 @@
+# test
# See docs/CMake.html for instructions about how to build LLVM with CMake.
cmake_minimum_required(VERSION 3.20.0)
|
edcc8d3 to
f511f7a
Compare
|
https://github.com/llvm/llvm-project/actions/runs/16280173174/job/45968006482?pr=148743 is the actual workflow run. I'm working on a patch so that we run the full pipeline when we change |
|
/cherry-pick 3248a6d |
|
/pull-request #149128 |
This patch switches the windows testing over to server 2022 by switching to the recently introduced runner set. (cherry picked from commit 3248a6d)
This patch switches the windows testing over to server 2022 by switching to the recently introduced runner set.