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

Commit f74a9d5

Browse files
committed
ci: rearrange pipeline by logic (#9970)
* ci: rearrange pipeline by logic * ci: rename docs script
1 parent 6abc7b4 commit f74a9d5

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ test-linux:
4343
tags:
4444
- rust-stable
4545

46+
test-audit:
47+
stage: test
48+
script:
49+
- scripts/gitlab/cargo-audit.sh
50+
tags:
51+
- rust-stable
52+
4653
build-linux:
4754
stage: build
4855
only: *releaseable_branches
@@ -103,25 +110,18 @@ publish-awss3:
103110
tags:
104111
- shell
105112

106-
docs-jsonrpc:
107-
stage: optional
113+
publish-docs:
114+
stage: publish
108115
only:
109116
- tags
110117
except:
111118
- nightly
112119
cache: {}
113120
script:
114-
- scripts/gitlab/docs-jsonrpc.sh
121+
- scripts/gitlab/publish-docs.sh
115122
tags:
116123
- shell
117124

118-
cargo-audit:
119-
stage: optional
120-
script:
121-
- scripts/gitlab/cargo-audit.sh
122-
tags:
123-
- rust-stable
124-
125125
build-android:
126126
stage: optional
127127
image: parity/rust-android:gitlab-ci
@@ -131,6 +131,7 @@ build-android:
131131
- scripts/gitlab/build-unix.sh
132132
tags:
133133
- rust-arm
134+
allow_failure: true
134135

135136
test-beta:
136137
stage: optional
@@ -140,6 +141,7 @@ test-beta:
140141
- scripts/gitlab/test-all.sh beta
141142
tags:
142143
- rust-beta
144+
allow_failure: true
143145

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

0 commit comments

Comments
 (0)