Files
fedora-infra_ansible/roles/openqa/server
Adam Williamson d8ef7c0ad6 openqa_server: try a new approach for checking test changes
basically, dump the config from the server before loading the
templates file, dump it after, and use json_diff to compare.

I wanted to make the actual template loading script from openQA
do some kind of check in '--clean' mode, but given how it's
designed that's not really terribly practical without doing
some major re-architecting, and this seems like a relatively
simple alternative. With this change, the actual "Load tests"
step will never show 'changed', but the subsequent 'Check if
the tests changed in previous step' step will show as changed
when appropriate.
2015-12-15 14:18:14 -08:00
..