Skip to content
Snippets Groups Projects
Commit 8b27e01d authored by Diego Davila Foyo's avatar Diego Davila Foyo
Browse files

Merge branch 'qa' into 'master'

Job Automatic Tuning {41} - hardcoding MaxWallTimeMins = EstimatedWallTimeMins…

See merge request !48
parents 6ba95ea8 7fe4c79e
No related branches found
No related tags found
2 merge requests!62Update JobCleanup.py to fix https://github.com/dmwm/CRABServer/issues/7546,!48Job Automatic Tuning {41} - hardcoding MaxWallTimeMins = EstimatedWallTimeMins…
...@@ -220,6 +220,7 @@ class JobTimeTuner: ...@@ -220,6 +220,7 @@ class JobTimeTuner:
routerEntry["TargetUniverse"] = 5 routerEntry["TargetUniverse"] = 5
routerEntry["Requirements"] = classad.ExprTree(str(requirementsString)) routerEntry["Requirements"] = classad.ExprTree(str(requirementsString))
routerEntry["set_EstimatedWallTimeMins"] = newTime routerEntry["set_EstimatedWallTimeMins"] = newTime
routerEntry["set_MaxWallTimeMins"] = EstimatedWallTimeMins
routerEntry["set_HasBeenRouted"] = False; routerEntry["set_HasBeenRouted"] = False;
routerEntry["set_HasBeenTimingTuned"] = True; routerEntry["set_HasBeenTimingTuned"] = True;
routerEntry["eval_set_LastTimingTuned"] = classad.ExprTree('time()') routerEntry["eval_set_LastTimingTuned"] = classad.ExprTree('time()')
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment