Skip to content

Commit 61831ff

Browse files
committed
ci: remove duplicated job names on GHA
1 parent 1f106b5 commit 61831ff

File tree

2 files changed

+0
-130
lines changed

2 files changed

+0
-130
lines changed

.github/workflows/ci.yml

-65
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ jobs:
3737
if: "github.event_name == 'pull_request'"
3838
strategy:
3939
matrix:
40-
name:
41-
- mingw-check
42-
- x86_64-gnu-llvm-8
43-
- x86_64-gnu-tools
4440
include:
4541
- name: mingw-check
4642
os: ubuntu-latest-xl
@@ -153,9 +149,6 @@ jobs:
153149
if: "github.event_name == 'push' && github.ref == 'refs/heads/try' && github.repository == 'rust-lang-ci/rust'"
154150
strategy:
155151
matrix:
156-
name:
157-
- dist-x86_64-linux
158-
- dist-x86_64-linux-alt
159152
include:
160153
- name: dist-x86_64-linux
161154
os: ubuntu-latest-xl
@@ -265,64 +258,6 @@ jobs:
265258
if: "github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'"
266259
strategy:
267260
matrix:
268-
name:
269-
- arm-android
270-
- armhf-gnu
271-
- dist-aarch64-linux
272-
- dist-android
273-
- dist-arm-linux
274-
- dist-armhf-linux
275-
- dist-armv7-linux
276-
- dist-i586-gnu-i586-i686-musl
277-
- dist-i686-freebsd
278-
- dist-i686-linux
279-
- dist-i686-mingw
280-
- dist-i686-msvc
281-
- dist-mips-linux
282-
- dist-mips64-linux
283-
- dist-mips64el-linux
284-
- dist-mipsel-linux
285-
- dist-powerpc-linux
286-
- dist-powerpc64-linux
287-
- dist-powerpc64le-linux
288-
- dist-s390x-linux
289-
- dist-various-1
290-
- dist-various-2
291-
- dist-x86_64-apple
292-
- dist-x86_64-apple-alt
293-
- dist-x86_64-freebsd
294-
- dist-x86_64-linux
295-
- dist-x86_64-linux-alt
296-
- dist-x86_64-mingw
297-
- dist-x86_64-msvc
298-
- dist-x86_64-msvc-alt
299-
- dist-x86_64-musl
300-
- dist-x86_64-netbsd
301-
- i686-gnu
302-
- i686-gnu-nopt
303-
- i686-mingw-1
304-
- i686-mingw-2
305-
- i686-msvc-1
306-
- i686-msvc-2
307-
- mingw-check
308-
- test-various
309-
- wasm32
310-
- x86_64-apple
311-
- x86_64-gnu
312-
- x86_64-gnu-aux
313-
- x86_64-gnu-debug
314-
- x86_64-gnu-distcheck
315-
- x86_64-gnu-full-bootstrap
316-
- x86_64-gnu-llvm-8
317-
- x86_64-gnu-nopt
318-
- x86_64-gnu-tools
319-
- x86_64-mingw-1
320-
- x86_64-mingw-2
321-
- x86_64-msvc-1
322-
- x86_64-msvc-2
323-
- x86_64-msvc-aux
324-
- x86_64-msvc-cargo
325-
- x86_64-msvc-tools
326261
include:
327262
- name: arm-android
328263
os: ubuntu-latest-xl

src/ci/github-actions/ci.yml

-65
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,6 @@ jobs:
257257
if: github.event_name == 'pull_request'
258258
strategy:
259259
matrix:
260-
name:
261-
- mingw-check
262-
- x86_64-gnu-llvm-8
263-
- x86_64-gnu-tools
264260
include:
265261
- name: mingw-check
266262
<<: *job-linux-xl
@@ -281,9 +277,6 @@ jobs:
281277
if: github.event_name == 'push' && github.ref == 'refs/heads/try' && github.repository == 'rust-lang-ci/rust'
282278
strategy:
283279
matrix:
284-
name:
285-
- dist-x86_64-linux
286-
- dist-x86_64-linux-alt
287280
include:
288281
- name: dist-x86_64-linux
289282
<<: *job-linux-xl
@@ -301,64 +294,6 @@ jobs:
301294
if: github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'
302295
strategy:
303296
matrix:
304-
name:
305-
- arm-android
306-
- armhf-gnu
307-
- dist-aarch64-linux
308-
- dist-android
309-
- dist-arm-linux
310-
- dist-armhf-linux
311-
- dist-armv7-linux
312-
- dist-i586-gnu-i586-i686-musl
313-
- dist-i686-freebsd
314-
- dist-i686-linux
315-
- dist-i686-mingw
316-
- dist-i686-msvc
317-
- dist-mips-linux
318-
- dist-mips64-linux
319-
- dist-mips64el-linux
320-
- dist-mipsel-linux
321-
- dist-powerpc-linux
322-
- dist-powerpc64-linux
323-
- dist-powerpc64le-linux
324-
- dist-s390x-linux
325-
- dist-various-1
326-
- dist-various-2
327-
- dist-x86_64-apple
328-
- dist-x86_64-apple-alt
329-
- dist-x86_64-freebsd
330-
- dist-x86_64-linux
331-
- dist-x86_64-linux-alt
332-
- dist-x86_64-mingw
333-
- dist-x86_64-msvc
334-
- dist-x86_64-msvc-alt
335-
- dist-x86_64-musl
336-
- dist-x86_64-netbsd
337-
- i686-gnu
338-
- i686-gnu-nopt
339-
- i686-mingw-1
340-
- i686-mingw-2
341-
- i686-msvc-1
342-
- i686-msvc-2
343-
- mingw-check
344-
- test-various
345-
- wasm32
346-
- x86_64-apple
347-
- x86_64-gnu
348-
- x86_64-gnu-aux
349-
- x86_64-gnu-debug
350-
- x86_64-gnu-distcheck
351-
- x86_64-gnu-full-bootstrap
352-
- x86_64-gnu-llvm-8
353-
- x86_64-gnu-nopt
354-
- x86_64-gnu-tools
355-
- x86_64-mingw-1
356-
- x86_64-mingw-2
357-
- x86_64-msvc-1
358-
- x86_64-msvc-2
359-
- x86_64-msvc-aux
360-
- x86_64-msvc-cargo
361-
- x86_64-msvc-tools
362297
include:
363298
#############################
364299
# Linux/Docker builders #

0 commit comments

Comments
 (0)