Skip to content

Commit

Permalink
Merge pull request #15 from sarchlab/update_action_runner
Browse files Browse the repository at this point in the history
Use Marin as action runners
  • Loading branch information
syifan authored Oct 4, 2023
2 parents 115a0dd + 04788f5 commit 34671b1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/mgpusim_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on: [push, pull_request]
jobs:
compile:
name: Compile
runs-on: ubuntu-latest
runs-on:
group: Marin
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -20,7 +21,8 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-latest
runs-on:
group: Marin
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -38,7 +40,8 @@ jobs:

unit_test:
name: Unit Test
runs-on: ubuntu-latest
runs-on:
group: Marin
needs: [compile, lint]
steps:
- name: Checkout
Expand All @@ -57,7 +60,8 @@ jobs:

deterministicity_test:
name: Deterministicity Test
runs-on: ubuntu-latest
runs-on:
group: Marin
needs: [unit_test]
steps:
- name: Checkout
Expand All @@ -83,7 +87,8 @@ jobs:

single_gpu_acceptance_test:
name: Single GPU Acceptance Test
runs-on: ubuntu-latest
runs-on:
group: Marin
needs: [unit_test]
steps:
- name: Checkout
Expand Down

0 comments on commit 34671b1

Please sign in to comment.