From f4c6947a18d5c07d5743eb435c2854e61804ad24 Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 20 Nov 2023 14:48:24 -0500 Subject: [PATCH] Move all libc++ builders to one machine type. 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 --- .github/workflows/libcxx-build-and-test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml index 1245dfc09411a8..905906a1c75c93 100644 --- a/.github/workflows/libcxx-build-and-test.yaml +++ b/.github/workflows/libcxx-build-and-test.yaml @@ -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 @@ -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