mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Change libc++ builder group name to match what I am using in the infra
Also change over to using group names instead of specific runner names. This will prevent future downtime.
This commit is contained in:
11
.github/workflows/libcxx-build-and-test.yaml
vendored
11
.github/workflows/libcxx-build-and-test.yaml
vendored
@@ -43,7 +43,8 @@ env:
|
||||
|
||||
jobs:
|
||||
stage1:
|
||||
runs-on: libcxx-runners-16
|
||||
runs-on:
|
||||
group: libcxx-runners-16
|
||||
continue-on-error: false
|
||||
strategy:
|
||||
fail-fast: true
|
||||
@@ -80,7 +81,8 @@ jobs:
|
||||
**/CMakeOutput.log
|
||||
**/crash_diagnostics/*
|
||||
stage2:
|
||||
runs-on: libcxx-runners-8
|
||||
runs-on:
|
||||
group: libcxx-runners-8
|
||||
needs: [ stage1 ]
|
||||
continue-on-error: false
|
||||
strategy:
|
||||
@@ -171,9 +173,10 @@ jobs:
|
||||
std_modules: 'OFF'
|
||||
# Use a larger machine for MSAN to avoid timeout and memory allocation issues.
|
||||
- config: 'generic-msan'
|
||||
machine: libcxx-runners-30
|
||||
machine: libcxx-runners-32
|
||||
std_modules: 'OFF'
|
||||
runs-on: ${{ matrix.machine }}
|
||||
runs-on:
|
||||
group: ${{ matrix.machine }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: ${{ matrix.config }}
|
||||
|
||||
Reference in New Issue
Block a user