Uh oh!
There was an error while loading. Please reload this page.
cross-crossgen job, reduce workitem size - #33436
Conversation
Uh oh!
There was an error while loading. Please reload this page.
jashook
commented
Mar 11, 2020
Console looks good to me, run time on device is 7 minutes. Total time is ~14 minutes, so ~7 minute copy and unpack time. |
jashook
commented
Mar 11, 2020
The sooner this is merged the more capacity we can give back to the lab @echesakovMSFT ptal |
Uh oh!
There was an error while loading. Please reload this page.
jashook
commented
Mar 11, 2020
This makes sense and saves a minute+ Will do this is a follow up change though. |
echesakov
commented
Mar 11, 2020
@jashook That probably means that there is no much room left for improvement other than parallelizing across multiple Helix machines? |
jashook
commented
Mar 11, 2020
I still would like to get #33175 merged. I believe we can drop the execution time down by half. In general to me executing on multiple machines seems like a waste if the time to download is larger than the execution time. |
jashook
commented
Mar 11, 2020
There is more pruning that can happen in the core_root directory. #33438 tracks this. |
The work item should be ~1/2 the size of the older workitem. The largest difference will be the bin/* folder will now be ommitted.
Workitem size goes from 750m to 350m, decided to print the elapsed runtime as well into the console log. Which will help with #33175