Skip to content

Commit a17a40e

Browse files
committed
[RelEng] Disable validation when adding child to composite repository
Not verifying the existing of the child to add can increase the robustness of the operation (it guards against false negative existence check results due to server-side caching issues). And the added child repositories are expected to always exist anyways, otherwise it's a programming/configuration error.
1 parent 13de438 commit a17a40e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

JenkinsJobs/Releng/modifyP2CompositeRepository.jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pipeline {
4646
-Dp2.composite.children.add=${params.add} \\
4747
-Dp2.composite.children.remove=${params.remove} \\
4848
-Dp2.composite.children.limit=${params.sizeLimit ?: 0} \\
49+
-Dp2.composite.validate=false \\
4950
${params.repositoryName ? ("-Dp2.repository.name='" + params.repositoryName + "'") : ''} \\
5051
"""
5152
sshagent(['projects-storage.eclipse.org-bot-ssh']) {

0 commit comments

Comments
 (0)