Files
sousa-gecko/taskcluster/test/python.toml
T
Ben Hearsum 0f3c8ccdaf Bug 2028305: add test that ensures taskgraph is deterministic r=releng-reviewers,jcristau
We rely on diffing taskgraphs as a way of validating changes to `taskcluster` files. In recent years we've managed to eliminate non-determinism in them, but it sometimes gets accidentally reintroduced, eg: like what was fixed in https://bugzilla.mozilla.org/show_bug.cgi?id=2028211.

Let's add a test that generates taskgraphs with the same parameters and fails if there are any differences.

Differential Revision: https://phabricator.services.mozilla.com/D291354
2026-04-01 10:23:24 +00:00

20 lines
264 B
TOML

[DEFAULT]
subsuite = "ci"
["test_autoland.py"]
["test_autoland_backstop.py"]
["test_decision_verify.py"]
subsuite = "decision"
["test_determinism.py"]
["test_generate_params.py"]
["test_mach_try_auto.py"]
["test_mozilla_central.py"]
["test_new_config.py"]