Not 100% sure about this, but it might be better than the current method of:
- Make a copy of shelved cl
- Save cl number in BK metadata
- Prefer this over the users original, for stricter versioning
Possible benfits:
A) Less load on p4 server, no changelists that hang about forever
B) Faster vs p4 print -o for each file (maybe?)
Major Caveat: Loses ability to iterate quickly on a given step by retrying it without the need to run the entire pipeline again
Not 100% sure about this, but it might be better than the current method of:
Possible benfits:
A) Less load on p4 server, no changelists that hang about forever
B) Faster vs
p4 print -ofor each file (maybe?)Major Caveat: Loses ability to iterate quickly on a given step by retrying it without the need to run the entire pipeline again