From 53adff7430136ac720d3ce8f7376d3992d6564e6 Mon Sep 17 00:00:00 2001 From: eric <1176427+EricWF@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:24:15 -0500 Subject: [PATCH] changes --- .github/workflows/callable.yaml | 6 +++--- .github/workflows/email-test2.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/callable.yaml b/.github/workflows/callable.yaml index ff42675..e68a46c 100644 --- a/.github/workflows/callable.yaml +++ b/.github/workflows/callable.yaml @@ -47,7 +47,7 @@ env: jobs: stage1: if: github.repository_owner == 'llvm' && ${{ contains(github.event.inputs.run_stages, 1) }} - runs-on: self-hosted + runs-on: rizzo-runner-64-set continue-on-error: false strategy: fail-fast: true @@ -88,7 +88,7 @@ jobs: **/crash_diagnostics/* stage2: if: github.repository_owner == 'llvm' && ${{ contains(github.event.inputs.run_stages, 2) }} - runs-on: self-hosted + runs-on: rizzo-runner-64-set needs: [ stage1 ] continue-on-error: false strategy: @@ -182,7 +182,7 @@ jobs: - config: 'generic-msan' machine: libcxx-runners-32 std_modules: 'OFF' - runs-on: self-hosted + runs-on: rizzo-runner-64-set steps: - uses: actions/checkout@v4 - name: ${{ matrix.config }} diff --git a/.github/workflows/email-test2.yaml b/.github/workflows/email-test2.yaml index e9aac45..4bb3945 100644 --- a/.github/workflows/email-test2.yaml +++ b/.github/workflows/email-test2.yaml @@ -7,7 +7,7 @@ permissions: jobs: run: - runs-on: [ self-hosted ] + runs-on: [ small ] steps: - uses: actions/checkout@v4 with: @@ -43,7 +43,7 @@ jobs: # Check if the PR has label libcxx-stage3-tests if: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'libcxx-stage3-tests') }} needs: [ run ] - runs-on: [ self-hosted ] + runs-on: [ small ] steps: - run: | echo "The name of the pusher: ${{ github.event.pusher.name }}"