A set of commands to assist with migrations and other test related workflows in mozilla-central
Перейти к файлу
Andrew Halberstadt b97c1c354a
Update dependencies
2023-07-27 10:00:34 -04:00
.github/workflows Run Github Actions CI on pull requests 2021-10-13 14:58:34 -04:00
citools fix: update mozci / cleo; use errorsummary.json for dump_failures 2023-05-19 15:36:35 -04:00
docs Added dump_failures command doc (#26) 2021-11-03 14:07:29 -07:00
tests Create scaffolding for tests 2021-09-29 09:26:35 -04:00
.gitignore Initial commit 2021-09-22 13:47:38 -04:00
.isort.cfg Fix tmtools -> citools imports 2021-09-29 12:19:30 -04:00
.pre-commit-config.yaml Update pre-commit hooks and remove seed-isort-config 2022-01-06 15:09:37 -05:00
CONTRIBUTING.md Create CONTRIBUTING.md 2021-09-29 15:02:23 -04:00
LICENSE Initial commit 2021-09-22 13:47:38 -04:00
README.md Add installation and usage docs to the README 2021-09-29 15:15:18 -04:00
poetry.lock Update dependencies 2023-07-27 10:00:34 -04:00
pyproject.toml Update dependencies 2023-07-27 10:00:34 -04:00
tox.ini Fix lint and formatting errors 2021-09-29 13:41:44 -04:00

README.md

Tests PyPI version Docs

mozci-tools

A suite of high-level commandline tools to assist with Firefox's CI.

Installation

$ pip install mozci-tools
$ citools --help

Usage

The citools binary provides subcommands that can interact with Firefox's CI for a variety of purposes. See citools --help or the documentation for more details on available commands.

Get Involved

See the contribution docs if you would like to get involved!