Show patches with: Submitter = Michael-Doyle Hudson       |    Archived = No       |   154 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 102: some uncontroversial coding style improvements from the config branch --- 2011-09-08 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 103: more mostly formatting changes to make reviewing the config branch easier --- 2011-09-08 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 104: remove sampledata.json (that hung around for a while!) --- 2011-09-08 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 105: merge the config branch of doom. --- 2011-09-09 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 122: copy device_type from job data to result metadata if present --- 2011-09-27 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 130: make the name of the lava_{android_, }test_run test cases submitted to lava include the name of th... --- 2011-10-13 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 136: sprinkle logging.exceptions around every except: that could swallow a traceback --- 2011-10-18 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 138: record why os.link failed too --- 2011-10-18 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 139: move the selection of which character the boot loader uses on a board into the device config --- 2011-10-20 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 140: remove the BaseAndroidAction class, moving its only method to LavaAndroidClient --- 2011-10-20 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 150: move all the stuff that knows about conmux to a concrete subclass of a new connection abstract class --- 2011-10-26 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 151: remove old android tests and LavaAndroidClient --- 2011-10-27 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 152: fix demo job to install and run the same test --- 2011-10-27 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 155: fix pypi installations issues --- 2011-11-14 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 163: update android demo job to download urls that will hopefully exist for a while --- 2011-11-18 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 164: have soft_reboot look for a message that both android and regular images print --- 2011-11-18 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 168: add a --config-dir option that you can point at a directory containing the lava-dispatcher.conf f... --- 2011-11-28 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 169: Major refactoring of how the dispatcher deploys images and communicates with --- 2011-11-30 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 170: silly mistake --- 2011-11-30 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 172: use the context's config rather than reading it again in _install_lava_test --- 2011-12-06 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 173: move the wget | tar type of deployment into a helper function, and make sure that we fail if this... --- 2011-12-07 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 174: accept a client_type of "conmux" as an alias for "master" for now --- 2011-12-07 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 175: Added support for snowball V5 and later (Le Chi Thu) --- 2011-12-07 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 176: bump version, record changes --- 2011-12-07 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 187: put delimiters around the ip address so that we can be sure we are matching all of it --- 2012-01-04 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 189: support the inclusion of a auth token in the job file and use it when submitting results --- 2012-01-12 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 191: update changelog a bit --- 2012-01-15 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 192: delete temporary images when boot_master_image fails during deployment --- 2012-01-15 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 205: pass on timeout in PrefixCommandRunner.run (Le Chi Thu) --- 2012-01-26 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 216: fix bug 921632: still submit some results even if retrieve_results blows up --- 2012-02-02 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 225: allow deployment from an image file as well as a rootfs/hwpack combination --- 2012-02-08 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 226: make qemu deployment work again --- 2012-02-09 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 227: Auto accept the new snowball license update. --- 2012-02-09 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 228: bump version --- 2012-02-09 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 229: allow the job file to contain unknown propertiies --- 2012-02-15 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 230: revert previous change, does not work at all --- 2012-02-15 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 231: allow the job file to contain unknown propertiies, for real this time --- 2012-02-15 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 233: change the default behaviour of CommandRunner.run() to raise --- 2012-02-20 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 234: missing failok in android deployment --- 2012-02-26 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 235: combine the two submit_results actions into one, leaving a compatibility shim behind --- 2012-02-26 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 236: allow deploying from an image compressed with gzip, bzip2 or xz --- 2012-02-29 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 237: remove the connection abstraction which did not work very well --- 2012-03-02 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 238: add support for optionally including a job id in the process name as seen by top (Zygmunt) --- 2012-03-02 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 239: version bump & changes --- 2012-03-02 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 240: allow the board config to specify how to power cycle a board --- 2012-03-06 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 241: allow device_option to take an extra argument, as used in hard_reset (oops) --- 2012-03-08 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 242: pass --force-yes to apt-get & call lava-test reset after installing it --- 2012-03-09 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 243: Increase wget connect timeout to see if it improves deployment reliability when the server is busy --- 2012-03-09 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 244: Nothing in the dispatcher has cared about the image_type field in the JSON for a while now, so st... --- 2012-03-11 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 245: add health_check field in schema (Spring Zhang) --- 2012-03-12 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 246: backfill changes --- 2012-03-13 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 247: bump version --- 2012-03-13 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 248: fix rest in README --- 2012-03-13 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 249: open 0.5.8 for development --- 2012-03-13 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 250: Support for booting Versatile Express via UEFI --- 2012-03-13 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 251: release 0.5.8 --- 2012-03-13 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 252: open 0.5.9 for development --- 2012-03-13 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 253: make the validation of the job file that happens before a job starts much more rigorous --- 2012-03-13 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 259: * Omit the commands we send to the board from the log (as this output is --- 2012-03-19 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 264: open 0.5.11 for development --- 2012-03-27 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 265: Add qemu_drive_interface configuration option for the LAVA QEMU client. --- 2012-03-27 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 267: make sure that we look for bundles on the device even if all test runs fail --- 2012-03-28 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 268: Fix boot android image problem caused by changing of init.rc file (ChiThu) --- 2012-04-01 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 269: backfill changes --- 2012-04-02 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 270: release 0.5.11 --- 2012-04-02 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 271: open 0.5.12 for development --- 2012-04-02 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 275: allow overriding the command to stop the normal boot process and string to look for to know that ... --- 2012-04-18 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 281: update the schema for add_apt_repository to match usage --- 2012-05-07 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 282: kill the process talking to the device under test on process exit (Abner Silva) --- 2012-05-09 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 283: tags support in the dispatcher (Rafael Martins) --- 2012-05-09 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 284: Explicitly specify network options for QEMU. This avoids random network configuration failures at... --- 2012-05-09 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 286: runs all the commands run by the lava_test_install action with a helper that catches errors and r... --- 2012-05-10 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 287: backfill changes --- 2012-05-17 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 288: release 0.7 --- 2012-05-17 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 289: post release bumps --- 2012-05-17 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 290: reapply dave's changes to increase timeouts around setting proxies --- 2012-05-17 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 291: change options to wget in the wget|tar step to be somewhat but not too verbose --- 2012-05-17 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 292: do not fetch the test images onto the board through squid --- 2012-05-17 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 293: release 0.7.1 --- 2012-05-17 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 294: post release bump --- 2012-05-17 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 295: Added the config option LAVA_TEST_DEB, to allow the installation of lava-test with apt-get. (Rafa... --- 2012-05-23 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 296: Add support to install extra debian packages from lava_test_install (Luis Araujo) --- 2012-05-23 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 301: release 0.8 --- 2012-05-25 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 302: post release bump --- 2012-05-25 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 303: parenthesize arguments to string-% correctly --- 2012-05-28 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 304: Fix from Le Chi Thu to log a message when submit_results fails --- 2012-05-29 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 305: make the deployment retrying a little more robust and clearer --- 2012-05-29 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 306: release 0.9 --- 2012-05-31 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 307: post release bump --- 2012-05-31 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 308: add a command that you can run before executing connection_command --- 2012-06-01 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 309: add "lava connect" and "lava power-cycle" commands --- 2012-06-01 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 310: release 0.10 --- 2012-06-01 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 311: post release bump --- 2012-06-01 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 312: watch for various messages from the connection_command that indicate --- 2012-06-01 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 313: release 0.11 --- 2012-06-01 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 314: post release bump --- 2012-06-01 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 316: the hot key message does not actually indicate that the cyclades port is working, so do not wait ... --- 2012-06-06 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 317: release 0.12 --- 2012-06-07 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 318: post release bump --- 2012-06-07 Michael-Doyle Hudson Accepted
[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 319: add all repositories specified in the add_apt_repository command --- 2012-06-10 Michael-Doyle Hudson Accepted
« 1 2 »