-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Even if qisrc push was launch with the option --no-review, qisrc tries to add reviewers and a failure warning is printed. The push command is well executed though.
Here are a few lines that show the problem:
qisrc push --no-review
Fetching gerrit
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: closed: 1, refs: 1, done
[...]
Adding reviewers... (user1, user2)
[...]
[WARN ]: Couldn't set reviewers
[WARN ]: The following command failed
['/usr/bin/ssh', '-p', '29418', 'user@server', 'gerrit', 'set-reviewers', '43ff328a54420d291a281d4a6c617178eb4e3fe3', '149a3583829455f9934128008e479a241e76f1eb', '--add user1', '--add user2']
Return code is 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels