https://bugzilla.redhat.com/show_bug.cgi?id=1373454
--- Comment #3 from Nigel Babu <[email protected]> --- Thanks to Kaushal, we noticed that it was running an older commit from July. Here's what we had as the config: scm: - git: branches: - $GERRIT_BRANCH refspec: $GERRIT_REFSPEC url: git://review.gluster.org/glusterfs.git wipe-workspace: false The problem part of this is `refspec`. I gave it an initial refspec (refs/heads/master) manually when I updated the job with JJB. My assumption was that it would just pull in the latest `refs/heads/master` each time the job ran. Turns out that's not how it works. I'm not sure if this is a Gerrit Trigger bug or a JJB bug, but I will investigate. I've changed the config to look like this now, which works: scm: - git: branches: - origin/master url: git://review.gluster.org/glusterfs.git wipe-workspace: false This should clear up the problems and I'll be monitoring this job for the next few days to confirm everything works. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Sq0vf1sYDf&a=cc_unsubscribe _______________________________________________ Gluster-infra mailing list [email protected] http://www.gluster.org/mailman/listinfo/gluster-infra
