Closed
Bug 977214
Opened 11 years ago
Closed 11 years ago
AWS Windows Server 2012 tests failing due to start screen
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: jhopkins)
References
Details
Attachments
(1 file)
1018 bytes,
patch
|
catlee
:
review+
jhopkins
:
checked-in+
|
Details | Diff | Splinter Review |
I've found that I've been able to eliminate many test failures by having Windows Server 2012 boot straight to the desktop instead of the start screen. Alternatively, booting into the start screen but then programmatically switching to the desktop would also work.
I suspect that the start screen having focus is what is breaking those tests.
Updated•11 years ago
|
Component: General Automation → Platform Support
QA Contact: catlee → coop
Assignee | ||
Comment 1•11 years ago
|
||
Aaron: How did you have Windows Server 2012 boot straight to the desktop instead of the start screen? Was this done on an AWS instance or a local VM? From what I could find out, the RTM version (which we're using) did not come with a way to bypass the start screen but R2 does.
Flags: needinfo?(aklotz)
Reporter | ||
Comment 2•11 years ago
|
||
There is a registry setting that can be used to do this on the Server 2012 AWS instances, however its default permissions do not allow user modification. On my loaner I ran a PowerShell script that I found at http://www.expta.com/2012/10/how-to-boot-directly-into-desktop-with.html that can do this for you. I've already vetted the script's contents and can confirm that it does (and only does) what it claims to do.
OTOH, I'm wondering what we do on the Windows 8 test machines. I'd think that they'd have dealt with a similar issue; I wonder what we do for those...
Flags: needinfo?(aklotz)
Assignee | ||
Comment 3•11 years ago
|
||
Q says the Windows 8 machines run c:\Windows\explorer.exe upon login to force Desktop mode. This is run via HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\
Assignee | ||
Comment 4•11 years ago
|
||
I've enabled this on the two Date branch CI machines so the next round of tests should see improvements. Once the trees are reopened I will kick off a new set of builds.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jhopkins
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8392298 -
Flags: review?(catlee)
Updated•11 years ago
|
Attachment #8392298 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8392298 [details] [diff] [review]
[cloud-tools-windows] force the Desktop interface upon login
http://hg.mozilla.org/build/cloud-tools/rev/328237bb9aaa
Attachment #8392298 -
Flags: checked-in+
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•