[Bugs] [Bug 1373454] SSL certs are missing

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 6 11:13:40 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1373454



--- Comment #3 from Nigel Babu <nigelb at redhat.com> ---
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.
You are the assignee for the bug.


More information about the Bugs mailing list