[Gluster-infra] [Bug 1373454] SSL certs are missing

2016-09-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373454



--- Comment #3 from Nigel Babu  ---
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
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1373454] SSL certs are missing

2016-09-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373454

Nigel Babu  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||nig...@redhat.com
 Resolution|--- |CURRENTRELEASE
Last Closed||2016-09-06 07:00:28



--- Comment #2 from Nigel Babu  ---
This lead down a rabbit hole. Turns out we've been running this job against the
same revision for ages.

There was a bug in the job configuration which meant we were continuously
running this job against the same revision over and over again. Entirely my
fault. It was a very subtle bug in Gerrit + JJB combo. I've fixed this now so
it always runs from HEAD of origin/master.

-- 
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=5xOBEOo5zc&a=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1373454] SSL certs are missing

2016-09-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1373454



--- Comment #1 from Atin Mukherjee  ---
Refer to
http://www.gluster.org/pipermail/maintainers/2016-September/001356.html for
more details.

-- 
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=MI0uyhK8UG&a=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra