Skip to content

Commit

Permalink
Move all libc++ builders to one machine type.
Browse files Browse the repository at this point in the history
There are ongoing issues with the libc++ bots, some of them seem
related to a new release of the gha action runner controllers.

Until I get this figured out, it's a lot easier to have 99% of the
bots using a single machine shape
  • Loading branch information
EricWF committed Nov 20, 2023
1 parent 70f4102 commit f4c6947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/libcxx-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ env:
jobs:
stage1:
runs-on:
group: libcxx-runners-16
group: libcxx-runners-8
continue-on-error: false
strategy:
fail-fast: true
Expand Down Expand Up @@ -163,10 +163,10 @@ jobs:
machine: libcxx-runners-8
std_modules: 'ON'
- config: 'generic-asan'
machine: libcxx-runners-16
machine: libcxx-runners-8
std_modules: 'OFF'
- config: 'generic-tsan'
machine: libcxx-runners-16
machine: libcxx-runners-8
std_modules: 'OFF'
- config: 'generic-ubsan'
machine: libcxx-runners-8
Expand Down

0 comments on commit f4c6947

Please sign in to comment.