ci: clarify job names
This commit is contained in:
parent
e18270f33e
commit
88b6169489
@ -117,7 +117,7 @@ publish-awss3:
|
|||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
|
|
||||||
misc-docs:
|
docs-jsonrpc:
|
||||||
stage: misc
|
stage: misc
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
@ -127,7 +127,7 @@ misc-docs:
|
|||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
|
|
||||||
misc-android:
|
test-android:
|
||||||
stage: misc
|
stage: misc
|
||||||
image: parity/rust-android:gitlab-ci
|
image: parity/rust-android:gitlab-ci
|
||||||
variables:
|
variables:
|
||||||
@ -137,7 +137,7 @@ misc-android:
|
|||||||
tags:
|
tags:
|
||||||
- rust-arm
|
- rust-arm
|
||||||
|
|
||||||
misc-darwin:
|
test-darwin:
|
||||||
stage: misc
|
stage: misc
|
||||||
variables:
|
variables:
|
||||||
CARGO_TARGET: x86_64-apple-darwin
|
CARGO_TARGET: x86_64-apple-darwin
|
||||||
@ -149,7 +149,7 @@ misc-darwin:
|
|||||||
tags:
|
tags:
|
||||||
- rust-osx
|
- rust-osx
|
||||||
|
|
||||||
misc-windows:
|
test-windows:
|
||||||
stage: misc
|
stage: misc
|
||||||
cache:
|
cache:
|
||||||
key: "${CI_JOB_NAME}"
|
key: "${CI_JOB_NAME}"
|
||||||
@ -164,7 +164,7 @@ misc-windows:
|
|||||||
tags:
|
tags:
|
||||||
- rust-windows
|
- rust-windows
|
||||||
|
|
||||||
misc-beta:
|
test-beta:
|
||||||
stage: misc
|
stage: misc
|
||||||
variables:
|
variables:
|
||||||
RUN_TESTS: "true"
|
RUN_TESTS: "true"
|
||||||
@ -173,7 +173,7 @@ misc-beta:
|
|||||||
tags:
|
tags:
|
||||||
- rust-beta
|
- rust-beta
|
||||||
|
|
||||||
misc-nightly:
|
test-nightly:
|
||||||
stage: misc
|
stage: misc
|
||||||
variables:
|
variables:
|
||||||
RUN_TESTS: "true"
|
RUN_TESTS: "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user