Get exact build start/stop times from the remote
[?]
Dec 7, 2016, 3:10 PM
J5YPMWCJCTBMNR67TSQSJKJPACOBFQJ5NHFUCP3QHT6FMPH4TXMACDependencies
Change contents
- edit in src/hydra-queue-runner/build-remote.cc at line 302
auto start = readInt(from);auto stop = readInt(from);if (start && start) {/* Note: this represents the duration of a singleround, rather than all rounds. */result.startTime = start;result.stopTime = stop;}