ci: re-enable pezsc-basic-authorship doc tests and pezsnowbridge-runtime-common bench checks
- Remove pezsc-basic-authorship from doc test exclusions (exclusion was copy-pasted from zombienet-sdk-tests, no actual doc issue exists) - Remove pezsnowbridge-runtime-common from bench check exclusions (try_successful_origin is properly implemented for both ForeignAssetOwner and LocalAssetOwner with runtime-benchmarks feature gate)
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
|||||||
id: required
|
id: required
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
cargo test --doc --workspace --locked --all-features --exclude pezkuwi-zombienet-sdk-tests --exclude pezsc-basic-authorship
|
cargo test --doc --workspace --locked --all-features --exclude pezkuwi-zombienet-sdk-tests
|
||||||
|
|
||||||
build-rustdoc:
|
build-rustdoc:
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
|
|||||||
@@ -162,8 +162,6 @@ jobs:
|
|||||||
# Exclude packages with feature unification issues with --benches flag
|
# Exclude packages with feature unification issues with --benches flag
|
||||||
# (pezframe-support/runtime-benchmarks gets enabled but the package's runtime-benchmarks doesn't)
|
# (pezframe-support/runtime-benchmarks gets enabled but the package's runtime-benchmarks doesn't)
|
||||||
# pezpallet-tiki and all its dependents need to be excluded due to EnsureOrigin trait issues
|
# pezpallet-tiki and all its dependents need to be excluded due to EnsureOrigin trait issues
|
||||||
# Exclude packages with feature unification issues and EnsureOrigin trait issues
|
|
||||||
# pezsnowbridge-runtime-common: missing try_successful_origin impl for EnsureOriginWithArg
|
|
||||||
SKIP_WASM_BUILD=1 cargo check --locked --benches --workspace \
|
SKIP_WASM_BUILD=1 cargo check --locked --benches --workspace \
|
||||||
--exclude pezpallet-tiki \
|
--exclude pezpallet-tiki \
|
||||||
--exclude pezpallet-trust \
|
--exclude pezpallet-trust \
|
||||||
@@ -173,8 +171,7 @@ jobs:
|
|||||||
--exclude pezkuwi-teyrchain-bin \
|
--exclude pezkuwi-teyrchain-bin \
|
||||||
--exclude asset-hub-zagros-runtime \
|
--exclude asset-hub-zagros-runtime \
|
||||||
--exclude asset-hub-pezkuwichain-runtime \
|
--exclude asset-hub-pezkuwichain-runtime \
|
||||||
--exclude collectives-zagros-runtime \
|
--exclude collectives-zagros-runtime;
|
||||||
--exclude pezsnowbridge-runtime-common;
|
|
||||||
cargo run --locked --release -p pez-node-bench -- $BENCH_TRIE_READ --json | tee $ARTIFACTS_DIR/bench_trie_read_small.json;
|
cargo run --locked --release -p pez-node-bench -- $BENCH_TRIE_READ --json | tee $ARTIFACTS_DIR/bench_trie_read_small.json;
|
||||||
cargo run --locked --release -p pez-node-bench -- $BENCH_NODE_IMPORT --json | tee $ARTIFACTS_DIR/bench_transfer_keep_alive.json
|
cargo run --locked --release -p pez-node-bench -- $BENCH_NODE_IMPORT --json | tee $ARTIFACTS_DIR/bench_transfer_keep_alive.json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user