To all users of openQA, good news everyone! openQA has gained a new feature called "Custom hook scripts on 'job done' based on result". With this every openQA instance can be configured to run custom scripts or applications whenever a openQA job finishes. Based on the result of the job different scripts can be called, for example for a "failed" or "incomplete" or "passed" job. Next to the already existing AMQP events (http://open.qa/docs/#_configuring_amqp_message_emission) in openQA this could be used to send notifications, trigger other steps of a bigger CI pipeline or run additional analysis steps on test results. Our common openSUSE instance openqa.opensuse.org is using this feature already and triggers the so called "auto-review"-workflow, see https://github.com/os-autoinst/scripts/#auto-review---automatically-detect-k... for details. With this incomplete and failed jobs are automatically labeled with ticket links for "known issues" based on simple regex strings specified in tickets on progress.opensuse.org, our main issue tracker for test issues. Also, where specified accordingly in these tickets, jobs are automatically retriggered. With this we envision that the review of openQA test results can become much easier. Of course we are never tired to improve the workflows even further, work on new ideas and improve the overall quality even more. If you want to know more about openQA in general visit http://open.qa/ Have fun, Oliver for the SUSE QE Tools team