From b8c95538dc865d76d56d396d7ba72b65d64b935f Mon Sep 17 00:00:00 2001 From: Michael Madden Date: Thu, 18 Jun 2020 08:06:29 -0500 Subject: [PATCH] Enable macOS tests (#19257) (cherry picked from commit 860d1e39a1acee443f3497e2916f77b52f222a1a) --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a4090cd1873..ce518d13355 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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.') @@ -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