This repository was archived by the owner on Nov 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,13 @@ test-linux:
43
43
tags :
44
44
- rust-stable
45
45
46
+ test-audit :
47
+ stage : test
48
+ script :
49
+ - scripts/gitlab/cargo-audit.sh
50
+ tags :
51
+ - rust-stable
52
+
46
53
build-linux :
47
54
stage : build
48
55
only : *releaseable_branches
@@ -103,25 +110,18 @@ publish-awss3:
103
110
tags :
104
111
- shell
105
112
106
- docs-jsonrpc :
107
- stage : optional
113
+ publish-docs :
114
+ stage : publish
108
115
only :
109
116
- tags
110
117
except :
111
118
- nightly
112
119
cache : {}
113
120
script :
114
- - scripts/gitlab/docs-jsonrpc .sh
121
+ - scripts/gitlab/publish-docs .sh
115
122
tags :
116
123
- shell
117
124
118
- cargo-audit :
119
- stage : optional
120
- script :
121
- - scripts/gitlab/cargo-audit.sh
122
- tags :
123
- - rust-stable
124
-
125
125
build-android :
126
126
stage : optional
127
127
image : parity/rust-android:gitlab-ci
@@ -131,6 +131,7 @@ build-android:
131
131
- scripts/gitlab/build-unix.sh
132
132
tags :
133
133
- rust-arm
134
+ allow_failure : true
134
135
135
136
test-beta :
136
137
stage : optional
@@ -140,6 +141,7 @@ test-beta:
140
141
- scripts/gitlab/test-all.sh beta
141
142
tags :
142
143
- rust-beta
144
+ allow_failure : true
143
145
144
146
test-nightly :
145
147
stage : optional
File renamed without changes.
You can’t perform that action at this time.
0 commit comments