ci: rename misc to optional
This commit is contained in:
parent
f0f123c823
commit
597bbfc8a7
@ -2,7 +2,7 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- publish
|
- publish
|
||||||
- misc
|
- optional
|
||||||
|
|
||||||
image: parity/rust:gitlab-ci
|
image: parity/rust:gitlab-ci
|
||||||
|
|
||||||
@ -118,7 +118,7 @@ publish-awss3:
|
|||||||
- shell
|
- shell
|
||||||
|
|
||||||
docs-jsonrpc:
|
docs-jsonrpc:
|
||||||
stage: misc
|
stage: optional
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
cache: {}
|
cache: {}
|
||||||
@ -128,14 +128,14 @@ docs-jsonrpc:
|
|||||||
- shell
|
- shell
|
||||||
|
|
||||||
cargo-audit:
|
cargo-audit:
|
||||||
stage: misc
|
stage: optional
|
||||||
script:
|
script:
|
||||||
- scripts/gitlab/audit.sh
|
- scripts/gitlab/audit.sh
|
||||||
tags:
|
tags:
|
||||||
- rust-stable
|
- rust-stable
|
||||||
|
|
||||||
test-android:
|
test-android:
|
||||||
stage: misc
|
stage: optional
|
||||||
image: parity/rust-android:gitlab-ci
|
image: parity/rust-android:gitlab-ci
|
||||||
variables:
|
variables:
|
||||||
CARGO_TARGET: armv7-linux-androideabi
|
CARGO_TARGET: armv7-linux-androideabi
|
||||||
@ -145,7 +145,7 @@ test-android:
|
|||||||
- rust-arm
|
- rust-arm
|
||||||
|
|
||||||
test-darwin:
|
test-darwin:
|
||||||
stage: misc
|
stage: optional
|
||||||
variables:
|
variables:
|
||||||
CARGO_TARGET: x86_64-apple-darwin
|
CARGO_TARGET: x86_64-apple-darwin
|
||||||
CC: gcc
|
CC: gcc
|
||||||
@ -157,7 +157,7 @@ test-darwin:
|
|||||||
- rust-osx
|
- rust-osx
|
||||||
|
|
||||||
test-windows:
|
test-windows:
|
||||||
stage: misc
|
stage: optional
|
||||||
cache:
|
cache:
|
||||||
key: "${CI_JOB_NAME}"
|
key: "${CI_JOB_NAME}"
|
||||||
paths:
|
paths:
|
||||||
@ -172,7 +172,7 @@ test-windows:
|
|||||||
- rust-windows
|
- rust-windows
|
||||||
|
|
||||||
test-beta:
|
test-beta:
|
||||||
stage: misc
|
stage: optional
|
||||||
variables:
|
variables:
|
||||||
RUN_TESTS: "true"
|
RUN_TESTS: "true"
|
||||||
script:
|
script:
|
||||||
@ -181,7 +181,7 @@ test-beta:
|
|||||||
- rust-beta
|
- rust-beta
|
||||||
|
|
||||||
test-nightly:
|
test-nightly:
|
||||||
stage: misc
|
stage: optional
|
||||||
variables:
|
variables:
|
||||||
RUN_TESTS: "true"
|
RUN_TESTS: "true"
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user