Closed Bug 588517 Opened 14 years ago Closed 14 years ago

Nightly Builds are missing Data on Stage

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: ryansnyder, Unassigned)

Details

I noticed that there were no builds listed in Socorro stage.  

When I attempted to run the startBuilds script in my sandbox I noticed that it was throwing errors, but haven't had a chance to troubleshoot.  There could be an issue with the new Syslog code that was added to the script.

--

[rsnyder@khan scripts]$ python startBuilds.py 
Traceback (most recent call last):
  File "startBuilds.py", line 39, in ?
    syslog = logging.handlers.SysLogHandler(
  File "/home/rsnyder/breakpad/socorro/socorro/lib/ConfigurationManager.py", line 406, in __getattr__
    raise AttributeError(x)
AttributeError: 'syslogHost'
The buildsconfig.py.dist config file had been updated and I needed to update my buildsconfig.py config file accordingly.

Also needed to update startBuilds.py, which was refering to a variable that had not previously been defined.

Still need to test on stage.

==

Sending        startBuilds.py
Transmitting file data .
Committed revision 2408.
Expected results appeared on stage after running script.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
There are no entries in the builds table for Camino.
(In reply to comment #4)
> There are no entries in the builds table for Camino.

Thanks; I should've checked prod, where there isn't any data, either.

Verified FIXED per comment 3.
Status: RESOLVED → VERIFIED
This is probably a configuration issue, not a code issue.

The config file scripts/config/buildsconfig.py.dist has 'camino/nightly/latest-2.1-M1.9.2' which would have the build cron looking in:

http://ftp.mozilla.org/pub/mozilla.org/camino/nightly/latest-2.1-M1.9.2/ has no builds in it.

I don't see an obvious new config value.

Not something to worry about, but we should get an IT bug with accurate values for Camino config.
(In reply to comment #6)
> This is probably a configuration issue, not a code issue.
> 
> The config file scripts/config/buildsconfig.py.dist has
> 'camino/nightly/latest-2.1-M1.9.2' which would have the build cron looking in:
> 
> http://ftp.mozilla.org/pub/mozilla.org/camino/nightly/latest-2.1-M1.9.2/ has no
> builds in it.
> 
> I don't see an obvious new config value.
> 
> Not something to worry about, but we should get an IT bug with accurate values
> for Camino config.

Filed bug 592780.
I know that when I was working on this there were issues with both Thunderbird and Fennec build configs per: 
https://bugzilla.mozilla.org/show_bug.cgi?id=562114#c10

There is a build config file for Camino in:
http://ftp.mozilla.org/pub/mozilla.org/camino/nightly/latest-2.1-M1.9.2/

But the config file is improperly named - Camino.txt - as opposed to {product}-{version}.{language}.{platform}.txt , which means we toss that build data because we can't find meta information.

Here are valid build config files and filenames:
http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-comm-1.9.2/thunderbird-3.1.4pre.en-US.linux-i686.txt
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-1.9.2/firefox-3.6.9pre.en-US.linux-i686.txt
Component: Socorro → General
Product: Webtools → Socorro
You need to log in before you can comment on or make changes to this bug.