From 55a92adc2e0fb9aa462952bac9874ab584358fd6 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Fri, 17 Nov 2017 15:22:30 +0100 Subject: [PATCH] Bug 1418252 - Allow 'virtualization' key to be keyed by test platform. r=jmaher --HG-- extra : rebase_source : 978e4705b1082f633301a4462ceb11817f6d1634 --- taskcluster/taskgraph/transforms/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/taskgraph/transforms/tests.py b/taskcluster/taskgraph/transforms/tests.py index 76877ed4bf1f..7ffb4f1f4fb2 100644 --- a/taskcluster/taskgraph/transforms/tests.py +++ b/taskcluster/taskgraph/transforms/tests.py @@ -623,6 +623,7 @@ def handle_keyed_by(config, tests): 'mozharness.requires-signed-builds', 'mozharness.script', 'worker-type', + 'virtualization', ] for test in tests: for field in fields: