Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:

remote-connect:
name: Remote connect testing and coverage - Mechanical ${{ matrix.mechanical-version }}
runs-on: public-ubuntu-latest-8-cores
runs-on: public-ubuntu-latest-16-cores
needs: [style, revn-variations, config-matrix]
continue-on-error: ${{ matrix.experimental }}
strategy:
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:

embedding-tests:
name: Embedding testing and coverage
runs-on: ubuntu-latest
runs-on: public-ubuntu-latest-16-cores
timeout-minutes: 30
needs: [revn-variations, test-container-info, container-stability-check, smoke-tests]
container:
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:

embedding-scripts-tests:
name: Embedding scripts testing and coverage
runs-on: ubuntu-latest
runs-on: public-ubuntu-latest-16-cores
timeout-minutes: 30
needs: [smoke-tests, revn-variations, test-container-info]
container:
Expand Down Expand Up @@ -493,7 +493,7 @@ jobs:

launch-tests:
name: Launch testing and coverage
runs-on: public-ubuntu-latest-8-cores
runs-on: public-ubuntu-latest-16-cores
timeout-minutes: 30
container:
image: ${{ needs.revn-variations.outputs.test_container }}
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:

doc-build:
name: Documentation
runs-on: public-ubuntu-latest-8-cores
runs-on: public-ubuntu-latest-16-cores
timeout-minutes: 30
container:
image: ${{ needs.revn-variations.outputs.test_container }}
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/1377.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update runners