2626
2727jobs :
2828 check-label :
29- runs-on : [self-hosted, type-ccx13, in-hel1 ]
29+ runs-on : [self-hosted, type-ccx13]
3030 outputs :
3131 skip-bittensor-e2e-tests : ${{ steps.get-labels.outputs.skip-bittensor-e2e-tests }}
3232 steps :
5757 find-btcli-e2e-tests :
5858 needs : check-label
5959 if : needs.check-label.outputs.skip-bittensor-e2e-tests == 'false'
60- runs-on : [self-hosted, type-ccx13, in-hel1 ]
60+ runs-on : [self-hosted, type-ccx13]
6161 outputs :
6262 test-files : ${{ steps.get-btcli-tests.outputs.test-files }}
6363 steps :
8484 find-sdk-e2e-tests :
8585 needs : check-label
8686 if : needs.check-label.outputs.skip-bittensor-e2e-tests == 'false'
87- runs-on : [self-hosted, type-ccx13, in-hel1 ]
87+ runs-on : [self-hosted, type-ccx13]
8888 outputs :
8989 test-files : ${{ steps.get-sdk-tests.outputs.test-files }}
9090 steps :
@@ -110,7 +110,7 @@ jobs:
110110
111111 build-image-with-current-branch :
112112 needs : check-label
113- runs-on : [self-hosted, type-ccx33, in-hel1 ]
113+ runs-on : [self-hosted, type-ccx33]
114114 steps :
115115 - name : Checkout code
116116 uses : actions/checkout@v4
@@ -148,7 +148,7 @@ jobs:
148148 - find-btcli-e2e-tests
149149 - build-image-with-current-branch
150150 if : needs.check-label.outputs.skip-bittensor-e2e-tests == 'false'
151- runs-on : [self-hosted, type-ccx13, in-hel1 ]
151+ runs-on : [self-hosted, type-ccx13]
152152 strategy :
153153 fail-fast : false
154154 max-parallel : 16
@@ -248,7 +248,7 @@ jobs:
248248 - find-sdk-e2e-tests
249249 - build-image-with-current-branch
250250 if : needs.check-label.outputs.skip-bittensor-e2e-tests == 'false'
251- runs-on : [self-hosted, type-ccx13, in-hel1 ]
251+ runs-on : [self-hosted, type-ccx13]
252252 strategy :
253253 fail-fast : false
254254 max-parallel : 16
0 commit comments