I would like to compare results of “meson test” command for selected tag (e.g. 1.20.6) with official ones. My question is how can I find them.
I looked into CI jobs for commit with 1.20.6 tag - Pipeline · GStreamer / gstreamer · GitLab and saw they are created, but not run yet. I checked different commits and I only saw test jobs which were canceled.
Because testing can be resource intensive, I thought that maybe full CI testing take place when “big” release happens like 1.20.0. But also I can’t find a test results.
The CI only runs on the MR pipelines, not on the merged branches. As all merges are fast-forward merges, the code is literally the same as in the MR pipeline so an additional CI run would only waste resources.