ReleaseEngineering/Applications/Tegra Dashboard
From MozillaWiki
Contents
Application Description
Tegra Dashboard is a static html page generated by cronjob. It gathers all of the tegra status files (which are sent to it by each foopy) and builds the page that is found at mobile-dashboard1.build.mtv1.mozilla.com/tegras/
Requirements
The server depends on
- Python 2.6
External Resources
Tegra dashboard uses data pulled from two json files found in http://hg.mozilla.org/build/tools
- tools/buildfarm/mobile/tegras.json
- tools/buildfarm/maintenance/production-masters.json
Security
None - it's a static page
Monitoring
None currently
Deployment
The script and generated html is deployed on a single host, mobile-dashboard1.build.mtv1.mozilla.com.
Server Setup
IT installed RHEL6
The following system packages were installed via yum:
- http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm (for EPEL packages; use --nogpgcheck)
- hg
- python26