Closed
Bug 724221
Opened 13 years ago
Closed 12 years ago
ScriptFactory SetProperty step fails on Windows
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
References
Details
(Whiteboard: [automation][mozharness])
Attachments
(3 files)
(deleted),
patch
|
jhopkins
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
rail
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
rail
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
http://hg.mozilla.org/build/buildbotcustom/file/5a2cb72a051a/process/factory.py#l8269
This fails on Windows test slaves; I'm not sure if it works on Windows build slaves.
I'm not sure if we're using ScriptFactory much on Windows. We will be doing so much more when talos and unit tests are all ported to mozharness.
Assignee | ||
Comment 1•12 years ago
|
||
@jhopkins, your basedir cmd /C fix worked. The SetProperties portion didn't, but only because you modified self.get_basedir_cmd instead of cmd.
Assignee: nobody → aki
Attachment #632869 -
Flags: review?(jhopkins)
Assignee | ||
Comment 2•12 years ago
|
||
'mozharness_python' is a list for Windows; the command line comes out like this:
"['c:/mozilla-build/python25/python', '-u']" 'build/tools/buildfarm/maintenance/count_and_reboot.py' '-f' '../reboot_count.txt' '-n' '1' '-z'
This patch should fix it.
Attachment #632870 -
Flags: review?(rail)
Comment 3•12 years ago
|
||
(In reply to Aki Sasaki [:aki] from comment #0)
> This fails on Windows test slaves; I'm not sure if it works on Windows build
> slaves.
>
> I'm not sure if we're using ScriptFactory much on Windows. We will be doing
> so much more when talos and unit tests are all ported to mozharness.
It works fine on win32 build slaves (we use ScriptFactory for release l10n repacks).
Updated•12 years ago
|
Attachment #632870 -
Flags: review?(rail) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 632870 [details] [diff] [review]
fix peptest reboots
http://hg.mozilla.org/build/buildbot-configs/rev/07a92dd78fec
Attachment #632870 -
Flags: checked-in+
Updated•12 years ago
|
Attachment #632869 -
Flags: review?(jhopkins) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 632869 [details] [diff] [review]
fix windows setproperties
http://hg.mozilla.org/build/buildbotcustom/rev/5815f37c9124
Attachment #632869 -
Flags: checked-in+
Comment 6•12 years ago
|
||
deployed to production
Assignee | ||
Comment 7•12 years ago
|
||
This didn't work :(
The next fix needs moar testing.
Updated•12 years ago
|
Attachment #633227 -
Flags: review?(rail) → review+
Assignee | ||
Comment 9•12 years ago
|
||
Comment on attachment 633227 [details] [diff] [review]
fix peptest reboots part 2
http://hg.mozilla.org/build/buildbot-configs/rev/2a13bc315972
Attachment #633227 -
Flags: checked-in+
Comment 10•12 years ago
|
||
Landed on production today
Assignee | ||
Comment 11•12 years ago
|
||
And I see a green peptest run with the script run properly, set properties working, and the reboot going through.
Status: NEW → RESOLVED
Closed: 12 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
•