Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/infra/testing/PRESUBMIT.py')
-rw-r--r--deps/v8/infra/testing/PRESUBMIT.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/infra/testing/PRESUBMIT.py b/deps/v8/infra/testing/PRESUBMIT.py
index 9f242a92994..e145534e6ea 100644
--- a/deps/v8/infra/testing/PRESUBMIT.py
+++ b/deps/v8/infra/testing/PRESUBMIT.py
@@ -23,6 +23,8 @@ SUPPORTED_BUILDER_SPEC_KEYS = [
SUPPORTED_SWARMING_DIMENSIONS = [
'cores',
'cpu',
+ 'device_os',
+ 'device_type',
'os',
]