Skip to content

Commit 129a8a7

Browse files
committed
debug. remove later
2 parents a88b422 + b0bbb50 commit 129a8a7

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

.gitlab-ci.yml

+26-3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ integration-tests:
4545
- yarn lint
4646
- yarn test
4747

48+
4849
# # TODO: The try-runtime-cli executable could be built as part of the Docker image directly, saving some time.
4950
# test-try-runtime:
5051
# parallel:
@@ -64,9 +65,6 @@ integration-tests:
6465
# - ./try-runtime --version
6566
# - cargo build --locked --release -p ${RUNTIME}-runtime --features try-runtime
6667
# - ./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."
7068

7169
# build:
7270
# timeout: 2 hours
@@ -155,6 +153,7 @@ integration-tests:
155153
# - out/*.txt
156154
# expire_in: 12 week
157155

156+
<<<<<<< HEAD
158157
# build-wasm-try-runtime:
159158
# parallel:
160159
# matrix:
@@ -177,3 +176,27 @@ integration-tests:
177176
# paths:
178177
# - ./dangerous_${RUNTIME}.try-runtime.wasm
179178
# 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

Comments
 (0)