5050 runner : linux.arm64.2xlarge
5151 - docker-image-name : executorch-ubuntu-22.04-gcc11-aarch64-arm-sdk
5252 runner : linux.arm64.2xlarge
53+ - docker-image-name : executorch-ubuntu-24.04-gcc14-riscv64
54+ runner : linux.riscv64.xlarge
5355 - docker-image-name : executorch-ubuntu-22.04-cuda-windows
5456 runner : linux.g5.4xlarge.nvidia.gpu
5557
@@ -65,26 +67,29 @@ jobs:
6567 mkdir "${GITHUB_WORKSPACE}"
6668
6769 - name : Setup SSH (Click me for login details)
68- uses : pytorch /test-infra/.github/actions/setup-ssh@main
70+ uses : riseproject-dev /test-infra/.github/actions/setup-ssh@main
6971 with :
7072 github-secret : ${{ secrets.GITHUB_TOKEN }}
7173
7274 - name : Checkout Executorch
7375 uses : actions/checkout@v3
7476
7577 - name : Setup Linux
76- uses : pytorch /test-infra/.github/actions/setup-linux@main
78+ uses : riseproject-dev /test-infra/.github/actions/setup-linux@main
7779
7880 - name : Build docker image
7981 id : build-docker-image
8082 timeout-minutes : 145
81- uses : pytorch/test-infra/.github/actions/calculate-docker-image@main
83+ uses : riseproject-dev/test-infra/.github/actions/calculate-docker-image@main
84+ env :
85+ SCW_SECRET_KEY : ${{ secrets.SCW_SECRET_KEY }}
8286 with :
87+ docker-registry : rg.fr-par.scw.cloud/rise-pytorch-ci-registry
8388 docker-image-name : ci-image:${{ matrix.docker-image-name }}
8489 always-rebuild : true
8590 push : true
8691 force-push : true
8792
8893 - name : Teardown Linux
89- uses : pytorch /test-infra/.github/actions/teardown-linux@main
94+ uses : riseproject-dev /test-infra/.github/actions/teardown-linux@main
9095 if : always()
0 commit comments