Skip to content

Commit

Permalink
Remove SLES-15-SP2-SAP from e2e tests and add the new SLES-15-SP6 (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudOuka authored Nov 14, 2024
1 parent 9c36f20 commit 63d85f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ var HeadSUSEImages = func() map[string]string {

"suse-sap-cloud/sles-12-sp5-sap": "projects/suse-sap-cloud/global/images/family/sles-12-sp5-sap",
"suse-sap-cloud/sles-15-sp5-sap": "projects/suse-sap-cloud/global/images/family/sles-15-sp5-sap",
"suse-sap-cloud/sles-15-sp6-sap": "projects/suse-sap-cloud/global/images/family/sles-15-sp6-sap",

"suse-sap-cloud/sles-15-sp5-hardened-sap": "projects/suse-sap-cloud/global/images/family/sles-sap-15-sp5-hardened",

Expand All @@ -376,7 +377,6 @@ var OldSUSEImages = func() map[string]string {
// TODO: enable SUSE tests to use testing pkgs after Artifact Registry supports zypper installation from private repos
if config.AgentRepo() != "testing" {
imgsMap = map[string]string{
"old/sles-15-sp2-sap": "projects/suse-sap-cloud/global/images/sles-15-sp2-sap-v20231214-x86-64",
"old/sles-15-sp3-sap": "projects/suse-sap-cloud/global/images/sles-15-sp3-sap-v20231214-x86-64",
"old/sles-15-sp4-sap": "projects/suse-sap-cloud/global/images/sles-15-sp4-sap-v20240208-x86-64",
}
Expand Down

0 comments on commit 63d85f5

Please sign in to comment.