Skip to content

Commit 8f90a1f

Browse files
update selfhost runner logic1
1 parent 81ac80c commit 8f90a1f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,7 @@ jobs:
113113
outputs:
114114
docker-image: ${{ steps.calculate-docker-image.outputs.docker-image }}
115115
test-matrix: ${{ steps.filter.outputs.test-matrix }}
116-
117-
strategy:
118-
matrix:
119-
runner:
120-
- { type: ppc64le, labels: '[self-hosted, linux, ppc64le]' }
121-
- { type: default, labels: '[${{ inputs.runner_prefix }} ${{ inputs.runner }}]' }
122-
116+
123117
steps:
124118

125119
- name: Setup SSH (Click me for login details)

.github/workflows/ppc64le.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
build-environment: linux-ppc64le-binary-manywheel
4141
docker-image-name: pytorch-ppc64le:ubi9.3
4242
#runner_prefix: '[self-hosted,' # Example prefix
43-
runner: 'ppc64le,' # Example runner
43+
runner: pytorch-runner # Example runner
4444
#runner-ppc64le: '["self-hosted", "linux", "ppc64le"]' # Specific architecture

0 commit comments

Comments
 (0)