Create patch set 5
Change has been successfully rebased and submitted as25858c8b16
3 is the latest approved patch-set. The change was submitted with unreviewed changes in the following files: ``` The name of the file: subcmds/sync.py Insertions: 3, Deletions: 3. @@ -412,7 +412,7 @@ type=int, metavar="JOBS", help="number of network jobs to run in parallel (defaults to " - "--jobs or 1). Only used with --no-interleaved", + "--jobs or 1). Ignored unless --no-interleaved is set", ) p.add_option( "--jobs-checkout", @@ -421,8 +421,8 @@ metavar="JOBS", help=( "number of local checkout jobs to run in parallel (defaults " - f"to --jobs or {DEFAULT_LOCAL_JOBS}). Only used with " - "--no-interleaved" + f"to --jobs or {DEFAULT_LOCAL_JOBS}). Ignored unless " + "--no-interleaved is set" ), ) ``` Patch-set: 5 Patch-set-description: Rebase Subject: sync: Default to interleaved mode Status: merged Commit:25858c8b16
Tag: autogenerated:gerrit:merged Groups:c22dd17f4d
Label: Verified=+1, 2346daa671f106fd01d77d8607e3e9700e7b4b84 Gerrit User 1088583 <1088583@173816e5-2b9a-37c3-8a2e-48639d4f1153> Label: Code-Review=+2, bce4fcdfdfcd6f40336bbb9cb1dfc54b747d42b5 Gerrit User 1142791 <1142791@173816e5-2b9a-37c3-8a2e-48639d4f1153> Label: Commit-Queue=+2, 5d7cf8d695e194c296518ea962c39ae7037a90b5 Gerrit User 1088583 <1088583@173816e5-2b9a-37c3-8a2e-48639d4f1153> Label: SUBM=+1, 4168873a17de1e9727e774281dfa739a9ebdf1ca Submission-id: 489681 Submitted-with: OK Submitted-with: Rule-Name: gerrit~DefaultSubmitRule Submitted-with: MAY: Verified: Gerrit User 1088583 <1088583@173816e5-2b9a-37c3-8a2e-48639d4f1153> Submitted-with: MAY: Code-Review: Gerrit User 1142791 <1142791@173816e5-2b9a-37c3-8a2e-48639d4f1153> Submitted-with: MAY: Commit-Queue: Gerrit User 1088583 <1088583@173816e5-2b9a-37c3-8a2e-48639d4f1153> Submitted-with: MAY: Bot-Commit Submitted-with: MAY: Auto-Submit Submitted-with: MAY: Lint Ours:3aefb250d6
Theirs:52bab0ba27
Contains-Conflicts: false
This commit is contained in:
parent
6f778334c2
commit
b71078f97a
1 changed files with 185 additions and 0 deletions
185
3aefb250d6d65176db6a4db0382ce8221f90e05d
Normal file
185
3aefb250d6d65176db6a4db0382ce8221f90e05d
Normal file
|
@ -0,0 +1,185 @@
|
||||||
|
{
|
||||||
|
"comments": [],
|
||||||
|
"submitRequirementResults": [
|
||||||
|
{
|
||||||
|
"submitRequirement": {
|
||||||
|
"name": "Code-Review",
|
||||||
|
"description": {
|
||||||
|
"value": "Submit requirement for the \u0027Code-Review\u0027 label"
|
||||||
|
},
|
||||||
|
"applicabilityExpression": {},
|
||||||
|
"submittabilityExpression": {
|
||||||
|
"expressionString": "label:Code-Review\u003dMAX AND -label:Code-Review\u003dMIN"
|
||||||
|
},
|
||||||
|
"overrideExpression": {},
|
||||||
|
"allowOverrideInChildProjects": true
|
||||||
|
},
|
||||||
|
"applicabilityExpressionResult": {},
|
||||||
|
"submittabilityExpressionResult": {
|
||||||
|
"value": {"expression":{"expressionString":"label:Code-Review=MAX AND -label:Code-Review=MIN"},"status":"PASS","errorMessage":{"value":null},"passingAtoms":["label:Code-Review=MAX"],"failingAtoms":["label:Code-Review=MIN"],"atomExplanations":{"value":{"label:Code-Review=MAX":"","label:Code-Review=MIN":""}}}
|
||||||
|
},
|
||||||
|
"overrideExpressionResult": {},
|
||||||
|
"patchSetCommitId": "3aefb250d6d65176db6a4db0382ce8221f90e05d",
|
||||||
|
"legacy": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"forced": {},
|
||||||
|
"hidden": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"submitRequirement": {
|
||||||
|
"name": "Do-Not-Submit",
|
||||||
|
"description": {
|
||||||
|
"value": "Changes that have DO NOT SUBMIT in their commit message are not submittable."
|
||||||
|
},
|
||||||
|
"applicabilityExpression": {
|
||||||
|
"value": {
|
||||||
|
"expressionString": "message:\"^.*(D|d)(O|o) (N|n)(O|o)(T|t) (S|s)(U|u)(B|b)(M|m)(I|i)(T|t).*\""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"submittabilityExpression": {
|
||||||
|
"expressionString": "is:false"
|
||||||
|
},
|
||||||
|
"overrideExpression": {},
|
||||||
|
"allowOverrideInChildProjects": false
|
||||||
|
},
|
||||||
|
"applicabilityExpressionResult": {
|
||||||
|
"value": {"expression":{"expressionString":"message:\"^.*(D|d)(O|o) (N|n)(O|o)(T|t) (S|s)(U|u)(B|b)(M|m)(I|i)(T|t).*\""},"status":"FAIL","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":["message:\"^.*(D|d)(O|o) (N|n)(O|o)(T|t) (S|s)(U|u)(B|b)(M|m)(I|i)(T|t).*\""],"atomExplanations":{"value":{"message:\"^.*(D|d)(O|o) (N|n)(O|o)(T|t) (S|s)(U|u)(B|b)(M|m)(I|i)(T|t).*\"":""}}}
|
||||||
|
},
|
||||||
|
"submittabilityExpressionResult": {
|
||||||
|
"value": {"expression":{"expressionString":"is:false"},"status":"NOT_EVALUATED","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":[],"atomExplanations":{"value":null}}
|
||||||
|
},
|
||||||
|
"overrideExpressionResult": {},
|
||||||
|
"patchSetCommitId": "3aefb250d6d65176db6a4db0382ce8221f90e05d",
|
||||||
|
"legacy": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"forced": {},
|
||||||
|
"hidden": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"submitRequirement": {
|
||||||
|
"name": "No-Unresolved-Comments",
|
||||||
|
"description": {
|
||||||
|
"value": "Changes that have unresolved comments are not submittable. Unless overriden by adding the hashtag allow-unresolved-comments."
|
||||||
|
},
|
||||||
|
"applicabilityExpression": {
|
||||||
|
"value": {
|
||||||
|
"expressionString": "has:unresolved"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"submittabilityExpression": {
|
||||||
|
"expressionString": "-has:unresolved"
|
||||||
|
},
|
||||||
|
"overrideExpression": {
|
||||||
|
"value": {
|
||||||
|
"expressionString": "hashtag:allow-unresolved-comments"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"allowOverrideInChildProjects": false
|
||||||
|
},
|
||||||
|
"applicabilityExpressionResult": {
|
||||||
|
"value": {"expression":{"expressionString":"has:unresolved"},"status":"FAIL","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":["has:unresolved"],"atomExplanations":{"value":{"has:unresolved":""}}}
|
||||||
|
},
|
||||||
|
"submittabilityExpressionResult": {
|
||||||
|
"value": {"expression":{"expressionString":"-has:unresolved"},"status":"NOT_EVALUATED","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":[],"atomExplanations":{"value":null}}
|
||||||
|
},
|
||||||
|
"overrideExpressionResult": {
|
||||||
|
"value": {"expression":{"expressionString":"hashtag:allow-unresolved-comments"},"status":"NOT_EVALUATED","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":[],"atomExplanations":{"value":null}}
|
||||||
|
},
|
||||||
|
"patchSetCommitId": "3aefb250d6d65176db6a4db0382ce8221f90e05d",
|
||||||
|
"legacy": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"forced": {},
|
||||||
|
"hidden": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"submitRequirement": {
|
||||||
|
"name": "Review-Enforcement",
|
||||||
|
"description": {
|
||||||
|
"value": "Two Google employees must approve the change. Uploading the change or voting positively on Code-Review count as approval. Using a trusted device is required, see go/gerrit-onboarding#review-enforcement."
|
||||||
|
},
|
||||||
|
"applicabilityExpression": {
|
||||||
|
"value": {
|
||||||
|
"expressionString": "is:review-enforced_gerrit"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"submittabilityExpression": {
|
||||||
|
"expressionString": "is:review-enforcement-satisfied_gerrit"
|
||||||
|
},
|
||||||
|
"overrideExpression": {},
|
||||||
|
"allowOverrideInChildProjects": false
|
||||||
|
},
|
||||||
|
"applicabilityExpressionResult": {
|
||||||
|
"value": {"expression":{"expressionString":"is:review-enforced_gerrit"},"status":"PASS","errorMessage":{"value":null},"passingAtoms":["is:review-enforced_gerrit"],"failingAtoms":[],"atomExplanations":{"value":{"is:review-enforced_gerrit":""}}}
|
||||||
|
},
|
||||||
|
"submittabilityExpressionResult": {
|
||||||
|
"value": {"expression":{"expressionString":"is:review-enforcement-satisfied_gerrit"},"status":"PASS","errorMessage":{"value":null},"passingAtoms":["is:review-enforcement-satisfied_gerrit"],"failingAtoms":[],"atomExplanations":{"value":{"is:review-enforcement-satisfied_gerrit":"Required approval count satisfied"}}}
|
||||||
|
},
|
||||||
|
"overrideExpressionResult": {},
|
||||||
|
"patchSetCommitId": "3aefb250d6d65176db6a4db0382ce8221f90e05d",
|
||||||
|
"legacy": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"forced": {},
|
||||||
|
"hidden": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"submitRequirement": {
|
||||||
|
"name": "Verified",
|
||||||
|
"description": {
|
||||||
|
"value": "Submit requirement for the \u0027Verified\u0027 label"
|
||||||
|
},
|
||||||
|
"applicabilityExpression": {},
|
||||||
|
"submittabilityExpression": {
|
||||||
|
"expressionString": "label:Verified\u003dMAX AND -label:Verified\u003dMIN"
|
||||||
|
},
|
||||||
|
"overrideExpression": {},
|
||||||
|
"allowOverrideInChildProjects": true
|
||||||
|
},
|
||||||
|
"applicabilityExpressionResult": {},
|
||||||
|
"submittabilityExpressionResult": {
|
||||||
|
"value": {"expression":{"expressionString":"label:Verified=MAX AND -label:Verified=MIN"},"status":"PASS","errorMessage":{"value":null},"passingAtoms":["label:Verified=MAX"],"failingAtoms":["label:Verified=MIN"],"atomExplanations":{"value":{"label:Verified=MAX":"","label:Verified=MIN":""}}}
|
||||||
|
},
|
||||||
|
"overrideExpressionResult": {},
|
||||||
|
"patchSetCommitId": "3aefb250d6d65176db6a4db0382ce8221f90e05d",
|
||||||
|
"legacy": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"forced": {},
|
||||||
|
"hidden": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"submitRequirement": {
|
||||||
|
"name": "Want-Code-Review-From-All",
|
||||||
|
"description": {
|
||||||
|
"value": "A \u0027Code-Review\u0027 vote is required from all human reviewers (service users that are reviewers are ignored)."
|
||||||
|
},
|
||||||
|
"applicabilityExpression": {
|
||||||
|
"value": {
|
||||||
|
"expressionString": "footer:\"Want-Code-Review: all\" -label:Code-Review\u003e\u003d1,users\u003dhuman_reviewers"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"submittabilityExpression": {
|
||||||
|
"expressionString": "label:Code-Review\u003e\u003d1,users\u003dhuman_reviewers"
|
||||||
|
},
|
||||||
|
"overrideExpression": {},
|
||||||
|
"allowOverrideInChildProjects": false
|
||||||
|
},
|
||||||
|
"applicabilityExpressionResult": {
|
||||||
|
"value": {"expression":{"expressionString":"footer:\"Want-Code-Review: all\" -label:Code-Review>=1,users=human_reviewers"},"status":"FAIL","errorMessage":{"value":null},"passingAtoms":["label:Code-Review>=1,users=human_reviewers"],"failingAtoms":["footer:\"Want-Code-Review: all\""],"atomExplanations":{"value":{"footer:\"Want-Code-Review: all\"":"","label:Code-Review>=1,users=human_reviewers":""}}}
|
||||||
|
},
|
||||||
|
"submittabilityExpressionResult": {
|
||||||
|
"value": {"expression":{"expressionString":"label:Code-Review>=1,users=human_reviewers"},"status":"NOT_EVALUATED","errorMessage":{"value":null},"passingAtoms":[],"failingAtoms":[],"atomExplanations":{"value":null}}
|
||||||
|
},
|
||||||
|
"overrideExpressionResult": {},
|
||||||
|
"patchSetCommitId": "3aefb250d6d65176db6a4db0382ce8221f90e05d",
|
||||||
|
"legacy": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"forced": {},
|
||||||
|
"hidden": {}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue