Skip to content

Commit

Permalink
Subset of supported versions until we make them to work
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jun 17, 2020
1 parent 802a622 commit d74b1b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/windows.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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', 'windows-2012-r2', 'windows-2008-r2', 'windows-7', 'windows-7-32-bit']
@Field def windowsVersions = ['windows-2019', 'windows-2016']

pipeline {
agent { label 'ubuntu && immutable' }
Expand Down

0 comments on commit d74b1b7

Please sign in to comment.