From de848312b483842ca663c44d70d1e3adcd841ad4 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Mon, 31 Jan 2022 23:45:00 +0000 Subject: [PATCH] Bug 1734722 - Part 3: Allow domstreams: True in build r=aki Differential Revision: https://phabricator.services.mozilla.com/D137500 --- taskcluster/gecko_taskgraph/transforms/test/other.py | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/gecko_taskgraph/transforms/test/other.py b/taskcluster/gecko_taskgraph/transforms/test/other.py index ad63df2c06b5..99efc97983cf 100644 --- a/taskcluster/gecko_taskgraph/transforms/test/other.py +++ b/taskcluster/gecko_taskgraph/transforms/test/other.py @@ -766,6 +766,7 @@ test_setting_description_schema = Schema( "ccov", "clang-trunk", "devedition", + "domstreams", "lite", "mingwclang", "shippable",