Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7718F173F3 for ; Mon, 13 Apr 2015 14:23:10 +0000 (UTC) Received: (qmail 59227 invoked by uid 500); 13 Apr 2015 14:23:10 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 59189 invoked by uid 500); 13 Apr 2015 14:23:10 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 59172 invoked by uid 99); 13 Apr 2015 14:23:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2015 14:23:09 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of marti1125@gmail.com designates 209.85.214.182 as permitted sender) Received: from [209.85.214.182] (HELO mail-ob0-f182.google.com) (209.85.214.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2015 14:22:44 +0000 Received: by obbfy7 with SMTP id fy7so36577469obb.2 for ; Mon, 13 Apr 2015 07:21:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5ycVZ3Q9lrvN7MZQECLQUxTIvmRXCbp6wlg7peCGMl4=; b=GuxlG2R02+5VHnDt4kQNUOGD/ndeo75bAyefa3HkTjauyRziTJ8a87Irmmm4iKLV0B 4dNjGs2SNm4OX/lpvQkLDPCNlyMyrWCHriGjBOPPcFG8moy8o7EjWXG/Hu6xOhNXrIy6 vkj2hEbIfl49bBtl2kGAwrc+c+0Gf0BYlW9i/m8tVXDrT4yPM3AjcQ9GK+6TjrvJ0dZJ /A8ku0Qcg9NcnUM2p9WZqySkNf2o98RyTb6w+dykdbxowCnbVVRGGNrCFjRHkVMDFd1x Qv3DHs5RIStlar2TFbhBO9S65kidlMn/soSEQgQTkJi/wAwh528Lw7iYzGc0fVElxeNQ LUSA== MIME-Version: 1.0 X-Received: by 10.60.96.137 with SMTP id ds9mr5753935oeb.56.1428934918055; Mon, 13 Apr 2015 07:21:58 -0700 (PDT) Received: by 10.60.113.106 with HTTP; Mon, 13 Apr 2015 07:21:57 -0700 (PDT) Received: by 10.60.113.106 with HTTP; Mon, 13 Apr 2015 07:21:57 -0700 (PDT) In-Reply-To: References: <0e0913fb838c436490baf069cb00a558@DM2PR03MB366.namprd03.prod.outlook.com> Date: Mon, 13 Apr 2015 09:21:57 -0500 Message-ID: Subject: Re: Buildbot for Cordova on Apache Infra - Update From: Willy Aguirre To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=089e0118289c32af3205139bd6b1 X-Virus-Checked: Checked by ClamAV on apache.org --089e0118289c32af3205139bd6b1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi! I am working on but I dont finish with the implementation Here are the next steps to add Firefox OS to the mix: - Mark tests that currently are not supported on Firefox OS platform - e.g. media plugin as 'pending'. It's best to do a platform detect and call Jasmine's pending method. - Connect a slave machine with Firefox emulator and an appropriate host OS to Apache Infra. This might need Apache Infra help and Dmitry would know more details. - Create a builder in Buildbot config to create mobilespec for FirefoxOS and launch the emulator. Looks like this one is already along the way: https://github.com/apache/cordova-medic/pull/39 - Fix any failing tests. -Nikhil -----Original Message----- From: Piotr Zalewa [mailto:pzalewa@mozilla.com] Sent: Saturday, April 11, 2015 3:47 PM To: dev Subject: RE: Buildbot for Cordova on Apache Infra - Update What would you need to have Firefox os on it? 24 mar 2015 02:10 "Nikhil Khandelwal" napisa=C5=82= (a): > Hi, > Over the last couple of months, we have been reviving medic and > ensuring it runs on Apache Buildbot Infra. For those who are not > familiar with medic =E2=80=93 it=E2=80=99s a BuildBot continuous integrat= ion setup > that allows to test Cordova plugins and platforms. Today marks a big > milestone in that work that we have the following platforms running > and reporting results on a consistent > basis: > - Android: > - Windows (17 failures) > - OSX (12 failures) > - IOS (19 failures) > - Windows (0 failures) > - WP8.1 (6 failures) > - WP8 > > You can use this link to review the results: > http://ci.apache.org/waterfall?builder=3Dcordova-ios&builder=3Dcordova-an= d > roid-osx&builder=3Dcordova-windows&builder=3Dcordova-wp8&builder=3Dcordov= a-a > ndroid-win&builder=3Dcordova-blackberry-osx&builder=3Dcordova-blackberry-= w > in > > Currently, builds are triggered every two hours. We would like to > integrate with Cordova nightly build to trigger a run. > > Steve Gill: Do you have an update on the nightly build for Cordova? > > We need help with the following: > - Fix all test failures for Android. > - Fix all test failures for iOS. > - Add other platforms to this test matrix =E2=80=93 FirefoxOS? > > Results from test runs are currently being loaded to couchDB instance > hosted on our servers. We have a longstanding infra ticket open to > create a couchDB instance on Apache Infra. Please vote it up to help get resolved: > https://issues.apache.org/jira/browse/INFRA-8588 > > Thanks, > Nikhil > > > -----Original Message----- > From: Dmitriy Barkalov (Akvelon) [mailto:v-dmbark@microsoft.com] > Sent: Friday, December 12, 2014 9:24 AM > To: dev@cordova.apache.org > Subject: RE: Buildbot for Cordova on Apache Infra - Update > > Hi all, > > I'd like to provide a status update on this task: > - External slaves could be wired to Apache infra. (I've successfully > wired windows slave to Apache Infra in testing purposes) > - Need to resolve some build bot configuration issues > - After configuration is ready we will add Github hooks to run the builds= . > > > Regards, Dmitriy > > -----Original Message----- > From: maxw@google.com [mailto:maxw@google.com] On Behalf Of Max > Woghiren > Sent: Monday, December 8, 2014 9:00 PM > To: dev > Subject: Re: Buildbot for Cordova on Apache Infra - Update > > Yes, once the master is ready, I can take on having our slaves report > to it. > > On Mon, Dec 8, 2014 at 10:41 AM, Michal Mocny wrote= : > > > We've already got a lab and slaves but its been in a rather sorry > > state of disrepair (http://ci.cordova.io/). Would gladly put in the > > effort to clean up and report to the new master. > > > > On Fri, Dec 5, 2014 at 8:48 PM, Parashuram Narasimhan (MS OPEN TECH) > > < panarasi@microsoft.com> wrote: > > > > > Awesome - Thanks Marcel. Once the master is ready, we will start > > > setting up the slaves. > > > > > > -----Original Message----- > > > From: Marcel Kinard [mailto:cmarcelk@gmail.com] > > > Sent: Friday, December 5, 2014 1:42 PM > > > To: dev@cordova.apache.org > > > Subject: Re: Buildbot for Cordova on Apache Infra - Update > > > > > > The IBM team here would be willing to set up a slave with some of > > > our devices. We have a collection of Android, iOS, BB10, WP8. > > > Looking forward to instructions on slave setup ;-) > > > > > > On Dec 5, 2014, at 12:20 PM, Parashuram Narasimhan (MS OPEN TECH) > > > < panarasi@microsoft.com> wrote: > > > > > > > It would be great if we could have other platforms also run > > > > using > > Apache > > > Infra. Blackberry, Tizen, FirefoxOS, Amazon - any takers for this? > > > We > > would > > > be happy to help. > > > > > > > > -----Original Message----- > > > > From: Steven Gill [mailto:stevengill97@gmail.com] > > > > Sent: Wednesday, December 3, 2014 12:23 PM > > > > To: dev@cordova.apache.org > > > > Subject: Re: Buildbot for Cordova on Apache Infra - Update > > > > > > > > This is amazing news! > > > > > > > > Adobe will definitely setup some slaves and try to get our > > > > device wall > > > going again. > > > > > > > > It would be great if other companies jumped on board with a few > > > > slaves > > > for their devices to get some love from medic. > > > > > > > > Setting up a slave instructions would also be very helpful! :) > > > > > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > - To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org > > > For additional commands, e-mail: dev-help@cordova.apache.org > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > - To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org > > > For additional commands, e-mail: dev-help@cordova.apache.org > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org > For additional commands, e-mail: dev-help@cordova.apache.org > --089e0118289c32af3205139bd6b1--