Skip to content

Commit

Permalink
Use linux.large.arc for stale workflow (pytorch#115440)
Browse files Browse the repository at this point in the history
* Try linux.large.arc for stale workflow

* Run stale workflow on PR changes

* Added arc runner lable to the list of self hosted runners

* Added concurency linux-job

* Cleanup

* Added workflow_dispatch for testing purpose
  • Loading branch information
DanilBaibak authored Dec 12, 2023
1 parent 7350dcb commit dadb369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ self-hosted-runner:
- linux.20_04.4x
- linux.20_04.16x
- linux.large
- linux.large.arc
- linux.2xlarge
- linux.4xlarge
- linux.12xlarge
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ on:
schedule:
# Run hourly.
- cron: 30 * * * *
workflow_dispatch:

jobs:
stale:
if: ${{ github.repository == 'pytorch/pytorch' }}
runs-on: ubuntu-latest
runs-on: linux.large.arc

steps:
- uses: actions/github-script@v6
Expand Down

0 comments on commit dadb369

Please sign in to comment.