File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 fail-fast : false
4343 matrix :
4444 include : ${{ fromJSON(needs.prepare.outputs.deploy_matrix) }}
45- runs-on : [self-hosted, Linux, X64 , "${{ matrix.runner }}"]
45+ runs-on : [self-hosted, bb-dev-selfhosted , "${{ matrix.runner }}"]
4646 steps :
4747 - name : Checkout code
4848 uses : actions/checkout@v4
6161 name : E2E Tests (post-deploy)
6262 needs : [prepare, deploy]
6363 if : ${{ needs.deploy.result == 'success' }}
64- runs-on : [self-hosted, Linux, X64 ]
64+ runs-on : [self-hosted, bb-dev-selfhosted ]
6565 env :
6666 E2E_REGEX : ${{ needs.prepare.outputs.e2e_regex }}
6767 steps :
Original file line number Diff line number Diff line change 99jobs :
1010 unit-tests :
1111 name : Unit Tests
12- runs-on : [self-hosted, Linux, X64 ]
12+ runs-on : [self-hosted, bb-dev-selfhosted ]
1313
1414 steps :
1515 - name : Checkout code
2020
2121 connectivity-tests :
2222 name : Connectivity Tests
23- runs-on : [self-hosted, Linux, X64 ]
23+ runs-on : [self-hosted, bb-dev-selfhosted ]
2424 needs : unit-tests
2525 if : ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
2626
3838
3939 integration-tests :
4040 name : Integration Tests (RPC + Sync)
41- runs-on : [self-hosted, Linux, X64 ]
41+ runs-on : [self-hosted, bb-dev-selfhosted ]
4242 needs : connectivity-tests
4343 if : ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
4444
You can’t perform that action at this time.
0 commit comments