Difference between revisions of "Tinderbox"

From Openembedded.org
Jump to: navigation, search
(New page: '''Q: Using [http://opensource.bolloretelecom.eu/projects/oestats/wiki/oestats oestats] for your builds''' For your builder to send reports to our [http://tinderbox.openembedded.net QA se...)
 
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''Q: Using [http://opensource.bolloretelecom.eu/projects/oestats/wiki/oestats oestats] for your builds'''
+
'''Tinderbox is administratively down''' because of some design flaws. We are working on new solution.
  
For your builder to send reports to our [http://tinderbox.openembedded.net QA server], you need to edit your build/conf/local.conf to make use of the oestats-client.bbclass class.
+
The new solution involves using BuildBot and a new bbclass for stats.
  
INHERITS += "oestats-client"  
+
==OLD INFORMATION==
OESTATS_SERVER = "tinderbox.openembedded.net"  
+
 
OESTATS_BUILDER = "your_nickname"
+
Using [http://opensource.bolloretelecom.eu/projects/oestats/wiki/oestats oestats] for your builds.
 +
 
 +
For your builder to send reports to our [http://tinderbox.openembedded.org QA server], you need to edit your build/conf/local.conf to make use of the oestats-client.bbclass class.
 +
 
 +
INHERIT += "oestats-client"  
 +
OESTATS_SERVER = "tinderbox.openembedded.org"  
 +
OESTATS_BUILDER = "your_nickname"
  
 
[[Category:FAQ]]
 
[[Category:FAQ]]
 +
[[Category:Quality Assurance]]

Latest revision as of 22:17, 16 May 2011

Tinderbox is administratively down because of some design flaws. We are working on new solution.

The new solution involves using BuildBot and a new bbclass for stats.

OLD INFORMATION

Using oestats for your builds.

For your builder to send reports to our QA server, you need to edit your build/conf/local.conf to make use of the oestats-client.bbclass class.

INHERIT += "oestats-client" 
OESTATS_SERVER = "tinderbox.openembedded.org" 
OESTATS_BUILDER = "your_nickname"