-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split --workspace
test pipeline to separate jobs
#189
Split --workspace
test pipeline to separate jobs
#189
Conversation
bkontur
commented
Feb 15, 2024
- Does not require a CHANGELOG entry
…backport for 1.5) (#3357) This PR should fix compilation for BridgeHub runtimes with `runtime-benchmarks`. This problem occurs only if we try to build exact package: ``` cargo test -p bridge-hub-rococo-runtime --release --features=runtime-benchmarks,try-runtime cargo test -p bridge-hub-westend-runtime --release --features=runtime-benchmarks,try-runtime ``` This problem was discovered in the `fellows` repo when trying to split test pipelines per runtime: polkadot-fellows/runtimes#189. E.g. https://github.com/polkadot-fellows/runtimes/actions/runs/7918178465/job/21616001877?pr=189 Relevant patched crates: - asset-test-utils - bridge-hub-test-utils - parachains-runtimes-test-utils
…backport for 1.6) (#3356) This PR should fix compilation for BridgeHub runtimes with `runtime-benchmarks`. This problem occurs only if we try to build exact package: ``` cargo test -p bridge-hub-rococo-runtime --release --features=runtime-benchmarks,try-runtime cargo test -p bridge-hub-westend-runtime --release --features=runtime-benchmarks,try-runtime ``` This problem was discovered in the `fellows` repo when trying to split test pipelines per runtime: polkadot-fellows/runtimes#189. E.g. https://github.com/polkadot-fellows/runtimes/actions/runs/7918178465/job/21616001877?pr=189 Relevant patched crates: - asset-test-utils - bridge-hub-test-utils - parachains-runtimes-test-utils
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 👍
/merge |
Enabled Available commands
For more information see the documentation |
hmm, probably, could be related to the renamed:
before there was just one |
Head branch was pushed to by a user without write access
/merge |
66519d7
into
polkadot-fellows:main
Enabled Available commands
For more information see the documentation |