You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 -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
The text was updated successfully, but these errors were encountered: