This patchset introduces: 1) Streamlined scheduler results e-mail format 2) Ability to display arbitrary keyvals on the results email 3) Instrument the kvm git build test to take advantage of 1) and 2)
The current code to generate the results email deserves a fair amount of refactoring, but this is a functional and fairly safe strategy (it's scheduler code, so we need to be very conservative handling failures) that implements the changes mentioned. Lucas Meneghel Rodrigues (3): shared.git: Remove double quotes on result of get_topmost_commit virt.installer: Register keyval with installed sw versions scheduler.scheduler_models: Tidy up results format email client/shared/git.py | 2 +- client/virt/base_installer.py | 17 ++++ client/virt/tests/build.py | 1 + global_config.ini | 2 + scheduler/scheduler_models.py | 182 ++++++++++++++++++++++++++++++++---------- 5 files changed, 163 insertions(+), 41 deletions(-) -- 1.7.11.2 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
