-
Notifications
You must be signed in to change notification settings - Fork 14
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
420 change github workflow to run test with feature flags #488
420 change github workflow to run test with feature flags #488
Conversation
53ce42c
to
7b0a48d
Compare
bfd9e9d
to
b5f3ef2
Compare
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.
Similar to @ebma's question, to me the intention of #420 is not entirely clear: is the task to 1) just filter out all test for --features runtime-benchmarks
or is it to 2) make these tests work also for --features runtime-benchmarks
.
The issue says:
This allows for changes that break benchmarks to pass the pipeline and therefore be merged into the main branch
This almost sounds to me like it means option 2.
9ef613f
to
d295174
Compare
Let's wait for #485 to be merged before we merge this one to avoid conflicts with the workflow definitions. |
This reverts commit e03041e.
…fault weight" This reverts commit 79012a1.
``` error[E0046]: not all trait items implemented, missing: `try_successful_origin` --> /Users/b.carlayap/.cargo/git/checkouts/cumulus-59522f43471fa161/f603a61/parachains/runtimes/assets/common/src/foreign_creators.rs:28:1 | 28 | / impl< 29 | | IsForeign: ContainsPair<MultiLocation, MultiLocation>, 30 | | AccountOf: Convert<MultiLocation, AccountId>, 31 | | AccountId: Clone, ... | 36 | | RuntimeOrigin::PalletsOrigin: 37 | | From<XcmOrigin> + TryInto<XcmOrigin, Error = RuntimeOrigin::PalletsOrigin>, | |___________________________________________________________________________________^ missing `try_successful_origin` in implementation ``` just yet
…ob/30039330371#step:5:1949
…ime` move the benchmark to another workflow
update CI to 1 file only
d295174
to
40f0e15
Compare
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.
It's great to remove the need for stable vs nightly configurations and it's also nice that you extracted the clippy checks from the tests so they can already run in parallel.
Ready for merge IMO 👍
closes #420
Add another step to run a test but with features
runtime-benchmarks
andtry-runtime
.This also removes
nightly