Skip to content

Commit 6bd1aa9

Browse files
committed
Update job names
1 parent 636bca9 commit 6bd1aa9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-pytorch_dockers.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
PUSH_TO_HUB: ${{ github.event_name == 'schedule' }}
2626

2727
jobs:
28-
pl:
28+
build-pl:
2929
runs-on: ubuntu-20.04
3030
strategy:
3131
fail-fast: false
@@ -45,7 +45,7 @@ jobs:
4545
push: false # pushed in release-docker.yml only when PL is released
4646
timeout-minutes: 50
4747

48-
xla:
48+
build-xla:
4949
runs-on: ubuntu-20.04
5050
strategy:
5151
fail-fast: false
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
8282

83-
cuda:
83+
build-cuda:
8484
runs-on: ubuntu-20.04
8585
strategy:
8686
fail-fast: false
@@ -122,7 +122,7 @@ jobs:
122122
env:
123123
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
124124

125-
conda:
125+
build-conda:
126126
runs-on: ubuntu-20.04
127127
strategy:
128128
fail-fast: false
@@ -161,7 +161,7 @@ jobs:
161161
env:
162162
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
163163

164-
ipu:
164+
build-ipu:
165165
runs-on: ubuntu-20.04
166166
strategy:
167167
fail-fast: false
@@ -205,7 +205,7 @@ jobs:
205205
env:
206206
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
207207

208-
hpu:
208+
build-hpu:
209209
runs-on: ubuntu-20.04
210210
strategy:
211211
fail-fast: false

0 commit comments

Comments
 (0)