Add some debug code
[?]
Mar 7, 2018, 9:23 AM
QAPR72LX6K24XLPX37ZZGAJWOYM2BIHNCHIZZXGKCIC3RWUE43DACDependencies
- [2]
46ADBTMQStart steps in order of ascending build ID - [3]
4I2HF4L3Unindent - [4]
PDJCVDVYFix segfault sorting runnable steps - [5]
TTBLPQAJKeep track of wait time per system type - [6]
5N7LVAJNKeep track of requiredSystemFeatures in the machine stats - [7]
EYR3EW6JKeep stats for the Hydra auto scaler - [*]
MHVIT4JYSplit hydra-queue-runner.cc more
Change contents
- replacement in src/hydra-queue-runner/dispatcher.cc at line 249
if (!mi.machine->supportsStep(step)) continue;if (!mi.machine->supportsStep(step)) {debug("machine '%s' does not support step '%s' (system type '%s')",mi.machine->sshName, step->drvPath, step->drv.platform);continue;}