Skip to content

Commit

Permalink
Remove mentions of the deprecated sles-15-sp1-sap image. (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpeshansky committed Dec 11, 2023
1 parent c77e64f commit 7569b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_test/gce/gce_testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func imageProject(family string) (string, error) {
return "opensuse-cloud", nil
case "sles":
// There are a few different cases:
// "sles-15" and "sles-15-sp1-sap".
// "sles-15" and "sles-15-sp*-sap".
if strings.Contains(family, "-sap") {
return "suse-sap-cloud", nil
}
Expand Down
2 changes: 1 addition & 1 deletion kokoro/config/test/image_lists.gcl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ sles12_x86_64 = _distro {
sles15_x86_64 = _distro {
release = [
'sles-15',
'sles-15-sp1-sap',
'sles-15-sp2-sap',
'sles-15-sp5-sap',
'opensuse-leap',
'opensuse-leap-15-4',
Expand Down

0 comments on commit 7569b27

Please sign in to comment.