diff --git a/.ci/windows.groovy b/.ci/windows.groovy index 3c62e3805f6..86fc5e00a8c 100644 --- a/.ci/windows.groovy +++ b/.ci/windows.groovy @@ -12,11 +12,10 @@ import groovy.transform.Field /** List of supported windows versions to be tested with NOTE: - - 'windows-10' is too slow - 'windows-2012-r2', 'windows-2008-r2', 'windows-7', 'windows-7-32-bit' are disabled since we are working on releasing each windows version incrementally. */ -@Field def windowsVersions = ['windows-2019', 'windows-2016'] +@Field def windowsVersions = ['windows-2019', 'windows-2016', 'windows-10'] pipeline { agent { label 'ubuntu && immutable' }