Closed
Bug 1239195
Opened 9 years ago
Closed 9 years ago
Add emulator x86 kk to the list of platform/job names
Categories
(Tree Management Graveyard :: OrangeFactor, defect, P5)
Tree Management Graveyard
OrangeFactor
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hsinyi, Assigned: emorley)
References
Details
Emulator-x86-kk has been enabled on treeherder [1]. However woo.utils.js haven't be update-to-date. I'd like to request add emulator-x86-kk to the platform list so that we won't miss failures on that platform. Thank you.
[1] https://github.com/mozilla/treeherder/blob/master/ui/js/values.js#L45
Reporter | ||
Updated•9 years ago
|
Blocks: emu-x86-kk-tests
Reporter | ||
Updated•9 years ago
|
Summary: Add emulator x86 kk to the list of platform names → Add emulator x86 kk to the list of platform/job names
Reporter | ||
Comment 1•9 years ago
|
||
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #0)
> Emulator-x86-kk has been enabled on treeherder [1]. However woo.utils.js
> haven't be update-to-date. I'd like to request add emulator-x86-kk to the
> platform list so that we won't miss failures on that platform. Thank you.
>
> [1] https://github.com/mozilla/treeherder/blob/master/ui/js/values.js#L45
Let me clarify a bit. OrangeFactor already parses data from emu-x86-kk and pushes the data to bugzilla, so we shouldn't miss failures on the platform. Nevertheless I guess this bug is still valid as woo.utils.js still needs to be updated anyway.
Updated•9 years ago
|
Severity: normal → minor
Priority: -- → P5
Assignee | ||
Comment 2•9 years ago
|
||
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #1)
> Let me clarify a bit. OrangeFactor already parses data from emu-x86-kk and
> pushes the data to bugzilla, so we shouldn't miss failures on the platform.
> Nevertheless I guess this bug is still valid as woo.utils.js still needs to
> be updated anyway.
Yeah the only thing that's affected is whether the UI shows the platform in the filter list - the intermittent failures will still be counted for it.
I've added it now, in:
https://hg.mozilla.org/automation/orangefactor/rev/b4cb0125a0f6
And deployed:
[webtools@brasstacks1.dmz.scl3 ~]$ cd ~/apps/orangefactor/src/orangefactor/ && hg pull -uv
pulling from http://hg.mozilla.org/automation/orangefactor/
searching for changes
all local heads known remotely
adding changesets
adding manifests
adding file changes
added 3 changesets with 3 changes to 3 files
resolving manifests
getting html/scripts/woo.utils.js
getting requirements/prod.txt
getting woo_commenter.py
3 files updated, 0 files merged, 0 files removed, 0 files unresolved
[webtools@brasstacks1.dmz.scl3 orangefactor]$ logout
[root@brasstacks1.dmz.scl3 ~]# cd /home/webtools/apps/orangefactor/src/orangefactor/ && ./deploy.sh
[root@brasstacks1.dmz.scl3 orangefactor]# /etc/init.d/orangefactor stop; /etc/init.d/nginx reload; /etc/init. d/orangefactor start
stopping orangefactor [ OK ]
Reloading nginx: [ OK ]
starting orangefactorspawn-fcgi: child spawned successfully: PID: 19715
[ OK ]
Assignee: nobody → emorley
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•