Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWF committed Nov 28, 2023
1 parent d76cf9f commit 53adff7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/callable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/email-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
run:
runs-on: [ self-hosted ]
runs-on: [ small ]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit 53adff7

Please sign in to comment.