-
Notifications
You must be signed in to change notification settings - Fork 33
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
ci: Enalbe tests with no platform
specified
#167
Conversation
I'm deeply sorry about breaking our CI tests 😭 |
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.
Ah, well, its just the commit-format
test. No big deal, thanks for noticing and fixing!
And |
Ah true. Still, out of all the tests it could've hit, these were definitely the least important ones, so don't beat yourself up over it! It's just as much our fault for not noticing it during review |
bbe1dec
to
77e4072
Compare
afc44dd
to
89defc1
Compare
After `.platform` mechanism was introduced in rust-vmm#159, it silently filters out tests with no `platform` specified. Enable them to execute by adding `platform is not None` predicate preceeds allowlist check. Signed-off-by: Ruoqing He <[email protected]>
89defc1
to
aed4b69
Compare
Summary of the PR
After
.platform
mechanism was introduced in #159, it silently filtersout tests with no
platform
specified. Enable them to execute by addingplatform is not None
predicate preceeds allowlist check.Requirements
Before submitting your PR, please make sure you addressed the following
requirements:
git commit -s
), and the commit message has max 60 characters for thesummary and max 75 characters for each description line.
test.
Release" section of CHANGELOG.md (if no such section exists, please create one).
unsafe
code is properly documented.