Skip to content

Use partial clone for setting up as-if-jh branch

Lin Jen-Shin requested to merge 390409-partial-clone-for-as-if-jh into master

What does this MR do and why?

Use partial clone for setting up as-if-jh branch

Try strategy mentioned at: #390409 (comment 1309535566)

Approach in this merge request (GIT_STRATEGY set to none and clone with --filter=tree:0)

About 2 minutes for the job with 4 samples:

Slightly slower but potentially more reliable.

Approach before this merge request (GIT_DEPTH set to 20 and use git fetch --unshallow --filter=tree:0)

About 1.5 minutes:

Occasionally we see this error: #390409 (closed)

Interestingly, it's been awhile since last time I saw this error!

Approach with full clone (GIT_DEPTH set to 0)

About 5 minutes:

Related to #390409 (closed)

Edited by Lin Jen-Shin

Merge request reports

Loading