Skip to content

Commit 8269a1b

Browse files
udpdated runner name
1 parent 0409e25 commit 8269a1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/ppc64le/self-hosted-builder/fs/usr/bin/actions-runner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ curl \
2020
-H "Authorization: Bearer ${ACCESS_TOKEN}" \
2121
"https://api.github.com/orgs/${ORG}/actions/runners/registration-token" \
2222
-o "$token_file"
23-
23+
2424
unset ACCESS_TOKEN
2525

2626
# register runner as ephemeral runner

.github/workflows/ppc64le.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
linux-ppc64le-docker-image-build:
1717
name: Build docker image for ppc64le
18-
runs-on: ppc64le-runner-01
18+
runs-on: linux.ppc64le
1919

2020
steps:
2121
- name: Checkout repository
@@ -39,5 +39,5 @@ jobs:
3939
with:
4040
build-environment: linux-ppc64le-binary-manywheel
4141
docker-image-name: pytorch-ppc64le:ubi9.3
42-
runner: ppc64le-runner-01 # Example runner
42+
runner: linux.ppc64le # Example runner
4343

0 commit comments

Comments
 (0)