-
Notifications
You must be signed in to change notification settings - Fork 651
tests: update refresh-revert-fundamentals based on uc24 #16657
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
base: master
Are you sure you want to change the base?
Changes from all commits
b73254b
9307c8e
2c6d3d3
d65416b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| summary: Refresh and revert the fundamental snaps for uc20 | ||
| summary: Refresh and revert the fundamental snaps for uc24 | ||
|
|
||
| details: | | ||
| This test validates the fundamental snaps can be refreshed | ||
| and reverted to the new snaps published to edge channel. | ||
|
|
||
| systems: [ubuntu-2*] | ||
| systems: [ubuntu-24*] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what is the decision based on here?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I changed this because it was being skipped based on 20/edge and 20/beta channels and it was skipped. |
||
|
|
||
| environment: | ||
| NESTED_CORE_CHANNEL: beta | ||
|
|
@@ -15,15 +15,15 @@ environment: | |
| NESTED_ENABLE_TPM: true | ||
|
|
||
| SNAP/kernel: pc-kernel | ||
| TRACK/kernel: 20 | ||
| TRACK/kernel: 24 | ||
|
|
||
| SNAP/gadget: pc | ||
| TRACK/gadget: 20 | ||
| TRACK/gadget: 24 | ||
|
|
||
| SNAP/snapd: snapd | ||
| TRACK/snapd: latest | ||
|
|
||
| SNAP/base: core20 | ||
| SNAP/base: core24 | ||
| TRACK/base: latest | ||
|
|
||
| skip: | ||
|
|
@@ -59,7 +59,7 @@ execute: | | |
| remote.exec "snap watch $REFRESH_ID" || true | ||
| remote.exec "sudo reboot" || true | ||
| ;; | ||
| pc-kernel|core20) | ||
| pc-kernel|core24) | ||
| # don't manually reboot, wait for automatic snapd reboot | ||
| ;; | ||
| esac | ||
|
|
@@ -71,7 +71,7 @@ execute: | | |
|
|
||
| echo "Check the change is completed" | ||
| case "$SNAP" in | ||
| pc-kernel|core20) | ||
| pc-kernel|core24) | ||
| #shellcheck disable=SC2098 | ||
| #shellcheck disable=SC2097 | ||
| retry --wait 1 -n 10 --env REFRESH_ID="$REFRESH_ID" sh -c "remote.exec snap changes | MATCH \"$REFRESH_ID\s+Done\s+.*\"" | ||
|
|
@@ -90,7 +90,7 @@ execute: | | |
| remote.exec "snap watch $REVERT_ID" || true | ||
| remote.exec "sudo reboot" || true | ||
| ;; | ||
| pc-kernel|core20) | ||
| pc-kernel|core24) | ||
| # don't manually reboot, wait for automatic snapd reboot | ||
| ;; | ||
| esac | ||
|
|
@@ -101,7 +101,7 @@ execute: | | |
|
|
||
| echo "Check the change is completed" | ||
| case "$SNAP" in | ||
| pc-kernel|core20) | ||
| pc-kernel|core24) | ||
| retry --wait 1 -n 10 --env REVERT_ID="$REVERT_ID" sh -c "remote.exec snap changes | MATCH \"$REVERT_ID\s+Done\s+.*\"" | ||
| ;; | ||
| esac | ||
Uh oh!
There was an error while loading. Please reload this page.