In builds table for MR there are reduntant information: 1. ref 2. stage
It could be better to move this information up as a separate line of information because this information is the same for each build.
Ref name is often long, and there is no space to show it as one line in that column.
New header table info could looks like this
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related or that one is blocking others.
Learn more.
Would this be possible on the Project Builds page too? Get rid of the Commit and Ref columns and instead add a row between each set of Builds that says "X Builds for commit SHA in branch at stage X"? Would make the Project Builds overview a lot easier to go through.
As for the initial suggestion, the only problem would be if there's more than just the single test stage? Is that possible?
@tiagonbotelho Feel free to do it for merge request page for now. The thing is that you can have multiple different stages. Your design needs to include that too.
@tiagonbotelho Since 8.5 we have build seeds in GDK, so you should see builds on latest commits. Feel free to ping me if you have questions related to CI.
From what I can tell, the redundant information is gone from the MR build list now, but there's no build summary line as proposed. Can we close this issue?