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 Apr 11, 2024
1 parent 4869fb1 commit ab2a209
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ schedule:
- autoyast/repos
- autoyast/logs
- autoyast/autoyast_reboot
- console/scc_deregistration
- installation/grub_test
- installation/first_boot
- console/system_prepare
Expand Down
29 changes: 29 additions & 0 deletions schedule/yast/maintenance/offline_migration_15sp4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: schedule/yast/maintenance/offline_migration_15sp4
description: |
This is for offline migraiton tests with unreleased maintenance updates
ORIGIN_SYSTEM_VERSION: '%HDDVERSION%'
UPGRADE_TARGET_VERSION: '%VERSION%'
schedule:
- autoyast/prepare_profile
- migration/version_switch_origin_system
- installation/bootloader
- boot/boot_to_desktop
- migration/suseconnect_register_system
- console/check_system_info
- migration/record_disk_info
- migration/reboot_to_upgrade
- migration/version_switch_upgrade_target
- 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/check_os_release
- console/check_system_info
- console/hostname

0 comments on commit ab2a209

Please sign in to comment.