-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Bugs in git.gerrit on nexus3 and sanity_check
Issue: RELENG-4366 Change-Id: I88f71ea3ffe746b46a5ee599db99aeee0e9bd3e8 Signed-off-by: Eric Ball <[email protected]>
- Loading branch information
Showing
3 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
fixes: | ||
- | | ||
Only attempt to split nexus3_ports after we've checked that they exist, and | ||
wrap that attempt in a try/except so that bad ports won't break other parts | ||
of the job. | ||
- | | ||
Remove all instances of the gerrit_api.sanity_check function. This is too | ||
tightly coupled with other parts of the Gerrit API, and does not perform | ||
correctly in the git class. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters