Skip to content

Commit 3ddf040

Browse files
committed
ci: enabling ci-2 runner on all workflows
1 parent a51b5a3 commit 3ddf040

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,7 @@ jobs:
161161
testing-windows:
162162
name: Testing and coverage (Windows)
163163
needs: [smoke-tests, manifests]
164-
# runs-on: [self-hosted, Windows, pygeometry]
165-
runs-on: # TODO: Waiting for ansys-network runner to be updated
166-
group: ansys-network
167-
labels: [self-hosted, Windows, pygeometry]
164+
runs-on: [self-hosted, Windows, pygeometry]
168165
continue-on-error: ${{ matrix.experimental }}
169166
env:
170167
SKIP_UNSTABLE: false
@@ -337,10 +334,7 @@ jobs:
337334
docs:
338335
name: Documentation
339336
needs: [docs-style]
340-
# Doc build performed on self-hosted runners outside the Ansys network only
341-
runs-on:
342-
group: ansys-network
343-
labels: [self-hosted, Windows, pygeometry]
337+
runs-on: [self-hosted, Windows, pygeometry]
344338
env:
345339
PYVISTA_OFF_SCREEN: true
346340
steps:
@@ -650,10 +644,7 @@ jobs:
650644
651645
build-windows-container:
652646
name: Building Geometry Service - Windows
653-
# runs-on: [self-hosted, Windows, pygeometry]
654-
runs-on: # TODO: Waiting for ansys-network runner to be updated
655-
group: ansys-network
656-
labels: [self-hosted, Windows, pygeometry]
647+
runs-on: [self-hosted, Windows, pygeometry]
657648
needs: [fetch-release-artifacts]
658649
strategy:
659650
fail-fast: false

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,7 @@ jobs:
200200
name: Windows Core Service
201201
needs: manifests
202202
if: needs.manifests.outputs.skip_core_windows == 0
203-
# runs-on: [self-hosted, Windows, pygeometry]
204-
runs-on: # TODO: Waiting for ansys-network runner to be updated
205-
group: pyansys-self-hosted
206-
labels: [self-hosted, Windows, pygeometry]
203+
runs-on: [self-hosted, Windows, pygeometry]
207204
env:
208205
PYVISTA_OFF_SCREEN: true
209206
steps:

0 commit comments

Comments
 (0)