Skip to content

Commit

Permalink
Reduce yaml files for yast_{no_,}self_update
Browse files Browse the repository at this point in the history
Unify yast_no_self_update schedule files

Added aarch64 specific case on yast_no_self_update

Unify yast_self_update schedule

Moved vars to test_suites.yaml
  • Loading branch information
okynos committed Aug 6, 2024
1 parent dfb5105 commit 9012f3d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ description: >
hard checks are done that the self-updating is really disabled.
Installation is validated by successful boot and that YaST does not report
any issue.
vars:
INSTALLER_NO_SELF_UPDATE: 1
YUI_REST_API: 1
schedule:
license_agreement:
- installation/validate_no_self_update
- installation/licensing/accept_license
product_selection:
- installation/product_selection/install_SLES
- installation/validate_no_self_update
software:
- installation/installation_settings/validate_default_target
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ description: >
hard checks are done that the self-updating is really disabled.
Installation is validated by successful boot and that YaST does not report
any issue.
vars:
INSTALLER_NO_SELF_UPDATE: 1
YUI_REST_API: 1
schedule:
license_agreement:
- installation/validate_no_self_update
- installation/licensing/accept_license
product_selection:
- installation/validate_no_self_update
software:
- installation/installation_settings/validate_default_target
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ description: >
checks are done that the self-updating is really disabled.
Installation is validated by successful boot and that YaST does not report
any issue.
vars:
INSTALLER_SELF_UPDATE: 'http://openqa.suse.de/assets/repo/%REPO_SLE_PRODUCT_SLES%'
YUI_REST_API: 1
schedule:
product_selection:
- installation/product_selection/install_SLES
- installation/validate_self_update
license_agreement:
- installation/licensing/accept_license
software:
- installation/installation_settings/validate_default_target
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ description: >
checks are done that the self-updating is really disabled.
Installation is validated by successful boot and that YaST does not report
any issue.
vars:
INSTALLER_SELF_UPDATE: 'http://openqa.suse.de/assets/repo/%REPO_SLE_PRODUCT_SLES%'
YUI_REST_API: 1
schedule:
license_agreement:
- installation/validate_self_update
Expand Down
33 changes: 0 additions & 33 deletions schedule/yast/yast_no_self_update/yast_no_self_update.yaml

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions schedule/yast/yast_no_self_update/yast_no_self_update_pvm.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions schedule/yast/yast_self_update/yast_self_update.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions schedule/yast/yast_self_update/yast_self_update@s390x_kvm.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions schedule/yast/yast_self_update/yast_self_update_pvm.yaml

This file was deleted.

0 comments on commit 9012f3d

Please sign in to comment.