Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
c1b96c45
Unverified
Commit
c1b96c45
authored
Aug 06, 2020
by
Bastian Köcher
Committed by
GitHub
Aug 06, 2020
Browse files
Revert "Ignore checks for companion PRs (#1455)" (#1549)
parent
c6ee8675
Pipeline
#103212
passed with stages
in 16 minutes and 33 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/gitlab/check_runtime_benchmarks.sh
View file @
c1b96c45
...
...
@@ -3,6 +3,4 @@
#shellcheck source=lib.sh
source
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
>
/dev/null 2>&1
&&
pwd
)
/lib.sh"
skip_if_companion_pr
time
cargo check
--features
runtime-benchmarks
scripts/gitlab/check_web_wasm.sh
View file @
c1b96c45
...
...
@@ -3,8 +3,6 @@
#shellcheck source=lib.sh
source
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
>
/dev/null 2>&1
&&
pwd
)
/lib.sh"
skip_if_companion_pr
time
cargo build
--locked
--target
=
wasm32-unknown-unknown
--manifest-path
runtime/polkadot/Cargo.toml
time
cargo build
--locked
--target
=
wasm32-unknown-unknown
--manifest-path
runtime/kusama/Cargo.toml
time
cargo build
--locked
--target
=
wasm32-unknown-unknown
--manifest-path
erasure-coding/Cargo.toml
...
...
scripts/gitlab/test_deterministic_wasm.sh
View file @
c1b96c45
...
...
@@ -3,8 +3,6 @@
#shellcheck source=lib.sh
source
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
>
/dev/null 2>&1
&&
pwd
)
/lib.sh"
skip_if_companion_pr
# build runtime
WASM_BUILD_NO_COLOR
=
1 cargo build
--verbose
--release
-p
kusama-runtime
-p
polkadot-runtime
-p
westend-runtime
# make checksum
...
...
scripts/gitlab/test_linux_stable.sh
View file @
c1b96c45
...
...
@@ -3,6 +3,4 @@
#shellcheck source=lib.sh
source
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
>
/dev/null 2>&1
&&
pwd
)
/lib.sh"
skip_if_companion_pr
time
cargo
test
--all
--release
--verbose
--locked
--features
runtime-benchmarks
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment