Skip to content

Commit

Permalink
[CI] support windows-10
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jul 9, 2020
1 parent d03432b commit aefe9df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/windows.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit aefe9df

Please sign in to comment.