Closed Bug 497922 Opened 15 years ago Closed 15 years ago

talos run_tests.py script is hardcoded for 'ts' and 'twinopen'

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jmaher, Assigned: mozilla)

Details

In using results reporting in a similar way to 'ts' or 'twinopen', the results won't be reported to either a .csv or the result server unless you modify the run_tests.py script to include your test.

There are 3 spots that I edited to add my 'tzoom' and 'tpan' tests:
send_to_csv: 
  - if res in ('ts', 'twinopen', 'tzoom', 'tpan'):  

send_to_graph:
  - if testname in ('ts', 'twinopen', 'tzoom', 'tpan'):

old_send_to_graph:
  - if res in ('ts', 'twinopen', 'tzoom', 'tpan'):


I assume you don't need the third instance, but I did it anyway.
We do need the third instance... we're only sending to the old graph server, not the new one currently.
fixed my talos-maemo fork.
if tpan/tzoom ever need to land in mainline talos it'll have to be landed there.
Assignee: nobody → aki
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.