File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,23 +65,27 @@ jobs:
6565 sudo rm -rf "${GITHUB_WORKSPACE}"
6666 mkdir "${GITHUB_WORKSPACE}"
6767
68- - name : Setup SSH (Click me for login details)
69- uses : pytorch/test-infra/.github/actions/setup-ssh@main
70- with :
71- github-secret : ${{ secrets.GITHUB_TOKEN }}
68+ # - name: Setup SSH (Click me for login details)
69+ # uses: pytorch/test-infra/.github/actions/setup-ssh@main
70+ # with:
71+ # github-secret: ${{ secrets.GITHUB_TOKEN }}
7272
7373 - name : Checkout Executorch
7474 uses : actions/checkout@v3
7575
7676 - name : Setup Linux
77- uses : pytorch/test-infra/ .github/actions/setup-linux@main
77+ uses : riseproject-dev/pytorch/ .github/actions/setup-linux@build-and-test-on-riscv64
7878
7979 - name : Build docker image
8080 id : build-docker-image
8181 timeout-minutes : 145
82- uses : pytorch /test-infra/.github/actions/calculate-docker-image@main
82+ uses : riseproject-dev /test-infra/.github/actions/calculate-docker-image@build-and-test-on-riscv64
8383 with :
84+ docker-registry : rg.fr-par.scw.cloud/rise-pytorch-ci-registry
85+ docker-username : nologin
86+ docker-password : ${{ secrets.SCW_SECRET_KEY }}
8487 docker-image-name : ci-image:${{ matrix.docker-image-name }}
88+ docker-build-timeout-minutes : 1080
8589 always-rebuild : true
8690 push : true
8791 force-push : true
You can’t perform that action at this time.
0 commit comments