Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

mozilla/gofaster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is the source to the Mozilla Firefox GoFaster dashboard, which aims to provide useful metrics and tools to help us reduce build and testing times for Mozilla Firefox. It is part of GoFaster (also known as "BuildFaster") project. For more information see:

https://wiki.mozilla.org/ReleaseEngineering/BuildFaster

How to configure

At the moment, this is a three step process. First, run the bootstrap.sh script from the root directory of this project:

./bootstrap.sh

You'll also need to process a copy of release engineering's build data for most of the views to work:

./bin/fetch-and-process-builddata.sh

If desired, edit the server config file (the defaults should be fine for getting something up and running though). It is located in src/dashboard/server/settings.cfg.

To run the server in test mode, do the following from the root directory:

./bin/runserver.sh

<FIXME: Describe how to deploy server>

Credits / Acknowledgements

About

INACTIVE - Dashboard for mozilla's going faster project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.5%
  • Python 17.9%
  • Shell 1.6%
  • CSS 1.0%