|
@@ -23,7 +23,7 @@ jobs: |
|
|
runs-on: self-hosted |
|
|
runs-on: self-hosted |
|
|
needs: [check-commit] |
|
|
needs: [check-commit] |
|
|
container: |
|
|
container: |
|
|
image: localhost:5000/megengine-ci:v1 |
|
|
|
|
|
|
|
|
image: mcd.io/mcd-apps/megengine-ci:v1 |
|
|
env: |
|
|
env: |
|
|
FTP_URL_PREFIX: ${{ secrets.FTP_URL_PREFIX }} |
|
|
FTP_URL_PREFIX: ${{ secrets.FTP_URL_PREFIX }} |
|
|
steps: |
|
|
steps: |
|
@@ -49,7 +49,7 @@ jobs: |
|
|
runs-on: self-hosted |
|
|
runs-on: self-hosted |
|
|
needs: [check-commit] |
|
|
needs: [check-commit] |
|
|
container: |
|
|
container: |
|
|
image: localhost:5000/megengine-ci:v1 |
|
|
|
|
|
|
|
|
image: mcd.io/mcd-apps/megengine-ci:v1 |
|
|
volumes: |
|
|
volumes: |
|
|
- /usr/local/cuda-10.1-cudnn-7.6.3-trt-6.0.1.5-libs:/usr/local/cuda-10.1-cudnn-7.6.3-trt-6.0.1.5-libs |
|
|
- /usr/local/cuda-10.1-cudnn-7.6.3-trt-6.0.1.5-libs:/usr/local/cuda-10.1-cudnn-7.6.3-trt-6.0.1.5-libs |
|
|
options: --gpus all --shm-size 1g |
|
|
options: --gpus all --shm-size 1g |
|
@@ -80,7 +80,7 @@ jobs: |
|
|
runs-on: self-hosted |
|
|
runs-on: self-hosted |
|
|
needs: [cpu-test, gpu-test] |
|
|
needs: [cpu-test, gpu-test] |
|
|
container: |
|
|
container: |
|
|
image: localhost:5000/megengine-ci:v1 |
|
|
|
|
|
|
|
|
image: mcd.io/mcd-apps/megengine-ci:v1 |
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout MegEngine |
|
|
- name: Checkout MegEngine |
|
|
uses: actions/checkout@v2 |
|
|
uses: actions/checkout@v2 |
|
|