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 5, 2024
1 parent 2b074ee commit 2eef41b
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
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
- console/hostname
- shutdown/grub_set_bootargs
- shutdown/shutdown
36 changes: 36 additions & 0 deletions schedule/yast/maintenance/offline_migration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
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

Check failure on line 10 in schedule/yast/maintenance/offline_migration.yaml

View workflow job for this annotation

GitHub Actions / CI: Running static tests with perl v5.32

10:4 [comments] missing starting space in comment
#- boot/boot_to_desktop

Check failure on line 11 in schedule/yast/maintenance/offline_migration.yaml

View workflow job for this annotation

GitHub Actions / CI: Running static tests with perl v5.32

11:4 [comments] missing starting space in comment
#- console/check_system_info

Check failure on line 12 in schedule/yast/maintenance/offline_migration.yaml

View workflow job for this annotation

GitHub Actions / CI: Running static tests with perl v5.32

12:4 [comments] missing starting space in comment
#- migration/record_disk_info

Check failure on line 13 in schedule/yast/maintenance/offline_migration.yaml

View workflow job for this annotation

GitHub Actions / CI: Running static tests with perl v5.32

13:4 [comments] missing starting space in comment
#- migration/reboot_to_upgrade

Check failure on line 14 in schedule/yast/maintenance/offline_migration.yaml

View workflow job for this annotation

GitHub Actions / CI: Running static tests with perl v5.32

14:4 [comments] missing starting space in comment
# - 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 2eef41b

Please sign in to comment.