Skip to content

mozilla/treeherder

Folders and files

NameName
Last commit message
Last commit date
Mar 3, 2025
Nov 1, 2024
Jan 10, 2025
Jun 22, 2021
Dec 9, 2024
Oct 7, 2024
Jan 16, 2025
Mar 5, 2025
Nov 20, 2024
Feb 28, 2025
Mar 3, 2025
Feb 20, 2025
Apr 3, 2020
Jan 7, 2025
Aug 11, 2022
Feb 2, 2024
Sep 16, 2021
Nov 1, 2024
Apr 7, 2020
Jul 14, 2020
Jan 16, 2025
Nov 21, 2023
Nov 16, 2018
Jul 13, 2022
Feb 4, 2022
Jan 8, 2019
Jul 8, 2024
Nov 12, 2019
Aug 18, 2015
Jan 24, 2024
May 19, 2022
Jan 7, 2025
Jan 10, 2025
May 31, 2021
Nov 1, 2024
Oct 7, 2024
Feb 8, 2022
Oct 7, 2021
Feb 26, 2025
Apr 10, 2018
Mar 3, 2025
Oct 7, 2024
Oct 7, 2024
Mar 26, 2021
Feb 20, 2025
Feb 26, 2025

Repository files navigation

Treeherder

What's Deployed Build Status Node dependencies Status Documentation Status Code style: black Ruff

Description

Treeherder is a reporting dashboard for Mozilla checkins. It allows users to see the results of automatic builds and their respective tests. The Treeherder service manages the etl layer for data ingestion, web services, and the data model behind Treeherder.

Instances

Treeherder exists on two instances: staging for pre-deployment validation, and production for actual use.

Installation

The steps to run Treeherder are provided here.

The steps to run only the UI are provided here.

Links

Visit our project tracking Wiki here.

For other setup and configuration, visit our readthedocs page here.

File any bugs you may encounter here.

Contributing

Everyone is welcome to contribute!

If a bug is not assigned to someone, you can request the bug be assigned to you. You should ask the component owner with your request ("Request information" in Bugzilla and mention in Github).

If you do not receive a response within 2-3 days, you can follow up in the #treeherder matrix channel.

After addressing the issue, make sure every test passes before sending a pull request.

We also recommend setting an upstream remote that points to the Mozilla's Github repo, in addition to origin that points to your fork. You should then frequently use git rebase upstream rather than merging from your fork to keep your branch current. There are less conflicts this way and the git history is cleaner.

Sending a Pull Request

We receive contributions from both Bugzilla and Github. We have some specifications to keep track of them:

  1. If your bug comes from Bugzilla

    After addressing the issue, please send a pull request to this repository, with the Bugzilla's number ID in the title, so that our bot attaches your patch to the corresponding Bugzilla bug.

    "Bug xxxxxx - [title of the bug or brief explanation]"

    For example: "Bug 123456 - Fix scrolling behavior in Perfherder"

  2. If your bug comes from Github

    In the description of the pull request, please mention the issue number. That can be done by typing #[issue's number].

    For example: "This pull request fixes #5135".

    Github automatically links both issue and pull request to one another.