Closed (fixed)
Project:
Drupal core
Version:
11.3.x-dev
Component:
phpunit
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2025 at 13:27 UTC
Updated:
4 Dec 2025 at 17:19 UTC
Jump to comment: Most recent
Comments
Comment #4
alexpottI think we just have to run the jobs that generate metrics on the performance pipeline and be done. I've looked for an issue about this specific issue in gitlab's bug tracker but cannot find it - but Chatgpt could - lol - here's the proper upstream issue https://gitlab.com/gitlab-org/gitlab/-/issues/347537
Comment #5
mondrakeMind getting in #3521541: [CI] Components tests coverage metrics differ by PHP version first? It’s two months old in the RTBC queue. Would help removing noise here.
Comment #6
mondrakeIn the Slack thread at certain point I think the idea was
artifacts: reports: metrics:, also save them as artifact filesartifacts: reports: metrics:This would shave off execution time.
Comment #7
alexpott@mondrake I think that that complexity will introduce fragility and just is not worth it.
Comment #8
mondrakeOK, let's see if this is fine then.
Comment #9
catchWe can skip this again when the gitlab bug is fixed (although it's quite old and has been given a low priority). Performance tests run less frequently than they used to after changes to the grafana dashboard, so we can survive some fairly quick jobs running there.
Comment #14
mondrakeWoot! Metrics started working again! Great one