Closed
Bug 432893
Opened 17 years ago
Closed 16 years ago
setup qm-vista02 on unittest staging
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rcampbell, Assigned: lsblakk)
References
Details
Attachments
(2 files, 5 obsolete files)
we never did deploy qm-vista02 even though it's parked on a VMHost awaiting some setup. We will need to install a full set of development tools (Visual Studio, Mozilla-Build) as well as python and buildbot.
Assignee | ||
Comment 1•17 years ago
|
||
I'd like to get on this - can someone give me a leg up in knowing how to access?
Reporter | ||
Comment 2•17 years ago
|
||
I think we'll need to restart it on the vmhost. I can do that a little later and make sure it's not set to fall asleep.
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → lukasblakk
Assignee | ||
Comment 3•17 years ago
|
||
can we stick unit in the name somewhere?
Status: NEW → ASSIGNED
Priority: -- → P3
Assignee | ||
Comment 4•16 years ago
|
||
please add this to the repository
Attachment #322999 -
Flags: review?(rcampbell)
Reporter | ||
Comment 6•16 years ago
|
||
Comment on attachment 322999 [details]
mozconfig-vista to add to tools/buildbot-configs/testing/unittest-stage
we don't want the pgo line at the bottom of this script. I realize it was a copy paste, but we should really remove the --disable-composer and --disable-mailnews options.
Attachment #322999 -
Flags: review?(rcampbell) → review-
Reporter | ||
Comment 7•16 years ago
|
||
Comment on attachment 323000 [details] [diff] [review]
patch to master.cfg to add the vista buildslave
errant tab on line 91.
+vistaFactory.addStep(MozillaClobberWin,
+ workdir='.',
+ slaveName="slave",
+ platform="vista_stage",
+ env=MozillaEnvironments['mozbuild'])
some trailing spaces at end of lines should be trimmed.
Otherwise, this looks good.
Attachment #323000 -
Flags: review?(rcampbell) → review+
Assignee | ||
Comment 8•16 years ago
|
||
Attachment #323000 -
Attachment is obsolete: true
Assignee | ||
Comment 9•16 years ago
|
||
as per your comment I took out the offending lines
Attachment #322999 -
Attachment is obsolete: true
Attachment #323153 -
Flags: review?(rcampbell)
Reporter | ||
Comment 10•16 years ago
|
||
Comment on attachment 323153 [details]
mozconfig-vista to add to tools/buildbot-configs/testing/unittest-stage
please upload as a patch or at least as something viewable.
Attachment #323153 -
Flags: review?(rcampbell) → review-
Assignee | ||
Comment 11•16 years ago
|
||
hope this one works
Attachment #323153 -
Attachment is obsolete: true
Attachment #323390 -
Flags: review?(rcampbell)
Reporter | ||
Comment 12•16 years ago
|
||
Comment on attachment 323390 [details]
mozconfig-vista to add to tools/buildbot-configs/testing/unittest-stage
ah, that's better. Change the comment at the top to match the name of your file, i.e., mozconfig-vista.
Is there a specific reason for the --disable-xpconnect-idispatch, activex, etc? I thought the activex codepaths were disabled by default. I'm a little worried that if we're disabling accessibility, we might burn some a11y tests in the near future.
at any rate, this should be good to go.
Attachment #323390 -
Flags: review?(rcampbell) → review+
Assignee | ||
Comment 13•16 years ago
|
||
I was going with the instructions here:
http://developer.mozilla.org/en/docs/atlbase.h
When I did a local build, there were error messages that pointed me to that article. On my build, disabling code that uses atl did make the build work.
Reporter | ||
Comment 14•16 years ago
|
||
that's likely because you were using the Express version of VisualC++? I seem to remember you were using VC9 on your local machine though you may have updated to a full version.
Assignee | ||
Comment 15•16 years ago
|
||
true. forgot that small detail. here's a new one to try without the atl lines. could this be the most versions of a mozconfig ever?
Attachment #323390 -
Attachment is obsolete: true
Attachment #323397 -
Flags: review?(rcampbell)
Reporter | ||
Updated•16 years ago
|
Attachment #323397 -
Flags: review?(rcampbell) → review+
Assignee | ||
Comment 16•16 years ago
|
||
qm-vista02 launched, but errors out on cvs checkout.
errors say "cannot mkdir -p logs because dir -p already exists" so it seems that
http://mxr.mozilla.org/mozilla/source/tools/buildbot-configs/testing/unittest-stage/mozbuild.py#148
is the culprit.
have taken it offline for further investigation.
Assignee | ||
Comment 17•16 years ago
|
||
qm-vista02 is now a functioning member of society. Closing.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 18•16 years ago
|
||
This one has been tested and works on unittest staging.
Attachment #323151 -
Attachment is obsolete: true
Attachment #325638 -
Flags: review?(rcampbell)
Assignee | ||
Updated•16 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 19•16 years ago
|
||
Reopening because I had forgotten to do have the patch checked in. Unittest staging is currently running with vista on a local patch.
Reporter | ||
Updated•16 years ago
|
Attachment #325638 -
Flags: review?(rcampbell) → review+
Reporter | ||
Comment 20•16 years ago
|
||
Comment on attachment 325638 [details] [diff] [review]
[checked in] Adds vista to master.cfg for unittest staging
Checking in master.cfg;
/cvsroot/mozilla/tools/buildbot-configs/testing/unittest-stage/master.cfg,v <-- master.cfg
new revision: 1.10; previous revision: 1.9
done
Attachment #325638 -
Attachment description: Adds vista to master.cfg for unittest staging → [checked in] Adds vista to master.cfg for unittest staging
Reporter | ||
Updated•16 years ago
|
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•