Keep track of the number of unsupported steps
[?]
Mar 26, 2020, 2:26 PM
XCXMK24UK6CIYCJITRERAX3IBAH5EW22SLWD2JPHVWBOSFVTGOQQCDependencies
- [2]
NJXD2ABJAbort unsupported build steps - [*]
MHVIT4JYSplit hydra-queue-runner.cc more - [*]
IK2UBDAURevive jobset scheduling - [*]
24BMQDZAStart of single-process hydra-queue-runner - [*]
DWFTK56EKeep track of how many threads are waiting - [*]
SOB276BAKeep some statistics for the binary cache stores - [*]
HJOEIMLRRefactor - [*]
DODOGD7MSend queue runner stats to statsd
Change contents
- edit in src/hydra-queue-runner/dispatcher.cc at line 330
size_t count = 0; - edit in src/hydra-queue-runner/dispatcher.cc at line 346
if (!supported)count++; - edit in src/hydra-queue-runner/dispatcher.cc at line 404
nrUnsupportedSteps = count; - edit in src/hydra-queue-runner/hydra-queue-runner.cc at line 526
root.attr("nrUnsupportedSteps", nrUnsupportedSteps); - edit in src/hydra-queue-runner/state.hh at line 358
counter nrUnsupportedSteps{0}; - edit in src/script/hydra-send-stats at line 37[10.1320][10.1320]
gauge("hydra.queue.steps.unsupported", $json->{nrUnsupportedSteps});