RE: Buildbot for Cordova on Apache Infra - Update

2015-04-17 Thread Nikhil Khandelwal
Sure - that sounds like a good idea. One approach for this to work could be as 
part of the cordova-android-osx  cordova-android-win builder, there could be 
two steps added:
- Add the latest version of the Crosswalk plugin from npm
- Run the core plugin tests again.

Does Crosswalk have any of its own tests that might be worthwhile to run? 

Alternatively, there could be a separate builder for this altogether - though 
that would have of redundant setup steps.

I've created a JIRA to track this: 
https://issues.apache.org/jira/browse/CB-8873 . 

It's unassigned and looking for an owner.

-Nikhil

-Original Message-
From: Hu, Ningxin [mailto:ningxin...@intel.com] 
Sent: Sunday, April 12, 2015 6:31 PM
To: dev@cordova.apache.org
Subject: RE: Buildbot for Cordova on Apache Infra - Update

Great job!

It would be helpful to add 3rd party engine plugins, such as Crosswalk, into 
the matrix.

Your thoughts?

-ningxin

 -Original Message-
 From: Nikhil Khandelwal [mailto:nikhi...@microsoft.com]
 Sent: Sunday, April 12, 2015 6:59 AM
 To: dev@cordova.apache.org
 Subject: RE: Buildbot for Cordova on Apache Infra - Update
 
 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:pzal...@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 nikhi...@microsoft.com napisał(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 – it’s a BuildBot continuous integration 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=cordova-iosbuilder=cordova-a
  nd
  roid-osxbuilder=cordova-windowsbuilder=cordova-
 wp8builder=cordova-a
  ndroid-winbuilder=cordova-blackberry-osxbuilder=cordova-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 – 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-dmb...@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: m...@google.com [mailto:m...@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 mmo...@chromium.org
 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)  panar...@microsoft.com wrote:
  
Awesome - Thanks Marcel. Once the master

Re: Buildbot for Cordova on Apache Infra - Update

2015-04-17 Thread Dmitry Blotsky
I’m a bit confused. Is this related to FirefoxOS?

Kindly,
Dmitry

 On Apr 17, 2015, at 9:06 AM, Nikhil Khandelwal nikhi...@microsoft.com wrote:
 
 Sure - that sounds like a good idea. One approach for this to work could be 
 as part of the cordova-android-osx  cordova-android-win builder, there could 
 be two steps added:
 - Add the latest version of the Crosswalk plugin from npm
 - Run the core plugin tests again.
 
 Does Crosswalk have any of its own tests that might be worthwhile to run? 
 
 Alternatively, there could be a separate builder for this altogether - though 
 that would have of redundant setup steps.
 
 I've created a JIRA to track this: 
 https://issues.apache.org/jira/browse/CB-8873 . 
 
 It's unassigned and looking for an owner.
 
 -Nikhil
 
 -Original Message-
 From: Hu, Ningxin [mailto:ningxin...@intel.com] 
 Sent: Sunday, April 12, 2015 6:31 PM
 To: dev@cordova.apache.org
 Subject: RE: Buildbot for Cordova on Apache Infra - Update
 
 Great job!
 
 It would be helpful to add 3rd party engine plugins, such as Crosswalk, into 
 the matrix.
 
 Your thoughts?
 
 -ningxin
 
 -Original Message-
 From: Nikhil Khandelwal [mailto:nikhi...@microsoft.com]
 Sent: Sunday, April 12, 2015 6:59 AM
 To: dev@cordova.apache.org
 Subject: RE: Buildbot for Cordova on Apache Infra - Update
 
 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:pzal...@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 nikhi...@microsoft.com napisał(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 – it’s a BuildBot continuous integration 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=cordova-iosbuilder=cordova-a
 nd
 roid-osxbuilder=cordova-windowsbuilder=cordova-
 wp8builder=cordova-a
 ndroid-winbuilder=cordova-blackberry-osxbuilder=cordova-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 – 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-dmb...@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: m...@google.com [mailto:m...@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 mmo...@chromium.org
 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

Re: Buildbot for Cordova on Apache Infra - Update

2015-04-14 Thread Willy Aguirre
Hi Dmitry,

1-  added firefoxos to cordova.conf is on the PR

https://github.com/marti1125/cordova-medic/blob/CB-8734/buildbot-conf/cordova.conf#L303

Slave:

I think is not neccesary to add some specific instructions for Firefox OS
because in the old version I only I made the slave and then run test
* but we have some proble with permission in Mac OS (when install npm
packages) and also Windows (but the solution is open the console as a
administrator)

It is necessary to add Firefox OS slave here:
https://github.com/apache/cordova-medic/blob/master/buildbot-conf/master.cfg

Regards,

Willy









2015-04-13 17:40 GMT-05:00 Dmitry Blotsky dblot...@microsoft.com:

 Hi Willy,

 All those things are correct. The steps for creating a slave are
 documented in README.md and SLAVES.md. The steps for adding a slave to
 Apache are currently in this PR:
 https://github.com/apache/cordova-medic/pull/42/files. I've documented
 the steps below just for reference, but all this information will be in
 SLAVES.md.

 To add a new builder (already addressed in your PR):
 1. Add the appropriate config in cordova.conf (
 https://github.com/apache/cordova-medic/blob/master/buildbot-conf/cordova.conf),
 looking at examples of other builders

 To add a new slave (and add it to Apache):
 1. If the slave has special platform setup, add the
 platform-specific steps to SLAVES.md:
 https://github.com/apache/cordova-medic/blob/master/SLAVES.md
 2. Configure related builders in cordova.conf to run on this new
 slave
 3. Add your slave machine to a master.cfg
 a. Add it to the internal master.cfg (
 https://github.com/apache/cordova-medic/blob/master/buildbot-conf/master.cfg
 )
 b. Add it to Apache Infra's master.cfg via commit to their
 SVN repo (
 https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/master.cfg)
 (needs committer access)
 4. Create an INFRA ticket in JIRA to obtain credentials to connect
 your slave to Apache Infra's Buildbot
 5. Modify the slave's buildbot.tac to point to Apache Infra's
 master, and to use the obtained credentials

 Kindly,
 Dmitry

 P.S. Your last email was signed from Nikhil by accident! :)

 -Original Message-
 From: Willy Aguirre [mailto:marti1...@gmail.com]
 Sent: Monday, April 13, 2015 7:22 AM
 To: dev@cordova.apache.org
 Subject: Re: Buildbot for Cordova on Apache Infra - Update

 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:pzal...@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 nikhi...@microsoft.com napisał(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 – it’s a BuildBot continuous integration 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=cordova-iosbuilder=cordova-and
  roid-osxbuilder=cordova-windowsbuilder=cordova-wp8builder=cordova-a
  ndroid-winbuilder=cordova-blackberry-osxbuilder=cordova-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 – 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

RE: Buildbot for Cordova on Apache Infra - Update

2015-04-13 Thread Dmitry Blotsky
Hi Willy,

All those things are correct. The steps for creating a slave are documented in 
README.md and SLAVES.md. The steps for adding a slave to Apache are currently 
in this PR: https://github.com/apache/cordova-medic/pull/42/files. I've 
documented the steps below just for reference, but all this information will be 
in SLAVES.md.

To add a new builder (already addressed in your PR):
1. Add the appropriate config in cordova.conf 
(https://github.com/apache/cordova-medic/blob/master/buildbot-conf/cordova.conf),
 looking at examples of other builders

To add a new slave (and add it to Apache):
1. If the slave has special platform setup, add the platform-specific 
steps to SLAVES.md: 
https://github.com/apache/cordova-medic/blob/master/SLAVES.md
2. Configure related builders in cordova.conf to run on this new slave
3. Add your slave machine to a master.cfg
a. Add it to the internal master.cfg 
(https://github.com/apache/cordova-medic/blob/master/buildbot-conf/master.cfg)
b. Add it to Apache Infra's master.cfg via commit to their SVN 
repo 
(https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/master.cfg)
 (needs committer access)
4. Create an INFRA ticket in JIRA to obtain credentials to connect your 
slave to Apache Infra's Buildbot
5. Modify the slave's buildbot.tac to point to Apache Infra's master, 
and to use the obtained credentials

Kindly,
Dmitry

P.S. Your last email was signed from Nikhil by accident! :)

-Original Message-
From: Willy Aguirre [mailto:marti1...@gmail.com] 
Sent: Monday, April 13, 2015 7:22 AM
To: dev@cordova.apache.org
Subject: Re: Buildbot for Cordova on Apache Infra - Update

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:pzal...@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 nikhi...@microsoft.com napisał(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 – it’s a BuildBot continuous integration 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=cordova-iosbuilder=cordova-and
 roid-osxbuilder=cordova-windowsbuilder=cordova-wp8builder=cordova-a
 ndroid-winbuilder=cordova-blackberry-osxbuilder=cordova-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 – 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-dmb...@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: m...@google.com [mailto:m...@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

2015-04-13 Thread Alexander Sorokin (Akvelon)
Thanks for summing up, Dmitry

I am already working on fixes for some of these issues on Windows and WP8 
(media and file failures, for example). I've added corresponding links to JIRA 
items.

Thanks,
Alexander Sorokin

-Original Message-
From: Homer, Tony [mailto:tony.ho...@intel.com] 
Sent: Saturday, April 11, 2015 19:33
To: dev@cordova.apache.org
Subject: Re: Buildbot for Cordova on Apache Infra - Update

Dmitry-

Thanks for the extra effort!
I¹m traveling next week and won¹t have very much time, so I¹ll just assign one 
to myself for now and watch the others.

Tony

On 4/10/15, 7:49 PM, Dmitry Blotsky dblot...@microsoft.com wrote:

Hi all,

I've compiled a list of JIRAs to address the failures we're currently 
seeing on Buildbot (http://ci.cordova.io):

https://issues.apache.org/jira/browse/CB-8842: device motion tests on 
Android and iOS
https://issues.apache.org/jira/browse/CB-8843: mobilespec tests on 
Android
https://issues.apache.org/jira/browse/CB-8844: file tests on Android
https://issues.apache.org/jira/browse/CB-8845: geolocation tests on 
Android and iOS
https://issues.apache.org/jira/browse/CB-8846: media tests on Android, 
iOS, WP8.1, and WP8
https://issues.apache.org/jira/browse/CB-8847: contacts tests on iOS
https://issues.apache.org/jira/browse/CB-8848: file transfer tests on 
iOS and WP8
https://issues.apache.org/jira/browse/CB-8849: file tests on WP8

Kindly,
Dmitry

-Original Message-
From: Nikhil Khandelwal [mailto:nikhi...@microsoft.com]
Sent: Thursday, April 9, 2015 3:00 PM
To: dev@cordova.apache.org
Subject: RE: Buildbot for Cordova on Apache Infra - Update

I did a quick look at the coho nighly release script - wonder if you 
can use buildbot instead of Jenkins? It will be tightly integrated with 
a nightly run of the tests that can also send out an email notification 
to the dev list of the nightly build publish and test status.

Other Apache projects have been doing that:
http://ci.apache.org/buildbot.html

We can discuss a bit more of this on the hangout.

Thanks,
Nikhil


-Original Message-
From: Steven Gill [mailto:stevengil...@gmail.com]
Sent: Thursday, March 26, 2015 5:50 PM
To: dev@cordova.apache.org
Subject: Re: Buildbot for Cordova on Apache Infra - Update

I haven't had time to really work on getting nightlies going for a while.
I will try to get them up and going again after phase 1. I'm thinking 
of using docker on apaches jenkins might be the best way to attempt it.
Apache build settings issues are what killed the momentum the last time.

On Mon, Mar 23, 2015 at 6:10 PM, Nikhil Khandelwal 
nikhi...@microsoft.com
wrote:

 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
 - it's a BuildBot continuous integration 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=cordova-iosbuilder=cordova-an
 d 
 roid-osxbuilder=cordova-windowsbuilder=cordova-wp8builder=cordova-
 a 
 ndroid-winbuilder=cordova-blackberry-osxbuilder=cordova-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 - 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-dmb...@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: m...@google.com [mailto:m...@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

Re: Buildbot for Cordova on Apache Infra - Update

2015-04-13 Thread Willy Aguirre
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:pzal...@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 nikhi...@microsoft.com napisał(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 – it’s a BuildBot continuous integration 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=cordova-iosbuilder=cordova-and
 roid-osxbuilder=cordova-windowsbuilder=cordova-wp8builder=cordova-a
 ndroid-winbuilder=cordova-blackberry-osxbuilder=cordova-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 – 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-dmb...@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: m...@google.com [mailto:m...@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 mmo...@chromium.org 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)
   panar...@microsoft.com wrote:
 
   Awesome - Thanks Marcel. Once the master is ready, we will start
   setting up the slaves.
  
   -Original Message-
   From: Marcel Kinard [mailto:cmarc...@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)
panar...@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:stevengil...@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

RE: Buildbot for Cordova on Apache Infra - Update

2015-04-12 Thread Hu, Ningxin
Great job!

It would be helpful to add 3rd party engine plugins, such as Crosswalk, into 
the matrix.

Your thoughts?

-ningxin

 -Original Message-
 From: Nikhil Khandelwal [mailto:nikhi...@microsoft.com]
 Sent: Sunday, April 12, 2015 6:59 AM
 To: dev@cordova.apache.org
 Subject: RE: Buildbot for Cordova on Apache Infra - Update
 
 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:pzal...@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 nikhi...@microsoft.com napisał(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 – it’s a BuildBot continuous integration 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=cordova-iosbuilder=cordova-and
  roid-osxbuilder=cordova-windowsbuilder=cordova-
 wp8builder=cordova-a
  ndroid-winbuilder=cordova-blackberry-osxbuilder=cordova-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 – 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-dmb...@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: m...@google.com [mailto:m...@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 mmo...@chromium.org
 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)
panar...@microsoft.com wrote:
  
Awesome - Thanks Marcel. Once the master is ready, we will start
setting up the slaves.
   
-Original Message-
From: Marcel Kinard [mailto:cmarc...@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)
 panar...@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

Re: Buildbot for Cordova on Apache Infra - Update

2015-04-11 Thread Homer, Tony
Dmitry-

Thanks for the extra effort!
I¹m traveling next week and won¹t have very much time, so I¹ll just assign
one to myself for now and watch the others.

Tony

On 4/10/15, 7:49 PM, Dmitry Blotsky dblot...@microsoft.com wrote:

Hi all,

I've compiled a list of JIRAs to address the failures we're currently
seeing on Buildbot (http://ci.cordova.io):

https://issues.apache.org/jira/browse/CB-8842: device motion tests on
Android and iOS
https://issues.apache.org/jira/browse/CB-8843: mobilespec tests on Android
https://issues.apache.org/jira/browse/CB-8844: file tests on Android
https://issues.apache.org/jira/browse/CB-8845: geolocation tests on
Android and iOS
https://issues.apache.org/jira/browse/CB-8846: media tests on Android,
iOS, WP8.1, and WP8
https://issues.apache.org/jira/browse/CB-8847: contacts tests on iOS
https://issues.apache.org/jira/browse/CB-8848: file transfer tests on iOS
and WP8
https://issues.apache.org/jira/browse/CB-8849: file tests on WP8

Kindly,
Dmitry

-Original Message-
From: Nikhil Khandelwal [mailto:nikhi...@microsoft.com]
Sent: Thursday, April 9, 2015 3:00 PM
To: dev@cordova.apache.org
Subject: RE: Buildbot for Cordova on Apache Infra - Update

I did a quick look at the coho nighly release script - wonder if you can
use buildbot instead of Jenkins? It will be tightly integrated with a
nightly run of the tests that can also send out an email notification to
the dev list of the nightly build publish and test status.

Other Apache projects have been doing that:
http://ci.apache.org/buildbot.html

We can discuss a bit more of this on the hangout.

Thanks,
Nikhil


-Original Message-
From: Steven Gill [mailto:stevengil...@gmail.com]
Sent: Thursday, March 26, 2015 5:50 PM
To: dev@cordova.apache.org
Subject: Re: Buildbot for Cordova on Apache Infra - Update

I haven't had time to really work on getting nightlies going for a while.
I will try to get them up and going again after phase 1. I'm thinking of
using docker on apaches jenkins might be the best way to attempt it.
Apache build settings issues are what killed the momentum the last time.

On Mon, Mar 23, 2015 at 6:10 PM, Nikhil Khandelwal
nikhi...@microsoft.com
wrote:

 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
 - it's a BuildBot continuous integration 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=cordova-iosbuilder=cordova-and
 roid-osxbuilder=cordova-windowsbuilder=cordova-wp8builder=cordova-a
 ndroid-winbuilder=cordova-blackberry-osxbuilder=cordova-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 - 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-dmb...@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: m...@google.com [mailto:m...@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 mmo...@chromium.org
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)
   panar...@microsoft.com wrote:
 
   Awesome - Thanks Marcel. Once the master

RE: Buildbot for Cordova on Apache Infra - Update

2015-04-11 Thread Piotr Zalewa
What would you need to have Firefox os on it?
24 mar 2015 02:10 Nikhil Khandelwal nikhi...@microsoft.com napisał(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
 – it’s a BuildBot continuous integration 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=cordova-iosbuilder=cordova-android-osxbuilder=cordova-windowsbuilder=cordova-wp8builder=cordova-android-winbuilder=cordova-blackberry-osxbuilder=cordova-blackberry-win

 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 – 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-dmb...@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: m...@google.com [mailto:m...@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 mmo...@chromium.org 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) 
  panar...@microsoft.com wrote:
 
   Awesome - Thanks Marcel. Once the master is ready, we will start
   setting up the slaves.
  
   -Original Message-
   From: Marcel Kinard [mailto:cmarc...@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) 
   panar...@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:stevengil...@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-unsubscr...@cordova.apache.org
   For additional commands, e-mail: dev-h...@cordova.apache.org
  
  
   
   - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
   For additional commands, e-mail: dev-h...@cordova.apache.org
  
  
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org



RE: Buildbot for Cordova on Apache Infra - Update

2015-04-11 Thread Nikhil Khandelwal
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:pzal...@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 nikhi...@microsoft.com napisał(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 – it’s a BuildBot continuous integration 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=cordova-iosbuilder=cordova-and
 roid-osxbuilder=cordova-windowsbuilder=cordova-wp8builder=cordova-a
 ndroid-winbuilder=cordova-blackberry-osxbuilder=cordova-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 – 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-dmb...@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: m...@google.com [mailto:m...@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 mmo...@chromium.org 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) 
   panar...@microsoft.com wrote:
 
   Awesome - Thanks Marcel. Once the master is ready, we will start 
   setting up the slaves.
  
   -Original Message-
   From: Marcel Kinard [mailto:cmarc...@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) 
panar...@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:stevengil...@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

RE: Buildbot for Cordova on Apache Infra - Update

2015-04-10 Thread Dmitry Blotsky
Hi all,

I've compiled a list of JIRAs to address the failures we're currently seeing on 
Buildbot (http://ci.cordova.io):

https://issues.apache.org/jira/browse/CB-8842: device motion tests on Android 
and iOS
https://issues.apache.org/jira/browse/CB-8843: mobilespec tests on Android
https://issues.apache.org/jira/browse/CB-8844: file tests on Android
https://issues.apache.org/jira/browse/CB-8845: geolocation tests on Android and 
iOS
https://issues.apache.org/jira/browse/CB-8846: media tests on Android, iOS, 
WP8.1, and WP8
https://issues.apache.org/jira/browse/CB-8847: contacts tests on iOS
https://issues.apache.org/jira/browse/CB-8848: file transfer tests on iOS and 
WP8
https://issues.apache.org/jira/browse/CB-8849: file tests on WP8

Kindly,
Dmitry

-Original Message-
From: Nikhil Khandelwal [mailto:nikhi...@microsoft.com] 
Sent: Thursday, April 9, 2015 3:00 PM
To: dev@cordova.apache.org
Subject: RE: Buildbot for Cordova on Apache Infra - Update

I did a quick look at the coho nighly release script - wonder if you can use 
buildbot instead of Jenkins? It will be tightly integrated with a nightly run 
of the tests that can also send out an email notification to the dev list of 
the nightly build publish and test status. 

Other Apache projects have been doing that: http://ci.apache.org/buildbot.html

We can discuss a bit more of this on the hangout.

Thanks,
Nikhil


-Original Message-
From: Steven Gill [mailto:stevengil...@gmail.com]
Sent: Thursday, March 26, 2015 5:50 PM
To: dev@cordova.apache.org
Subject: Re: Buildbot for Cordova on Apache Infra - Update

I haven't had time to really work on getting nightlies going for a while. I 
will try to get them up and going again after phase 1. I'm thinking of using 
docker on apaches jenkins might be the best way to attempt it. Apache build 
settings issues are what killed the momentum the last time.

On Mon, Mar 23, 2015 at 6:10 PM, Nikhil Khandelwal nikhi...@microsoft.com
wrote:

 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
 - it's a BuildBot continuous integration 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=cordova-iosbuilder=cordova-and
 roid-osxbuilder=cordova-windowsbuilder=cordova-wp8builder=cordova-a
 ndroid-winbuilder=cordova-blackberry-osxbuilder=cordova-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 - 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-dmb...@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: m...@google.com [mailto:m...@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 mmo...@chromium.org 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) 
   panar...@microsoft.com wrote:
 
   Awesome - Thanks Marcel. Once the master is ready, we will start 
   setting up the slaves.
  
   -Original Message-
   From: Marcel Kinard [mailto:cmarc...@gmail.com]
   Sent: Friday, December 5, 2014 1:42 PM
   To: dev

Re: Buildbot for Cordova on Apache Infra - Update

2015-03-26 Thread Steven Gill
I haven't had time to really work on getting nightlies going for a while. I
will try to get them up and going again after phase 1. I'm thinking of
using docker on apaches jenkins might be the best way to attempt it. Apache
build settings issues are what killed the momentum the last time.

On Mon, Mar 23, 2015 at 6:10 PM, Nikhil Khandelwal nikhi...@microsoft.com
wrote:

 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
 - it's a BuildBot continuous integration 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=cordova-iosbuilder=cordova-android-osxbuilder=cordova-windowsbuilder=cordova-wp8builder=cordova-android-winbuilder=cordova-blackberry-osxbuilder=cordova-blackberry-win

 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 - 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-dmb...@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: m...@google.com [mailto:m...@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 mmo...@chromium.org 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) 
  panar...@microsoft.com wrote:
 
   Awesome - Thanks Marcel. Once the master is ready, we will start
   setting up the slaves.
  
   -Original Message-
   From: Marcel Kinard [mailto:cmarc...@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) 
   panar...@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:stevengil...@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-unsubscr...@cordova.apache.org
   For additional commands, e-mail: dev-h...@cordova.apache.org
  
  
   
   - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
   For additional commands, e-mail: dev-h...@cordova.apache.org
  
  
 

 -
 To unsubscribe, e-mail

RE: Buildbot for Cordova on Apache Infra - Update

2015-03-23 Thread Nikhil Khandelwal
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 – it’s 
a BuildBot continuous integration 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=cordova-iosbuilder=cordova-android-osxbuilder=cordova-windowsbuilder=cordova-wp8builder=cordova-android-winbuilder=cordova-blackberry-osxbuilder=cordova-blackberry-win
 

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 – 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-dmb...@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: m...@google.com [mailto:m...@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 mmo...@chromium.org 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)  
 panar...@microsoft.com wrote:

  Awesome - Thanks Marcel. Once the master is ready, we will start 
  setting up the slaves.
 
  -Original Message-
  From: Marcel Kinard [mailto:cmarc...@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)  
  panar...@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:stevengil...@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-unsubscr...@cordova.apache.org
  For additional commands, e-mail: dev-h...@cordova.apache.org
 
 
  
  - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
  For additional commands, e-mail: dev-h...@cordova.apache.org
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


RE: Buildbot for Cordova on Apache Infra - Update

2014-12-12 Thread Dmitriy Barkalov (Akvelon)
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: m...@google.com [mailto:m...@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 mmo...@chromium.org 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)  
 panar...@microsoft.com wrote:

  Awesome - Thanks Marcel. Once the master is ready, we will start 
  setting up the slaves.
 
  -Original Message-
  From: Marcel Kinard [mailto:cmarc...@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)  
  panar...@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:stevengil...@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-unsubscr...@cordova.apache.org
  For additional commands, e-mail: dev-h...@cordova.apache.org
 
 
  
  - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
  For additional commands, e-mail: dev-h...@cordova.apache.org
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


Re: Buildbot for Cordova on Apache Infra - Update

2014-12-08 Thread Michal Mocny
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) 
panar...@microsoft.com wrote:

 Awesome - Thanks Marcel. Once the master is ready, we will start setting
 up the slaves.

 -Original Message-
 From: Marcel Kinard [mailto:cmarc...@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) 
 panar...@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:stevengil...@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-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org


 -
 To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org




Re: Buildbot for Cordova on Apache Infra - Update

2014-12-08 Thread Max Woghiren
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 mmo...@chromium.org 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) 
 panar...@microsoft.com wrote:

  Awesome - Thanks Marcel. Once the master is ready, we will start setting
  up the slaves.
 
  -Original Message-
  From: Marcel Kinard [mailto:cmarc...@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) 
  panar...@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:stevengil...@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-unsubscr...@cordova.apache.org
  For additional commands, e-mail: dev-h...@cordova.apache.org
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
  For additional commands, e-mail: dev-h...@cordova.apache.org
 
 



RE: Buildbot for Cordova on Apache Infra - Update

2014-12-05 Thread Parashuram Narasimhan (MS OPEN TECH)
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:stevengil...@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! :)

On Mon, Nov 17, 2014 at 3:03 PM, Parashuram Narasimhan (MS OPEN TECH)  
panar...@microsoft.com wrote:

 Wanted to update the mailing list on the progress for Buildbot and 
 Medic on Apache infrastructure and how to run them on the nightlies.

 Here is the long conversation as a ticket -
 https://issues.apache.org/jira/browse/INFRA-8588

 Basically, the Cordova configuration will be merged with the 
 configuration that also includes other projects. This can be setup so 
 that Medic can be run on the nightlies also. The next step would be 
 setting up slaves. We also have an option of contributing our own slaves to 
 the Apache master.

 Microsoft Open Tech is planning on contributing the following 
 configurations for slaves


 -  Windows 8 Build on Windows OS

 -  Windows 8.1 build on Windows OS

 -  Windows Phone 8 build on Windows OS

 -  Windows Phone 8.1 build on Windows OS

 -  Android build on Windows OS.

 Since there are many more platforms, can other in the community help 
 with expanding this test matrix (like adding iOS machine, adding 
 Blackberry/FxOS platforms)? P.S: We have never run medic on other 
 platforms that can be built using Windows, so we could help with those 
 too, but would need help from the community.




-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: Buildbot for Cordova on Apache Infra - Update

2014-12-05 Thread Marcel Kinard
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) 
panar...@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:stevengil...@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-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: Buildbot for Cordova on Apache Infra - Update

2014-12-05 Thread Parashuram Narasimhan (MS OPEN TECH)
Awesome - Thanks Marcel. Once the master is ready, we will start setting up the 
slaves. 

-Original Message-
From: Marcel Kinard [mailto:cmarc...@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) 
panar...@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:stevengil...@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-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: Buildbot for Cordova on Apache Infra - Update

2014-12-04 Thread Steven Gill
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! :)

On Mon, Nov 17, 2014 at 3:03 PM, Parashuram Narasimhan (MS OPEN TECH) 
panar...@microsoft.com wrote:

 Wanted to update the mailing list on the progress for Buildbot and Medic
 on Apache infrastructure and how to run them on the nightlies.

 Here is the long conversation as a ticket -
 https://issues.apache.org/jira/browse/INFRA-8588

 Basically, the Cordova configuration will be merged with the configuration
 that also includes other projects. This can be setup so that Medic can be
 run on the nightlies also. The next step would be setting up slaves. We
 also have an option of contributing our own slaves to the Apache master.

 Microsoft Open Tech is planning on contributing the following
 configurations for slaves


 -  Windows 8 Build on Windows OS

 -  Windows 8.1 build on Windows OS

 -  Windows Phone 8 build on Windows OS

 -  Windows Phone 8.1 build on Windows OS

 -  Android build on Windows OS.

 Since there are many more platforms, can other in the community help with
 expanding this test matrix (like adding iOS machine, adding Blackberry/FxOS
 platforms)? P.S: We have never run medic on other platforms that can be
 built using Windows, so we could help with those too, but would need help
 from the community.