-
Notifications
You must be signed in to change notification settings - Fork 457
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
tests: enable core24 plugin tests #5209
Conversation
Signed-off-by: Sergio Schvezov <[email protected]>
Signed-off-by: Sergio Schvezov <[email protected]>
Signed-off-by: Sergio Schvezov <[email protected]>
Signed-off-by: Sergio Schvezov <[email protected]>
Issue raised: #5207 Signed-off-by: Sergio Schvezov <[email protected]>
- Remove the dotnet test for core24 from build and run - Move the dotnet plugin test to the plugin suite Signed-off-by: Sergio Schvezov <[email protected]>
Signed-off-by: Sergio Schvezov <[email protected]>
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.
That's a lot of movin' around! 20.04 spread test failures seem to be happening on other branches, so likely unrelated.
@bepri I still need to move those other python tests! |
tests/spread/core24-suites/plugins/colcon-msg-package/task.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: Sergio Schvezov <[email protected]>
Signed-off-by: Sergio Schvezov <[email protected]>
Signed-off-by: Sergio Schvezov <[email protected]>
Signed-off-by: Sergio Schvezov <[email protected]>
Signed-off-by: Sergio Schvezov <[email protected]>
…read' into work/CRAFT-3138-core24-plugin-spread
These tests were broken because the prime directory wasn't being made in managed builds
85292f9
to
0c323b0
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.
thanks! One thing that looks "unclean" on these tests in general is the existence of spread/plugins/v2
referring to core20, spread/plugins/craft-parts
referring to core22 and spread/core24-suites/plugins
for core24. Seems a bit too cryptic but I don't think we need to address that in this PR
tests/spread/core24-suites/plugins/build-and-run-hello/poetry-hello/snap/snapcraft.yaml
Show resolved
Hide resolved
tests/spread/core24-suites/plugins/python-hello/classic/snap/snapcraft.yaml
Outdated
Show resolved
Hide resolved
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.
Everything looks good but I'd like to see the scheduled spread test complete before landing
The kernel plugin is only available as an experimental plugin, which isn't supported by snapcraft in core24, so this test isn't possible to run.
tox run -m lint
?tox run -e test-py310
? (supported versions:py39
,py310
,py311
,py312
)