Skip to content

[libc++] Switch over to the LLVM-wide premerge runners #141652

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/libcxx-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ concurrency:
jobs:
stage1:
if: github.repository_owner == 'llvm'
runs-on: libcxx-self-hosted-linux
runs-on: llvm-premerge-linux-runners
container: ghcr.io/llvm/libcxx-linux-builder:b060022103f551d8ca1dad84122ef73927c86512
continue-on-error: false
strategy:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
**/crash_diagnostics/*
stage2:
if: github.repository_owner == 'llvm'
runs-on: libcxx-self-hosted-linux
runs-on: llvm-premerge-linux-runners
container: ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254
needs: [ stage1 ]
continue-on-error: false
Expand Down Expand Up @@ -149,19 +149,19 @@ jobs:
'generic-static',
'bootstrapping-build'
]
machine: [ 'libcxx-self-hosted-linux' ]
machine: [ 'llvm-premerge-linux-runners' ]
include:
- config: 'generic-cxx26'
machine: libcxx-self-hosted-linux
machine: llvm-premerge-linux-runners
- config: 'generic-asan'
machine: libcxx-self-hosted-linux
machine: llvm-premerge-linux-runners
- config: 'generic-tsan'
machine: libcxx-self-hosted-linux
machine: llvm-premerge-linux-runners
- config: 'generic-ubsan'
machine: libcxx-self-hosted-linux
machine: llvm-premerge-linux-runners
# Use a larger machine for MSAN to avoid timeout and memory allocation issues.
- config: 'generic-msan'
machine: libcxx-self-hosted-linux
machine: llvm-premerge-linux-runners
runs-on: ${{ matrix.machine }}
container: ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254
steps:
Expand Down
243 changes: 0 additions & 243 deletions .github/workflows/libcxx-restart-preempted-jobs.yaml

This file was deleted.

Loading