From 861fb7ef87bf9c20ee7a4c1632e3852681cc8ef4 Mon Sep 17 00:00:00 2001 From: Raymond Kim <109366641+tt-rkim@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:02:03 -0400 Subject: [PATCH] #0: Direct build jobs for RelWithDebInfo onto in-service runners (#12960) --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 58c0b24bdf6..3fc50de5c83 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,7 +10,7 @@ jobs: matrix: build: [ {type: Debug, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: ubuntu-20.04, os: ubuntu-20.04}, - {type: RelWithDebInfo, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: build, os: ubuntu-20.04}, + {type: RelWithDebInfo, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: [build, in-service], os: ubuntu-20.04}, # {type: Debug, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: ubuntu-22.04}, # {type: RelWithDebInfo, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: ubuntu-22.04}, # {type: Release, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: ubuntu-22.04}, @@ -46,7 +46,7 @@ jobs: cmake --build build --target tests - name: Check disk space run: | - df -h + df -h - uses: ./.github/actions/slack-report if: ${{ failure() }} with: