Stephen Lowrie

Results 23 comments of Stephen Lowrie

A couple questions: What happens if: - The max-machine count is less than the required amount of machines for a given test (e.x. the test needs 3 machines and max-machines...

I think we'd probably have to make it as an enhancement to `capnslog` if we want to keep outputting the non-debug output to stdout.

Found an example of using a Hook in logrus to output to multiple locations depending on error level: https://gist.github.com/cirocosta/0ca74af1d9700aad5ec40425ef587640

I think that if an implementation of the `-n` flag is done we'd probably want to force the `--keep-going` functionality if the parallel flag is given. To properly implement the...

We can extend the timer (it's currently [300 seconds, 30 checks with one every 10 seconds](https://github.com/coreos/mantle/blob/master/platform/platform.go#L34-L35)) but at some interval it feels like there's a valid issue that the machine...

`Switch board to architecture and drop -usr extension` is split out as coreos/coreos-assembler#1170

Should the `window_start` also include a timezone indicator and/or another variable specifying it? It seems reasonable that I might want to do all reboots within a specific timezone independent window...

Maybe default to UTC and have a flag for using local time?