Closed pieqq closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 47.56%. Comparing base (
2605982
) to head (f939731
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
When implementing changes for the gadget/snapd/kernel snap refresh, one of the job dependencies was not updated properly.
The
snapd/reboot-after-snap-refresh-{type}-{name}-to-stable-rev
job does not exist anymore, so thesnapd/snap-verify-after-refresh-{type}-{name}-to-stable-rev
should depend on the refresh job itself (which was modified in the aforementioned PR to do the reboot itself).Resolved issues
An issue that showed up while testing a customer project:
https://certification.canonical.com/hardware/202302-31257/submission/393904/test-results/?term=cascade-kernel-to-base-rev
See discussion on MM for more information.
Documentation
Tests
Running
checkbox-cli list-bootstrapped com.canonical.certification::snap-refresh-revert
on my laptop yield the following results:Before this patch:
After this patch:
(the last 4 jobs are now present that are verifying the snap after an update to stable channel, and then running extra revert and verification steps)