How to get latest green build from UE main branch (perforce)

Hi, we’ve successfully merged the UE main branch to our main, but we’re not sure how to find information about the “latest green build” on main. Your colleagues in Stockholm (UE fest) mentioned that there’s a mechanism for this, but we haven’t been able to locate it.

Right now we merged some “random latest” changelist. We will be merging regularly, so ideally we would like to merge each green build asap.

Hi Petr,

Check out the //UE5/Dev-Main-LastGreenBuild stream. It’s regularly updated with a known good CL.

Example stream path: import … //UE5/Main/…@46753402

Hi Carl,

that sounds good, problem is that when I login into your perforce replica under our company account under UE5 depot I see a lot of Dev-* depots but not the //UE5/Dev-Main-LastGreenBuild (under the depot tree). Can you please check out account permissions, we cannot see it now.

When I try to find it manually it says The path //UE5/Dev-Main-LastGreenBuildcould not be found.

That’s strange. Checking with our Perforce people it might be due to it being a virtual stream.

Can you try finding it via Streams tab in P4V or via the command-line?

p4 streams //UE5/Dev-Main-LastGreenBuild

Oh, thanks, it did not occur to me it would be virtual stream, sorry, I have been able to find it and I can see the revision/change it is on, in the stream details. Thank you very much.