Handle specific ref name during api calls for mr pipelines from project with merge results/trains enabled #679
Conversation
faeb579 to
9e9b679
Compare
…esult-option-is-enabled-on-the-project
|
@mvisonneau any chance for this to be merged? 🙏 I have the same problem, |
|
Yes ! Would be lovely if @mvisonneau can have a look :) |
|
I've just been battling with this issue for quite a while and stumbled into this PR. So this proposal would work for all MRs that have at least 1 regular MR pipeline and 1 MR results pipeline. There's a regex which filters the discovered refs before execution ever reaches the changes in this proposal. Here it is: This means that only MR refs with Here's a git patch in another thread that works for us. This one ensures that both the regular MR pipelines and MR results pipelines are gathered and exported: #534 (comment) |
|
We have the same issue and want to use this Fix. |
|
Any updates? I would like to collect metrics for train MRs too |
|
This PR has been inactive for days and is scheduled to close in days. |
This fixes this issue #280 for our setup.
Not sure it's fine as is, or if it'd be better to try to retrieve the settings of the project.