diff --git a/repos/smuzaffar/cmssw/repo_config.py b/repos/smuzaffar/cmssw/repo_config.py index b67b789363b8..86d346111f74 100644 --- a/repos/smuzaffar/cmssw/repo_config.py +++ b/repos/smuzaffar/cmssw/repo_config.py @@ -22,3 +22,5 @@ IGNORE_ISSUES = [10] #Set the Jenkins slave label is your tests needs special machines to run. JENKINS_SLAVE_LABEL="" +#For cmsdist/cmssw repos , set it to False if you do not want to run standard cms pr tests +CMS_STANDARD_TESTS=True