Closed grisu48 closed 8 months ago
Raised the topic in https://suse.slack.com/archives/C02CANHLANP/p1707404568507239
Looks like this is by design and we need to filter those results out in openqa-revtui
.
I cannot find a way to filter out jobs from cloned or investigated jobs, as the job group id is not provided to jobs.
We opened https://progress.opensuse.org/issues/155398 to allow for such feature.
Closing as duplicate of https://github.com/grisu48/openqa-mon/issues/76
Closing as duplicate of https://github.com/grisu48/openqa-mon/issues/76
By now that's https://github.com/os-autoinst/openqa-mon/issues/76
In the current configuration, investigate jobs spawned by
geekotest
or test jobs byclone-custom-git-refspec
are displayed in some job groups, e.g. inopensuse-microos.toml
because we're only selecting based on flavor.We must not show results from
_GROUP=0
. I'm not sure if they should be returned by the openQA API or if we have to filter them out afterwards.