Skip to content

Commit

Permalink
[CI] support windows-7-32 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jul 9, 2020
1 parent 57c4280 commit be0e98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/windows.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +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
- 'windows-2012-r2', 'windows-2008-r2', 'windows-7' 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-7-32-bit']

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

0 comments on commit be0e98a

Please sign in to comment.