Closed
Bug 727823
Opened 14 years ago
Closed 14 years ago
remove tp5r side by side staging for windows and linux
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: armenzg)
Details
(Whiteboard: [testing])
Attachments
(1 file, 1 obsolete file)
|
6.09 KB,
patch
|
armenzg
:
review+
|
Details | Diff | Splinter Review |
Now that we have adequate data to show that the new rss collection for windows and linux is working well, we need to make tp5r the default test for all platforms, not just MAC_ONLY.
| Reporter | ||
Comment 1•14 years ago
|
||
| Reporter | ||
Updated•14 years ago
|
Attachment #597806 -
Flags: review?(armenzg)
| Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 597806 [details] [diff] [review]
remove tp5r side by side staging for windows and linux.
Review of attachment 597806 [details] [diff] [review]:
-----------------------------------------------------------------
Cool. When would you like this in by?
Any talos.zip changes? or are we good to go?
::: mozilla-tests/config.py
@@ -254,1 @@
> },
A lot of code but all we're doing is to fold "tpr_responsiveness_other" (NO_MAC) into "tpr_responsiveness" (MAC_ONLY) by changing it to be ALL_PLATFORMS.
Attachment #597806 -
Flags: review?(armenzg) → review+
| Reporter | ||
Comment 3•14 years ago
|
||
Attachment #597806 -
Attachment is obsolete: true
Attachment #598860 -
Flags: review?(armenzg)
| Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 598860 [details] [diff] [review]
updated patch to include the paint tests (2.0)
Review of attachment 598860 [details] [diff] [review]:
-----------------------------------------------------------------
I am committing this right away to get it on today's reconfig: c19bf8dc0844
In the future, I think is better if we have separate patches for each thing that we want to do (clean up VS adding missed suites).
It makes it easier for reviews and in case we need to back something out.
I have one question inline about "chrome.2" changes. Thanks jmaher.
::: mozilla-tests/config.py
@@ +236,4 @@
> 'tpr_responsiveness': {
> 'enable_by_default': True,
> 'suites': GRAPH_CONFIG + ['--activeTests', 'tp5r', '--mozAfterPaint', '--responsiveness', '--ignoreFirst', '--sampleConfig', 'sample.2.config'],
> + 'options': (TALOS_TP_OPTS, ALL_PLATFORMS),
We're merging:
* [DROP] 'tp_responsiveness'; default=True, NO_MAC
and
* [DROP] 'tpr_responsiveness_other'; default=False, NO_MAC
* 'tpr_responsiveness'; default=False, MAC_ONLY
as
* 'tpr_responsiveness'; default=True, ALL_PLATFORMS
@@ +245,4 @@
> },
> 'chrome.2': {
> 'enable_by_default': True,
> + 'suites': GRAPH_CONFIG + ['--activeTests', 'tscroll.2:a11y.2:ts_paint:tpaint:tdhtml.2:tsspider.2', '--mozAfterPaint', '--ignoreFirst', '--sampleConfig', 'sample.2.config'],
We're adding "ts_paint:tpaint".
jmaher, no .2 versions of it?
@@ +250,5 @@
> },
> # chrome_mac compared to chrome is that it does not contain a11y and only run on Mac
> 'chrome_mac.2': {
> 'enable_by_default': True,
> + 'suites': GRAPH_CONFIG + ['--activeTests', 'tscroll.2:ts_paint:tpaint:tdhtml.2:tsspider.2', '--mozAfterPaint', '--ignoreFirst', '--sampleConfig', 'sample.2.config'],
This is the same as the previous change but specific to mac.
Attachment #598860 -
Flags: review?(armenzg)
Attachment #598860 -
Flags: review+
Attachment #598860 -
Flags: checked-in+
| Reporter | ||
Comment 5•14 years ago
|
||
all is correct. we did not need to modify ts_paint or paint so there is no need for a .2 version.
Comment 6•14 years ago
|
||
Found during triage.
armenzg/jmaher: I see patch r+'d and checked in. Anything left to do here?
Updated•14 years ago
|
Component: Release Engineering → Release Engineering: Automation
Flags: checked-in+
OS: Linux → All
QA Contact: release → catlee
Hardware: x86_64 → All
Whiteboard: [testing]
| Assignee | ||
Comment 7•14 years ago
|
||
Landed on Feb. 21st:
http://hg.mozilla.org/build/buildbot-configs/rev/c19bf8dc0844
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → armenzg
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
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
•