Skip to content

Commit

Permalink
Use different pod for windows integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Shank committed Nov 12, 2019
1 parent 9dce832 commit 6c5e75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
agent {
kubernetes {
cloud 'kubernetes'
label 'maven-pod'
label 'windows-pod'
yamlFile 'jenkins/maven-pod.yaml'
}
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
</activation>
<properties>
<concurrency>2</concurrency>
<it.runOrder>reversealphabetical</it.runOrder>
<it.runOrder>alphabetical</it.runOrder>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 6c5e75f

Please sign in to comment.