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
|
name: ci
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
checkout_code:
|
scn4me_subm:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
scn4me_subm:
|
|
||||||
needs: [checkout_code]
|
|
||||||
runs-on: self-hosted
|
|
||||||
steps:
|
|
||||||
- name: SCMOS test
|
- name: SCMOS test
|
||||||
run: |
|
run: |
|
||||||
. /home/github-runner/setup-paths.sh
|
. /home/github-runner/setup-paths.sh
|
||||||
|
|
@ -25,9 +21,10 @@ jobs:
|
||||||
name: scn4me_subm Archives
|
name: scn4me_subm Archives
|
||||||
path: ${{ github.workspace }}/scn4me_subm_temp/*/
|
path: ${{ github.workspace }}/scn4me_subm_temp/*/
|
||||||
freepdk45:
|
freepdk45:
|
||||||
needs: [checkout_code]
|
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v1
|
||||||
- name: FreePDK45 test
|
- name: FreePDK45 test
|
||||||
run: |
|
run: |
|
||||||
. /home/github-runner/setup-paths.sh
|
. /home/github-runner/setup-paths.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue