Description of the problem: We, OCS QE automation team, have goal to port our downstream project [1] to the upstream [2]. And we are unable to do it, because new repo [2] has limitation to the length of a commit topic as 50 symbols. In our downstream project we followed 72 symbols length. So, need to make it be 72 symbols. [1] http://git.app.eng.bos.redhat.com/git/cns-qe/cns-automation.git/ [2] https://github.com/gluster/glusterfs-containers-tests Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Create commit 2. Push it to the gerrit -> https://review.gluster.org/#/q/project:glusterfs-containers-tests Actual results: Response from server: remote: (W) efd7f6f: commit subject >50 characters; use shorter first paragraph Expected results: Success after attempt to push code. Additional info:
Ack. This needs a gerrit config change and a restart. I'm going to do that now.
This still lead to some permission troubles around pushing merge commits that did not go away despite granting merge permissions. I did the push instead and that has worked.