Closed Bug 780023 Opened 12 years ago Closed 12 years ago

Marionette needs mozharness config files

Categories

(Release Engineering :: Applications: MozharnessCore, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jgriffin, Assigned: jgriffin)

References

Details

(Whiteboard: [mozharness] u=b2g p=1 c=ateam)

Attachments

(1 file)

Now that there is a mozharness script for Marionette (bug 777841), we need config scripts for it to be used by buildbot.
Whiteboard: [mozharness]
aki, what path should I use for the Windows config file for Python2.6 or 2.7?
(In reply to Jonathan Griffin (:jgriffin) from comment #1)
> aki, what path should I use for the Windows config file for Python2.6 or 2.7?

Peptest has the paths for python25: http://hg.mozilla.org/build/mozharness/file/ad5645b1b7f7/configs/peptest/windows_config.py

If you s,python25,python27,g then you have python 2.7.
So

"virtualenv_python_dll": 'c:/mozilla-build/python27/python27.dll',
"exes": {
    'python': 'c:/mozilla-build/python27/python',
    'virtualenv': ['c:/mozilla-build/python27/python', 'c:/mozilla-build/buildbotve/virtualenv.py'],
},

should give you python27.  I think Jordan is using that in his patches-in-progress in bug 650880 and I'm using it in bug 760320.
First take at mozharness configs for Marionette.  I also changed the --test-manifest argument so that the value is always relative to the marionette tests directory in the test package.

I included:

+    "virtualenv_path": 'c:/talos-slave/test/build/venv',

in the Windows config, because I saw that used in other configs, but I'm not sure if it's needed, or if it is, if this value is appropriate.

I'll also need to upload all of Marionette's deps to puppetagain.
Attachment #650403 - Flags: review?(aki)
Comment on attachment 650403 [details] [diff] [review]
mozharness configs

I haven't tried these yet, but these look like they could work, or at least be a solid starting point.  Thanks for these!
Attachment #650403 - Flags: review?(aki) → review+
http://hg.mozilla.org/build/mozharness/rev/5ce436dda179
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [mozharness] → [mozharness] u=b2g p=1 c=ateam
Product: mozilla.org → Release Engineering
Component: General Automation → Mozharness
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: