Re: [b2g] Websites for power monitoring

2015-09-08 Thread Gareth Aye
Go to taskcluster artifact index and download a build? On Sep 8, 2015 14:03, "Jonathan Hylands" wrote: > > Hi everyone, > > I'm building up a suite of automated tests that measure power consumption > on FxOS phones while the phone is doing specific actions (recording video,

Re: [b2g] The Future of Building and Testing Firefox OS

2015-07-20 Thread Gareth Aye
HOST_LOG=stdout make test-integration (or HOST_LOG=stdout npm run marionette) to pipe gecko stdout to your nodejs stdout. 1.) https://groups.google.com/forum/#!topic/mozilla.dev.gaia/kBUjgBfTAG4 On Fri, Jul 17, 2015 at 4:24 PM, Gareth Aye gareth@gmail.com wrote: Hi Everybody! We're spinning

Re: [b2g] The Future of Building and Testing Firefox OS

2015-07-20 Thread Gareth Aye
Just a question: we used to be able to pipe the usual console.log messages to stdout -- is that the same here ? Yep! From my earlier message: So there's a subtle difference between what that patch turns on and what we get from VERBOSE. VERBOSE pipes all of the console api messages to your

[b2g] The Future of Building and Testing Firefox OS

2015-07-17 Thread Gareth Aye
Hi Everybody! We're spinning up a small Firefox OS Automation team to focus on improving the way that we do builds and testing in gaia. Initially, the group will be composed of Aus and I along with some build support from Ricky and Greg in Taipei. I wrote a longer-form piece that will hopefully

Re: [b2g] Addons for FirefoxOS

2015-06-24 Thread Gareth Aye
Is there a reason (technical or philosophical) that we haven't put any effort into a permissions model for addons similar to what we're trying to do for webapps on fxos? I can imagine, personally, using closed-source addons which I am granting specific, granular capabilities, but I would be very

Re: [b2g] New module: Gaia Project Infrastructure

2015-06-18 Thread Gareth Aye
, with Rob Wood as peer, and an open invitation to Ting-Yu Chou for peer. If it is agreed that this is a good thing, I can take this conversation over to the relevant mailing list. Thoughts? Thanks, Eli Perelman On Mon, Jun 15, 2015 at 3:47 PM, Gareth Aye gareth@gmail.com wrote

Re: [b2g] New module: Gaia Project Infrastructure

2015-06-18 Thread Gareth Aye
I figured it wasn't necessary since this is a submodule of a gaia (itself a submodule of fxos), but I am happy to mirror this announcement/discussion over there. On Thu, Jun 18, 2015 at 1:43 PM, Fabrice Desré fabr...@mozilla.com wrote: On 06/18/2015 09:46 AM, Gareth Aye wrote: It seems

Re: [b2g] New module: Gaia Project Infrastructure

2015-06-15 Thread Gareth Aye
(This module would help us have the same code/quality/review standards for the bits of mozilla-b2g/gaia that relate to build/test configuration and package management as we do for application code.) On Mon, Jun 15, 2015 at 4:41 PM, Gareth Aye gareth@gmail.com wrote: Hi Folks, I'd like

[b2g] New module: Gaia Project Infrastructure

2015-06-15 Thread Gareth Aye
Hi Folks, I'd like to propose we add a new submodule of Firefox OS. I would be the module owner and I would invite :auswerk, :Eli, and :kgrandon to act as peers (if they were interested in staying involved, of course). This module would cover the following codepaths: - private files under $GAIA

[b2g] Flame bricked-ish?

2015-06-15 Thread Gareth Aye
I was flashing a flame with B2G-flash-tool and selected flame-kk/v2.2/images. Then when I tried to turn on my phone it kept rebooting and couldn't connect to adb. I can get to the bootloader, but fastboot can't see the device. Interestingly, I can select the option to send a zipball over adb

Re: [b2g] Flame bricked-ish?

2015-06-15 Thread Gareth Aye
when plugging it in. I'm not sure what state your phone is in now. If you're still having problems with the phone, I wouldn't mind taking a look at it and seeing if I can fix it. On Mon, Jun 15, 2015 at 3:21 PM, Gareth Aye gareth@gmail.com wrote: I was flashing a flame with B2G-flash

Re: [b2g] PSA: Please avoid landing risky patches on master/m-c for 3 weeks

2015-06-06 Thread Gareth Aye
Depending on what risky means here, I don't think we should ever land risky patches. We have very good automated testing in gaia at this point; there's no need to guess whether stuff will work :). On Sat, Jun 6, 2015 at 3:50 AM, Wilfred Mathanaraj wilf...@mozilla.com wrote: Hi all, As I think

Re: [b2g] Calendar issue

2015-05-26 Thread Gareth Aye
Yep this is a regression in calendar. Sorry about the inconvenience. I filed a bug here https://bugzilla.mozilla.org/show_bug.cgi?id=1168498 and I'm looking into it as we speak. On Tue, May 26, 2015 at 2:02 PM, Marek Raida marek.ra...@gmail.com wrote: Hello there, I'm not creating bugzilla

Re: [b2g] Nightly Linux Builds

2015-04-24 Thread Gareth Aye
We updated mozilla-download to fetch stuff from TC instead of ftp as well so if you want to grab builds from the command-line that also works. On Fri, Apr 24, 2015 at 8:04 AM, Gareth Aye gareth@gmail.com wrote: You should get stuff from taskcluster (check out https://tools.taskcluster.net

Re: [b2g] Nightly Linux Builds

2015-04-24 Thread Gareth Aye
You should get stuff from taskcluster (check out https://tools.taskcluster.net/index/artifacts/#buildbot.branches/buildbot.branches). Mozilla ftp is overloaded which was the cause of our gaia tree closures a few weeks back. On Fri, Apr 24, 2015 at 7:47 AM, Benjamin Francis bfran...@mozilla.com

Re: [b2g] Gaia is CLOSED

2015-03-18 Thread Gareth Aye
Is there a post mortem somewhere about yesterday's infrastructure issues? What's going on? On Wed, Mar 18, 2015 at 11:56 AM, Carsten Book cb...@mozilla.com wrote: Hi, we're hitting the same issues like yesterday again so all trees are closed again. IT and releng are working on this. Sorry

Re: [b2g] [Sheriffs] Gaia is CLOSED

2015-03-18 Thread Gareth Aye
I think gaia-try is still down fwiw On Wed, Mar 18, 2015 at 2:01 PM, Ryan VanderMeulen rvandermeu...@mozilla.com wrote: Things are looking more stable now, so we've gone ahead and reopened Gaia. b2g-inbound remains set to approval-only while we see how things respond as load picks up. If you

Re: [b2g] RequestSyncAPI

2015-01-05 Thread Gareth Aye
For starters, it seems as if oneShot allows apps that want to be woken up at a regular interval to not have to continually add alarms to mozAlarms. The wifiOnly option is useful too (say you're calendar or email and have a setting to periodic sync wifi is available). On Mon, Jan 5, 2015 at 3:30

Re: [b2g] Has anyone notice that sometime the clock would be incorrect on Flame?

2014-12-29 Thread Gareth Aye
I think this issue still exists. My sms messages are often scrambled like Julien mentioned, notifications fire at the wrong time, and hacking on calendar can be a PITA. It seems like no one is actively working on it. This seems like the root cause behind a whole host of issues across a number of

Re: [b2g] Has anyone notice that sometime the clock would be incorrect on Flame?

2014-12-29 Thread Gareth Aye
, 2014 at 1:20 PM, Gareth Aye gareth@gmail.com wrote: I think this issue still exists. My sms messages are often scrambled like Julien mentioned, notifications fire at the wrong time, and hacking on calendar can be a PITA. It seems like no one is actively working on it. This seems like the root

Re: [b2g] Has anyone notice that sometime the clock would be incorrect on Flame?

2014-12-29 Thread Gareth Aye
to try to coerce time sync into triggering isn't working :/ On Mon, Dec 29, 2014 at 1:40 PM, Gareth Aye gareth@gmail.com wrote: Just to add a little bit more information, the only ways that gaia interacts with the platforms' timing facilities are through the standard Date api and then also

Re: [b2g] Has anyone notice that sometime the clock would be incorrect on Flame?

2014-12-29 Thread Gareth Aye
automatically via NTP and have a wifi or SIM card in the device? (i.e. automatically set time/date in the settings). I think the bugs revolve somewhere around those items. I have been having a hard time replicating consistently. Regards, Naoki On Dec 29, 2014, at 11:36 AM, Gareth Aye

Re: [b2g] No data connection and Google Calendar sync error in Mozilla Flame with latest 2.2

2014-10-20 Thread Gareth Aye
As far as the calendar issue goes, I think you're probably experiencing https://bugzilla.mozilla.org/show_bug.cgi?id=1067270. We turned off the pref for http2 temporarily (and uplifted to 2.1). Latest 2.2 works for you? On Mon, Oct 20, 2014 at 6:34 PM, A. Crespo madrid.cre...@gmail.com wrote:

Re: [b2g] Updated flame wont boot

2014-10-13 Thread Gareth Aye
I encountered this at some point last week and solved my issue after some tinkering, but don't remember exactly how... On Mon, Oct 13, 2014 at 9:52 AM, Dale Harvey d...@arandomurl.com wrote: I did a full flash of v184 found on https://intranet.mozilla.org/QA/B2G_Tips_and_Tricks I then did a

Re: [b2g] Reducing the size of the Github mozilla-b2g owners list

2014-06-27 Thread Gareth Aye
What is the progress with the shepherd project that :jhford and :lightsofapollo were starting up back in Oslo? My hope has always been that developing good automation would keep us from ever having to close the tree. On Fri, Jun 27, 2014 at 12:58 PM, Dale Harvey d...@arandomurl.com wrote:

Re: [b2g] Running on-device tests in CI

2014-06-05 Thread Gareth Aye
I have actually thought about this before! Most test suites need to start from a very clean slate with specific versions of the os and apps. Many test suites also make modifications to the phone state. Unless we backed up users' data, reinstalled the operating system, ran the tests, and then

[b2g] indexedDB in workers on the way?

2014-05-23 Thread Gareth Aye
Hey B2G, I've heard from a couple people that work is underway to enable accessing the indexedDB apis from web workers, but the info on the bug ( https://bugzil.la/701634) is quite opaque. Is this something that's being worked on? Do we perhaps need more evidence / use cases? If someone is

Re: [b2g] indexedDB in workers on the way?

2014-05-23 Thread Gareth Aye
Thanks! Shall I mark 994190 blocking 701634? On Fri, May 23, 2014 at 11:20 AM, Kyle Huey m...@kylehuey.com wrote: Most of the work is happening in bug 994190. - Kyle On Fri, May 23, 2014 at 8:02 AM, Gareth Aye gar...@alumni.middlebury.edu wrote: Hey B2G, I've heard from a couple

Re: [b2g] Gaia Try Server for TBPL

2014-02-13 Thread Gareth Aye
http://i.imgur.com/g28E0.gif On Thu, Feb 13, 2014 at 7:53 PM, Jonathan Griffin jgrif...@mozilla.comwrote: We know that Gaia developers have long wanted the ability to use custom Gaia builds in TBPL try jobs, mostly to help debug TBPL-specific failures in Gaia tests. This has been a

Re: [b2g] OPEN again Re: Gaia tree is closed

2014-02-12 Thread Gareth Aye
Thanks sheriff! On Wed, Feb 12, 2014 at 12:23 PM, Anthony Ricaud anth...@ricaud.me wrote: Tada, reopened! On 12/02/14 17:47, Anthony Ricaud wrote: You can follow in https://bugzilla.mozilla.org/show_bug.cgi?id=971761 for the unit test failure. I'm just waiting on a Travis run before

Re: [b2g] Travis sheriffs for the next three weeks

2013-12-13 Thread Gareth Aye
I'll try to help out! On Fri, Dec 13, 2013 at 3:29 AM, Anthony Ricaud anth...@ricaud.me wrote: Hello everyone, I'm gonna be on holidays for the next three weeks. Therefore, I won't be playing my unofficial role of sheriff. So it would be nice if some people watched the tree during that

Re: [b2g] Gaia tree is closed

2013-11-27 Thread Gareth Aye
Zac, I'm a bit busy with other work right now. Would you mind bisecting gecko to find the culprit patch for us? On Wed, Nov 27, 2013 at 2:10 PM, Zac Campbell zcampb...@mozilla.com wrote: On 27/11/13 18:29, Dale Harvey wrote: Tracking bug is:

Re: [b2g] Gaia tree is closed

2013-11-27 Thread Gareth Aye
Also fwiw I don't understand how this could have landed if the python tests are running on tbpl... On Wed, Nov 27, 2013 at 2:16 PM, Gareth Aye gareth@gmail.com wrote: Zac, I'm a bit busy with other work right now. Would you mind bisecting gecko to find the culprit patch for us? On Wed

Re: [b2g] Gaia tree is closed

2013-11-27 Thread Gareth Aye
, Gareth Aye wrote: Also fwiw I don't understand how this could have landed if the python tests are running on tbpl... On Wed, Nov 27, 2013 at 2:16 PM, Gareth Aye gareth@gmail.com wrote: Zac, I'm a bit busy with other work right now. Would you mind bisecting gecko to find the culprit patch

Re: [b2g] Let QA write your Gaia/Marionette UI tests!

2013-11-20 Thread Gareth Aye
but they don't. If they do, they are not fit to be module owners/peers. - Original Message - From: Gareth Aye gareth@gmail.com To: Zac Campbell zcampb...@mozilla.com Cc: Jonas Sicking jo...@sicking.cc, dev-g...@lists.mozilla.org, dev-b2g dev-b2g@lists.mozilla.org Sent: Tue, 19 Nov 2013

Re: [b2g] Let QA write your Gaia/Marionette UI tests!

2013-11-19 Thread Gareth Aye
to use hardware that desktopb2g doesn't have access to. We can cover some space that Travis cannot. Julien has requested some for Messaging app that we did and Rudy also asked for a keyboard/TBPL test which we did last week. On 18/11/13 16:58, Gareth Aye wrote: I will let you

Re: [b2g] Let QA write your Gaia/Marionette UI tests!

2013-11-19 Thread Gareth Aye
between the lines; you want Python and QA's tests to sod off. - Original Message - From: Gareth Aye gareth@gmail.com To: Zac Campbell zcampb...@mozilla.com Cc: Jonas Sicking jo...@sicking.cc, dev-g...@lists.mozilla.org, dev-b2g dev-b2g@lists.mozilla.org Sent: Tue, 19 Nov 2013 14:28

Re: [b2g] Let QA write your Gaia/Marionette UI tests!

2013-11-18 Thread Gareth Aye
I will let you, but only if you use the js tooling so that I can review and maintain the tests :) On Sat, Nov 16, 2013 at 3:47 PM, Jonas Sicking jo...@sicking.cc wrote: On Nov 14, 2013 3:57 AM, Zac Campbell zcampb...@mozilla.com wrote: Are you tired? is the cat bothering you for its food?

Re: [b2g] Closing app programatically

2013-10-21 Thread Gareth Aye
And from within the app? On Mon, Oct 21, 2013 at 3:20 PM, Gareth Aye gareth@gmail.com wrote: Can you do that in content mode? On Mon, Oct 21, 2013 at 3:07 PM, Vivien Nicolas vnico...@mozilla.comwrote: window.close() likely. On 21/10/2013 21:05, Elvis Pfutzenreuter wrote

Re: [b2g] Closing app programatically

2013-10-21 Thread Gareth Aye
window.close (internally this is how we close stuff from our integration tests and in the email app we do this in normal content mode) On Mon, Oct 21, 2013 at 12:21 PM, Gareth Aye gareth@gmail.com wrote: And from within the app? On Mon, Oct 21, 2013 at 3:20 PM, Gareth Aye gareth

Re: [b2g] Closing app programatically

2013-10-21 Thread Gareth Aye
I guess apps are opened by script. Still I vote for this being a bug. On Mon, Oct 21, 2013 at 4:14 PM, Gareth Aye gareth@gmail.com wrote: So when I try this in the browser I get [16:07:03.512] Scripts may not close windows that were not opened by script. It seems like apps/pages should

[b2g] Where is the best place to ask questions like build does not wfm

2013-08-07 Thread Gareth Aye
Hi B2G, I've run into a lot of building issues lately with the buri and also the unagi and don't want to spam #b2g with all of my issues, but don't really know where else to ask. So is the best thing to manually collect all of the relevant information and file a bug? Ask in #b2g? Write to

Re: [b2g] is there any SDK for Firefox OS?

2013-07-14 Thread Gareth Aye
Hi Pedro, Firefox OS apps are really just webapps! We do have some APIs which haven't been standardized yet which will likely come in handy (depending on what you're doing). We have some documentation at https://developer.mozilla.org/en-US/docs/WebAPI , but things are definitely at an

Re: [b2g] mozilla-b2g github avatar

2013-07-02 Thread Gareth Aye
+1 I 3 that fox. He's Linus' celebrity look-alike! [image: photo.JPG] On Tue, Jul 2, 2013 at 2:52 PM, Ben Kelly bke...@mozilla.com wrote: Hi all, Now that we have this cool profile pic: https://assets.mozillalabs.com/Graphics/Facebook/FirefoxOS/fb_social_avatar_403x403.png I was

[b2g] Proposal for Infrastructure to help out RIL Builds

2013-06-11 Thread Gareth Aye
Hi Everyone! I wanted to propose an idea for how we can make the RIL builds more relevant for and accessible to developers. Let me begin by saying that I truly appreciate the work that QA does and that I do personally read through all of the smoketest build results to see whether there are any