Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vs-image-pr] Fix submodule checkout for VS image tests (sonic-net#199)
We've started noticing strange errors when we try to checkout submodules during the Test stage of this Jenkins job, like this: 09:01:33 From https://github.com/Azure/sonic-telemetry 09:01:33 e54f9ca..d3336d1 master -> origin/master 09:01:33 fatal: remote error: upload-pack: not our ref ca07e68bb8bafc6e5aab341c5c8a35605044a7d3 09:01:33 fatal: the remote end hung up unexpectedly We've noticed these for sairedis and telemetry. The Build stage is working consistently, and the only difference we can see between this stage and the Test stage is this recursiveSubmodules flag. This PR sets that flag for the Test stage as well in order to mitigate the impact on our PR builds. Signed-off-by: Danny Allen <[email protected]>
- Loading branch information