Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit c584221

Browse files
authored
ci: rearrange pipeline by logic (#9970)
* ci: rearrange pipeline by logic * ci: rename docs script
1 parent 70ba050 commit c584221

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.gitlab-ci.yml

+12-10
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ test-linux:
4444
tags:
4545
- rust-stable
4646

47+
test-audit:
48+
stage: test
49+
script:
50+
- scripts/gitlab/cargo-audit.sh
51+
tags:
52+
- rust-stable
53+
4754
build-linux:
4855
stage: build
4956
only: *releaseable_branches
@@ -104,25 +111,18 @@ publish-awss3:
104111
tags:
105112
- shell
106113

107-
docs-jsonrpc:
108-
stage: optional
114+
publish-docs:
115+
stage: publish
109116
only:
110117
- tags
111118
except:
112119
- nightly
113120
cache: {}
114121
script:
115-
- scripts/gitlab/docs-jsonrpc.sh
122+
- scripts/gitlab/publish-docs.sh
116123
tags:
117124
- shell
118125

119-
cargo-audit:
120-
stage: optional
121-
script:
122-
- scripts/gitlab/cargo-audit.sh
123-
tags:
124-
- rust-stable
125-
126126
build-android:
127127
stage: optional
128128
image: parity/rust-android:gitlab-ci
@@ -132,6 +132,7 @@ build-android:
132132
- scripts/gitlab/build-unix.sh
133133
tags:
134134
- rust-arm
135+
allow_failure: true
135136

136137
test-beta:
137138
stage: optional
@@ -141,6 +142,7 @@ test-beta:
141142
- scripts/gitlab/test-all.sh beta
142143
tags:
143144
- rust-beta
145+
allow_failure: true
144146

145147
test-nightly:
146148
stage: optional
File renamed without changes.

0 commit comments

Comments
 (0)