Skip to content

Commit

Permalink
Merge pull request #13274 from bbockelm/enable_condor_service
Browse files Browse the repository at this point in the history
Enable Condor Statistics Service.
  • Loading branch information
cmsbuild committed Feb 15, 2016
2 parents 6b78ad7 + 73fd404 commit 6a40664
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions FWCore/Framework/bin/cmsRun.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,7 @@ int main(int argc, char* argv[]) {
defaultServices.push_back("AdaptorConfig");
defaultServices.push_back("SiteLocalConfigService");
defaultServices.push_back("StatisticsSenderService");
// This default is disabled pending widespread testing. See conversation
// in PR #10056
//defaultServices.push_back("CondorStatusService");
defaultServices.push_back("CondorStatusService");

// Default parameters will be used for the default services
// if they are not overridden from the configuration files.
Expand Down

0 comments on commit 6a40664

Please sign in to comment.