ci: rearrange pipeline by logic (#9970)
* ci: rearrange pipeline by logic * ci: rename docs script
This commit is contained in:
parent
70ba050c06
commit
c584221fa2
@ -44,6 +44,13 @@ test-linux:
|
|||||||
tags:
|
tags:
|
||||||
- rust-stable
|
- rust-stable
|
||||||
|
|
||||||
|
test-audit:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- scripts/gitlab/cargo-audit.sh
|
||||||
|
tags:
|
||||||
|
- rust-stable
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
stage: build
|
stage: build
|
||||||
only: *releaseable_branches
|
only: *releaseable_branches
|
||||||
@ -104,25 +111,18 @@ publish-awss3:
|
|||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
|
|
||||||
docs-jsonrpc:
|
publish-docs:
|
||||||
stage: optional
|
stage: publish
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
except:
|
except:
|
||||||
- nightly
|
- nightly
|
||||||
cache: {}
|
cache: {}
|
||||||
script:
|
script:
|
||||||
- scripts/gitlab/docs-jsonrpc.sh
|
- scripts/gitlab/publish-docs.sh
|
||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
|
|
||||||
cargo-audit:
|
|
||||||
stage: optional
|
|
||||||
script:
|
|
||||||
- scripts/gitlab/cargo-audit.sh
|
|
||||||
tags:
|
|
||||||
- rust-stable
|
|
||||||
|
|
||||||
build-android:
|
build-android:
|
||||||
stage: optional
|
stage: optional
|
||||||
image: parity/rust-android:gitlab-ci
|
image: parity/rust-android:gitlab-ci
|
||||||
@ -132,6 +132,7 @@ build-android:
|
|||||||
- scripts/gitlab/build-unix.sh
|
- scripts/gitlab/build-unix.sh
|
||||||
tags:
|
tags:
|
||||||
- rust-arm
|
- rust-arm
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
test-beta:
|
test-beta:
|
||||||
stage: optional
|
stage: optional
|
||||||
@ -141,6 +142,7 @@ test-beta:
|
|||||||
- scripts/gitlab/test-all.sh beta
|
- scripts/gitlab/test-all.sh beta
|
||||||
tags:
|
tags:
|
||||||
- rust-beta
|
- rust-beta
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
test-nightly:
|
test-nightly:
|
||||||
stage: optional
|
stage: optional
|
||||||
|
Loading…
Reference in New Issue
Block a user