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
20 lines
264 B
TOML
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"]
|