Skip to content

Commit 4dae39b

Browse files
ci: remove pygeometry-ci-1 specific logic (#1221)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 3d5e147 commit 4dae39b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
run: docker pull ${{ env.ANSRV_GEO_IMAGE }}:${{ matrix.docker-image }}
184184

185185
- name: Check location of self-hosted runner and define license server accordingly
186-
if: env.SKIP_UNSTABLE == 'false' && (runner.name == 'pygeometry-ci-1' || runner.name == 'pygeometry-ci-2')
186+
if: env.SKIP_UNSTABLE == 'false' && runner.name == 'pygeometry-ci-2'
187187
run:
188188
echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.INTERNAL_LICENSE_SERVER }}" | Out-File -FilePath $env:GITHUB_ENV -Append
189189

@@ -297,7 +297,7 @@ jobs:
297297
run: docker pull $env:ANSRV_GEO_IMAGE_WINDOWS_TAG
298298

299299
- name: Check location of self-hosted runner and define license server accordingly
300-
if: runner.name == 'pygeometry-ci-1' || runner.name == 'pygeometry-ci-2'
300+
if: runner.name == 'pygeometry-ci-2'
301301
run:
302302
echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.INTERNAL_LICENSE_SERVER }}" | Out-File -FilePath $env:GITHUB_ENV -Append
303303

@@ -593,7 +593,7 @@ jobs:
593593
docker build -f windows/Dockerfile -t ghcr.io/ansys/geometry:windows-latest-tmp .
594594
595595
- name: Check location of self-hosted runner and define license server accordingly
596-
if: runner.name == 'pygeometry-ci-1' || runner.name == 'pygeometry-ci-2'
596+
if: runner.name == 'pygeometry-ci-2'
597597
run:
598598
echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.INTERNAL_LICENSE_SERVER }}" | Out-File -FilePath $env:GITHUB_ENV -Append
599599

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
docker pull $env:ANSRV_GEO_IMAGE_WINDOWS_TAG
6565
6666
- name: Check location of self-hosted runner and define license server accordingly
67-
if: runner.name == 'pygeometry-ci-1' || runner.name == 'pygeometry-ci-2'
67+
if: runner.name == 'pygeometry-ci-2'
6868
run:
6969
echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.INTERNAL_LICENSE_SERVER }}" | Out-File -FilePath $env:GITHUB_ENV -Append
7070

doc/changelog.d/1221.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ci: remove pygeometry-ci-1 specific logic

0 commit comments

Comments
 (0)