Skip to content

Commit

Permalink
specify runner milan0
Browse files Browse the repository at this point in the history
  • Loading branch information
idigs authored Jan 14, 2025
1 parent 5180b91 commit 491fd15
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/onyx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:


job_setup_workdir:
runs-on: [ self-hosted ]
runs-on: [ self-hosted, milan0 ]
needs: [ job_verify_actor ]
steps:
- name: GitHub API Request
Expand All @@ -53,7 +53,7 @@ jobs:

job_build_cpu:
if: true
runs-on: [ self-hosted ]
runs-on: [ self-hosted, milan0 ]
needs: [ job_verify_actor, job_setup_workdir ]
defaults:
run:
Expand All @@ -71,7 +71,7 @@ jobs:
job_setup_spack:
if: true
runs-on: [ self-hosted ]
runs-on: [ self-hosted, milan0 ]
needs: [ job_verify_actor, job_setup_workdir ]
defaults:
run:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:

job_build_gpu:
if: true
runs-on: [ self-hosted ]
runs-on: [ self-hosted, milan0 ]
needs: [ job_verify_actor, job_setup_spack, job_setup_workdir ]
defaults:
run:
Expand All @@ -139,7 +139,7 @@ jobs:
job_test_cpu:
if: true
runs-on: [ self-hosted ]
runs-on: [ self-hosted, milan0 ]
needs: [ job_verify_actor, job_build_cpu, job_setup_workdir ]
defaults:
run:
Expand All @@ -163,7 +163,7 @@ jobs:
job_test_gpu:
if: true
runs-on: [ self-hosted ]
runs-on: [ self-hosted, milan0 ]
needs: [ job_verify_actor, job_setup_spack, job_build_gpu, job_setup_workdir ]
defaults:
run:
Expand Down

0 comments on commit 491fd15

Please sign in to comment.