Skip to content

Commit

Permalink
Enable macOS tests (elastic#19257)
Browse files Browse the repository at this point in the history
(cherry picked from commit 860d1e3)
  • Loading branch information
mikemadden42 authored Jun 18, 2020
1 parent c14e412 commit b8c9553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pipeline {
parameters {
booleanParam(name: 'runAllStages', defaultValue: false, description: 'Allow to run all stages.')
booleanParam(name: 'windowsTest', defaultValue: true, description: 'Allow Windows stages.')
booleanParam(name: 'macosTest', defaultValue: false, description: 'Allow macOS stages.')
booleanParam(name: 'macosTest', defaultValue: true, description: 'Allow macOS stages.')

booleanParam(name: 'allCloudTests', defaultValue: false, description: 'Run all cloud integration tests.')
booleanParam(name: 'awsCloudTests', defaultValue: false, description: 'Run AWS cloud integration tests.')
Expand Down Expand Up @@ -1283,7 +1283,7 @@ def loadConfigEnvVars(){
}

/**
This method gathers the module name, if required, in order to run the ITs only if
This method gathers the module name, if required, in order to run the ITs only if
the changeset affects a specific module.
For such, it's required to look for changes under the module folder and exclude anything else
Expand Down

0 comments on commit b8c9553

Please sign in to comment.