mirror of https://github.com/VLSIDA/OpenRAM.git
Each job must checkout with multiple runners
This commit is contained in:
parent
01094ae4f0
commit
96faf06b7c
|
|
@ -1,15 +1,11 @@
|
|||
name: ci
|
||||
on: [push]
|
||||
jobs:
|
||||
checkout_code:
|
||||
runs-on: self-hosted
|
||||
scn4me_subm:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
scn4me_subm:
|
||||
needs: [checkout_code]
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: SCMOS test
|
||||
run: |
|
||||
. /home/github-runner/setup-paths.sh
|
||||
|
|
@ -25,9 +21,10 @@ jobs:
|
|||
name: scn4me_subm Archives
|
||||
path: ${{ github.workspace }}/scn4me_subm_temp/*/
|
||||
freepdk45:
|
||||
needs: [checkout_code]
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
- name: FreePDK45 test
|
||||
run: |
|
||||
. /home/github-runner/setup-paths.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue