diff --git a/taskcluster/fxci_config_taskgraph/transforms/integration_test.py b/taskcluster/fxci_config_taskgraph/transforms/integration_test.py index fae41e5a..cebd69b2 100644 --- a/taskcluster/fxci_config_taskgraph/transforms/integration_test.py +++ b/taskcluster/fxci_config_taskgraph/transforms/integration_test.py @@ -161,6 +161,8 @@ def make_integration_test_description(task_def: dict[str, Any]): "attributes": {"integration": "gecko"}, } rewrite_docker_image(taskdesc) + # TODO: need to rewrite dependencies for things that are also being scheduled + # eg: translations pipeline has a deep graph that needs to be preserved to work return taskdesc