Closed
Bug 856747
Opened 13 years ago
Closed 13 years ago
Aurora tp5 is broken
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Unassigned)
Details
https://tbpl.mozilla.org/php/getParsedLog.php?id=21317239&tree=Mozilla-Aurora
Traceback (most recent call last):
File "PerfConfigurator.py", line 840, in <module>
sys.exit(main())
File "PerfConfigurator.py", line 832, in main
options, args = conf.parse_args(args)
File "PerfConfigurator.py", line 508, in parse_args
options, args = Configuration.parse_args(self, *args, **kwargs)
File "/Users/cltbld/talos-slave/talos-data/talos/configuration.py", line 476, in parse_args
self(*config)
File "PerfConfigurator.py", line 332, in __call__
return Configuration.__call__(self, *args)
File "/Users/cltbld/talos-slave/talos-data/talos/configuration.py", line 380, in __call__
self.validate()
File "PerfConfigurator.py", line 492, in validate
self.config.setdefault('tests', []).extend(self.tests(activeTests, overrides, global_overrides, counters))
File "PerfConfigurator.py", line 588, in tests
raise ConfigurationError("No definition found for test(s): %s" % missing)
__main__.ConfigurationError: No definition found for test(s): ['tp5o']
program finished with exit code 1
elapsedTime=0.551920
========= Finished 'python PerfConfigurator.py ...' failed (results: 2, elapsed: 0 secs) (at 2013-04-01 11:50:10.481107) =========
Comment 1•13 years ago
|
||
this is a buildbot script issue, when we did tp5o it was for m-c only until we merge. The talos.json change has not been merged to aurora.
Comment 2•13 years ago
|
||
I think https://bug843406.bugzilla.mozilla.org/attachment.cgi?id=729716 removed this by accident. It also disabled tpn for aurora. Do we want to enable that?
Comment 3•13 years ago
|
||
15:23 < jmaher> bhearsum|buildduty: we don't need to turn tp5o_tests off for aurora, we need to turn them on AFTER we merge m-c to aurora
15:24 < bhearsum|buildduty> i'm confused then
15:24 < jmaher> bhearsum|buildduty: ok...why is tp5o running on aurora before the merge?
15:25 < jmaher> bhearsum|buildduty: the changes in the tree to run tp5o are in m-c only, they are not on aurora yet
15:25 < bhearsum|buildduty> jmaher: i slightly pre-empted the merge with the releng stuff
15:26 < bhearsum|buildduty> so, the merg already happened
15:26 < bhearsum|buildduty> er, wait
15:26 < bhearsum|buildduty> no, only tagging did
15:26 < bhearsum|buildduty> so when the merge gets pushed this should be fixed
So, nothing to do here.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
| Assignee | ||
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•