Skip to content

Commit

Permalink
Remove references to Windows 2012 R2 (now EOL). (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpeshansky authored Oct 11, 2023
1 parent e07848e commit b405792
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 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 @@ -36,7 +36,7 @@ AGENT_PACKAGES_IN_GCS, for details see README.md.
PROJECT=dev_project \
ZONES=us-central1-b \
PLATFORMS=debian-10,centos-8,rhel-8-1-sap-ha,sles-15,ubuntu-2004-lts,windows-2012-r2,windows-2019 \
PLATFORMS=debian-10,centos-8,rhel-8-1-sap-ha,sles-15,ubuntu-2004-lts,windows-2016,windows-2019 \
go test -v ops_agent_test.go \
-test.parallel=1000 \
-tags=integration_test \
Expand Down
4 changes: 1 addition & 3 deletions kokoro/config/test/image_lists.gcl
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ sles15_aarch64 = _distro {
// Windows distros.
windows_x86_64 = _distro {
release = [
'windows-2012-r2',
'windows-2012-r2-core',
'windows-2016',
'windows-2016-core',
'windows-2019',
Expand All @@ -157,7 +155,7 @@ windows_x86_64 = _distro {
'windows-2022-core',
]
presubmit = [
'windows-2012-r2',
'windows-2016-core',
// TODO(martijnvs): Switch this to windows-20h2-core.
'windows-2019',
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ import 'common.gcl' as common
config build = common.third_party_apps_test {
params {
platforms = [
'windows-2012-r2',
'windows-2019',
'sql-std-2019-win-2019',
'windows-2022',
'windows-2022',
'sql-std-2022-win-2022',
]
}
Expand Down
2 changes: 1 addition & 1 deletion kokoro/config/test/third_party_apps/windows_x86_64.gcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'common.gcl' as common
config build = common.third_party_apps_test {
params {
platforms = [
'windows-2012-r2',
'windows-2019',
'sql-std-2019-win-2019',
]
}
Expand Down

0 comments on commit b405792

Please sign in to comment.