Skip to content

Commit

Permalink
Merge branch 'master' into ava-bump-scale-info
Browse files Browse the repository at this point in the history
  • Loading branch information
antonva committed Mar 18, 2024
2 parents cabbc69 + 0c6c837 commit e5334fe
Show file tree
Hide file tree
Showing 466 changed files with 4,869 additions and 2,601 deletions.
12 changes: 12 additions & 0 deletions .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -494,3 +494,15 @@ test-syscalls:
printf "The x86_64 syscalls used by the worker binaries have changed. Please review if this is expected and update polkadot/scripts/list-syscalls/*-worker-syscalls as needed.\n";
fi
allow_failure: false # this rarely triggers in practice

subsystem-regression-tests:
stage: test
extends:
- .docker-env
- .common-refs
- .run-immediately
script:
- cargo test --profile=testnet -p polkadot-availability-recovery --test availability-recovery-regression-bench --features subsystem-benchmarks
tags:
- benchmark
allow_failure: true
Loading

0 comments on commit e5334fe

Please sign in to comment.