Closed Bug 769044 Opened 12 years ago Closed 12 years ago

add --repository arg to talos to avoid referencing application.ini

Categories

(Testing :: Talos, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jmaher, Assigned: jmaher)

Details

Attachments

(1 file)

in order to remove our dependency on application.ini, we need to add a --repository argument to talos.

Now running with something like this:
python remotePerfConfigurator.py -v -e org.mozilla.fennec --develop -a ts --output ts.yml --remoteDevice 192.168.1.69 --sourcestamp 31415926 --repository http://hg.mozilla.org/mozilla-central

we can avoid the pains of application.ini (and remoteapp.ini for mobile).  This should be the gold standard for mozharness scripts if possible.
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Attachment #637251 - Flags: review?(jhammel)
Comment on attachment 637251 [details] [diff] [review]
add --repository to the cli args for talos (1.0)

+    if browser_config.get('repository', 'NULL') == 'NULL':

Beh, good catch.  Looking at the code path, we should never actually have the 'NULL' case in practice
Attachment #637251 - Flags: review?(jhammel) → review+
http://hg.mozilla.org/build/talos/rev/09e7ed37236b
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: