On Fri, 2017-10-13 at 18:09 +0200, Normand wrote:
Hello Adam,
What are the currently running openQA rpm versions on openqa.stg.fedoraproject.org ?
I saw in (1) that this version is sorting the successive runs with most recents on top, which is an option I like.
But we do not have such behaviour on our openQA server running f26 fedora with following openQA versions: === $rpm -qa |grep -i openqa |sort openqa-4.4-49.20170409gitfead7af.fc26.noarch openqa-client-4.4-49.20170409gitfead7af.fc26.noarch openqa-common-4.4-49.20170409gitfead7af.fc26.noarch openqa-httpd-4.4-49.20170409gitfead7af.fc26.noarch openqa-plugin-fedmsg-4.4-49.20170409gitfead7af.fc26.noarch openqa-worker-4.4-49.20170409gitfead7af.fc26.noarch ===
This is actually configurable. Go to the Job Groups page from the admin menu, click on a group, click Edit Job Group Properties, and select "Sort by time job most recently created".
I actually implemented this :P https://github.com/os-autoinst/openQA/pull/1243
The version running on both prod and stg at present is 4.4-64, btw. But this feature should be in -49 I think, it was merged on March 7. The new scheduler was implemented since -49 which has been causing various problems, but it's *mostly* working okay now I think...