Skip to content

Commit

Permalink
Enable macOS tests (elastic#19256)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadden42 authored Jun 18, 2020
1 parent 30d1760 commit eeed95a
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 @@ -1295,7 +1295,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 eeed95a

Please sign in to comment.