@@ -45,6 +45,7 @@ integration-tests:
45
45
- yarn lint
46
46
- yarn test
47
47
48
+
48
49
# # TODO: The try-runtime-cli executable could be built as part of the Docker image directly, saving some time.
49
50
# test-try-runtime:
50
51
# parallel:
@@ -64,9 +65,6 @@ integration-tests:
64
65
# - ./try-runtime --version
65
66
# - cargo build --locked --release -p ${RUNTIME}-runtime --features try-runtime
66
67
# - ./try-runtime --runtime ./target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm on-runtime-upgrade --disable-spec-version-check --checks=all live --uri=${ENDPOINT}
67
- # - echo "try-runtime with all checks exited successfully."
68
- # - ./try-runtime --runtime ./target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm on-runtime-upgrade --disable-spec-version-check live --uri=${ENDPOINT}
69
- # - echo "try-runtime with pre and post checks exited successfully."
70
68
71
69
# build:
72
70
# timeout: 2 hours
@@ -155,6 +153,7 @@ integration-tests:
155
153
# - out/*.txt
156
154
# expire_in: 12 week
157
155
156
+ <<<<<<< HEAD
158
157
# build-wasm-try-runtime:
159
158
# parallel:
160
159
# matrix:
@@ -177,3 +176,27 @@ integration-tests:
177
176
# paths:
178
177
# - ./dangerous_${RUNTIME}.try-runtime.wasm
179
178
# expire_in: 12 week
179
+ =======
180
+ build-wasm-try-runtime :
181
+ parallel :
182
+ matrix :
183
+ - RUNTIME : " peregrine"
184
+ - RUNTIME : " spiritnet"
185
+ image :
186
+ name : paritytech/ci-unified:bullseye-1.70.0
187
+ entrypoint : [""]
188
+ stage : build
189
+ only :
190
+ - develop
191
+ - master
192
+ - /^[0-9]+(?:\.[0-9]+){2}(?:-(rc)*([0-9])+)?$/
193
+ script :
194
+ - cargo build --release -p ${RUNTIME}-runtime --features try-runtime
195
+ - mkdir ./out
196
+ - mv target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm ./dangerous_${RUNTIME}.try-runtime.wasm
197
+ artifacts :
198
+ name : ${RUNTIME}_try-runtime
199
+ paths :
200
+ - ./dangerous_${RUNTIME}.try-runtime.wasm
201
+ expire_in : 12 week
202
+ >>>>>>> b0bbb50794953685a229f98613521fa99f9524c8
0 commit comments