Skip to content

Commit

Permalink
Provide migration from SLES 12 SP5 to SLES 15 SP4 in aggregated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hjluo committed Mar 4, 2024
1 parent 2b074ee commit ce883d2
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: autoyast_create_hdd_maintenance_migration
schedule:
- autoyast/prepare_profile
- installation/isosize
- installation/bootloader
- autoyast/installation
- autoyast/console
- autoyast/login
- autoyast/wicked
- autoyast/repos
- autoyast/logs
- autoyast/autoyast_reboot
- installation/grub_test
- installation/first_boot
- console/system_prepare
- qa_automation/patch_and_reboot
- console/hostname
- shutdown/grub_set_bootargs
- shutdown/cleanup_before_shutdown
- shutdown/shutdown
37 changes: 37 additions & 0 deletions schedule/yast/maintenance/offline_migration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: schedule/yast/maintenance/migration_offline_scc_x86_64.yaml
description: |
This is for offline migraiton tests with MU on x86_64.
vars:
DESKTOP: gnome
BOOT_HDD_IMAGE: 1
ORIGIN_SYSTEM_VERSION: '%HDDVERSION%'
UPGRADE_TARGET_VERSION: '%VERSION%'
schedule:
- migration/version_switch_origin_system
- boot/boot_to_desktop
- upgrade/patch_sle
- console/check_system_info
- migration/record_disk_info
- migration/reboot_to_upgrade
- migration/version_switch_upgrade_target
- installation/bootloader
- installation/welcome
- installation/upgrade_select
- installation/scc_registration
- installation/addon_products_sle
- installation/resolve_dependency_issues
- installation/installation_overview
- installation/disable_grub_timeout
- installation/start_install
- installation/await_install
- installation/logs_from_installation_system
- installation/reboot_after_installation
- installation/grub_test
- installation/first_boot
- migration/post_upgrade
- console/system_prepare
- console/consoletest_setup
- console/zypper_lr
- console/check_os_release
- console/check_system_info
- console/hostname
2 changes: 1 addition & 1 deletion tests/installation/addon_products_sle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ sub run {
my ($self) = @_;

if (get_var('SKIP_INSTALLER_SCREEN', 0)) {
advance_installer_window('inst-addon');
advance_installer_window('inst-addon') unless check_var('UPGRADE', 1);
set_var('SKIP_INSTALLER_SCREEN', 0);
}
# Wait for the addon products screen if needed
Expand Down

0 comments on commit ce883d2

Please sign in to comment.