Skip to content

Commit 3f6a138

Browse files
committed
ci: run on GitHub runners directly
1 parent dc8f4f1 commit 3f6a138

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

.github/workflows/backwards_compatibility.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
testing-backwards-compatibility-windows:
3434
name: Windows ${{ matrix.backend-version }}
35-
runs-on: [self-hosted, Windows, pygeometry]
35+
runs-on: windows-latest
3636
strategy:
3737
fail-fast: false
3838
matrix:
@@ -84,13 +84,6 @@ jobs:
8484
Write-Host "Pulling Docker image: $env:FULL_IMAGE_NAME"
8585
docker pull $env:FULL_IMAGE_NAME
8686
87-
- name: Check location of self-hosted runner and define license server accordingly
88-
if: runner.name == 'pygeometry-ci-2'
89-
env:
90-
LICENSE_SERVER_INTERNAL: ${{ secrets.LICENSE_SERVER_INTERNAL }}
91-
run:
92-
echo "ANSRV_GEO_LICENSE_SERVER=$env:LICENSE_SERVER_INTERNAL" | Out-File -FilePath $env:GITHUB_ENV -Append
93-
9487
- name: Stop any running containers
9588
run: |
9689
$dockerContainers = docker ps -a -q

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
testing-windows:
175175
name: Testing and coverage (Windows)
176176
needs: [smoke-tests, manifests]
177-
runs-on: [self-hosted, Windows, pygeometry]
177+
runs-on: windows-latest
178178
continue-on-error: ${{ matrix.experimental }}
179179
env:
180180
SKIP_UNSTABLE: false
@@ -258,13 +258,6 @@ jobs:
258258
Write-Host "Pulling Docker image: $env:FULL_IMAGE_NAME"
259259
docker pull $env:FULL_IMAGE_NAME
260260
261-
- name: Check location of self-hosted runner and define license server accordingly
262-
if: env.SKIP_UNSTABLE == 'false' && runner.name == 'pygeometry-ci-2'
263-
env:
264-
LICENSE_SERVER_INTERNAL: ${{ secrets.LICENSE_SERVER_INTERNAL }}
265-
run:
266-
echo "ANSRV_GEO_LICENSE_SERVER=$env:LICENSE_SERVER_INTERNAL" | Out-File -FilePath $env:GITHUB_ENV -Append
267-
268261
- name: Stop any running containers
269262
run: |
270263
$dockerContainers = docker ps -a -q
@@ -661,7 +654,7 @@ jobs:
661654
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
662655
runs-on:
663656
group: ansys-network
664-
labels: [self-hosted, Windows, pygeometry]
657+
labels: [Windows, pygeometry]
665658
env:
666659
REUSE_LAST_ARTIFACTS: ${{ vars.REUSE_LAST_ARTIFACTS == 1 }}
667660

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
name: Windows Core Service
9999
needs: manifests
100100
if: needs.manifests.outputs.skip_core_windows == 0
101-
runs-on: [self-hosted, Windows, pygeometry]
101+
runs-on: windows-latest
102102
env:
103103
PYVISTA_OFF_SCREEN: true
104104
permissions:

0 commit comments

Comments
 (0)