bneradt opened a new pull request, #440: URL: https://github.com/apache/trafficserver-ci/pull/440
Fresh CI workspaces still transfer a large amount of Git history even when Jenkins fetches from the controller mirror. Narrow PR refspecs avoid fetching unrelated refs, but full-depth checkouts can still pull most of the ATS object history and slow down PR fanout and branch builds. This makes PR and branch source checkouts shallow and no-tags by default. PR jobs keep honorRefspec and use depth 1000 so PreBuildMerge can still find the merge base in normal cases, while branch jobs fail fast if asked to build an older SHA outside the shallow window. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
