File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 # This workflow contains a single job called "build-test"
2020 build-test :
2121 # The type of runner that the job will run on Ubuntu 18.04 (latest)
22- runs-on : ubuntu-latest
22+ runs-on : self-hosted
2323
2424 # Steps represent a sequence of tasks that will be
2525 # executed as part of the job
6161 - build-test
6262
6363 # The type of runner that the job will run on Ubuntu 18.04 (latest)
64- runs-on : ubuntu-latest
64+ runs-on : self-hosted
6565
6666 # Steps represent a sequence of tasks that will be
6767 # executed as part of the job
Original file line number Diff line number Diff line change 1515# that can run sequentially or in parallel
1616jobs :
1717 run_test :
18- runs-on : ubuntu-latest
18+ runs-on : self-hosted
1919
2020 # Steps represent a sequence of tasks that will be
2121 # executed as part of the job
5050 BRANCH_NAME=${{ github.event.pull_request.head.ref }} ./run_test_container.sh
5151
5252 run_test_conda_gpu :
53- runs-on : ubuntu-latest
53+ runs-on : self-hosted
5454
5555 # Steps represent a sequence of tasks that will be
5656 # executed as part of the job
8888 ./run_test_container.sh aperturedata/aperturedb-pytorch-gpu
8989
9090 build_images :
91- runs-on : ubuntu-latest
91+ runs-on : self-hosted
9292 steps :
9393 # Checks-out your repository under $GITHUB_WORKSPACE,
9494 # so your job can access it
Original file line number Diff line number Diff line change 1919 # This workflow contains a single job called "build-test"
2020 build-test :
2121 # The type of runner that the job will run on Ubuntu 18.04 (latest)
22- runs-on : ubuntu-latest
22+ runs-on : self-hosted
2323
2424 # Steps represent a sequence of tasks that will be
2525 # executed as part of the job
5858 build_and_deploy_docs :
5959
6060 # The type of runner that the job will run on Ubuntu 18.04 (latest)
61- runs-on : ubuntu-latest
61+ runs-on : self-hosted
6262
6363 # Steps represent a sequence of tasks that will be
6464 # executed as part of the job
You can’t perform that action at this time.
0 commit comments