Skip to content

Commit

Permalink
update to self hosted runner, refer to #100
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwart committed Dec 29, 2024
1 parent 90cdba6 commit 7c11309
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/drivers_stage1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ name: gefs_osn
jobs:
docker:
timeout-minutes: 2880
runs-on: [self-hosted]
runs-on: efi-cirrus
container:
image: eco4cast/rocker-neon4cast:latest
# limit memory to <= 45GB
options: --memory 15g
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
OSN_KEY: ${{ secrets.OSN_KEY }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/drivers_stage3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ name: gefs_osn_stage3
jobs:
docker:
timeout-minutes: 2880
runs-on: [self-hosted]
runs-on: efi-cirrus
container:
image: eco4cast/rocker-neon4cast:latest
# limit memory to <= 45GB
options: --memory 15g
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
OSN_KEY: ${{ secrets.OSN_KEY }}
Expand Down

0 comments on commit 7c11309

Please sign in to comment.