Commit bd92c271 authored by machenbach's avatar machenbach Committed by Commit bot

[cq] Add mips compile trybots.

NOTRY=true

Review URL: https://codereview.chromium.org/1051093004

Cr-Commit-Position: refs/heads/master@{#27820}
parent 31994391
......@@ -256,6 +256,8 @@ def GetPreferredTryMasters(project, change):
'v8_mac_rel': set(['defaulttests']),
'v8_linux_arm_rel': set(['defaulttests']),
'v8_linux_arm64_rel': set(['defaulttests']),
'v8_linux_mipsel_compile_rel': set(['defaulttests']),
'v8_linux_mips64el_compile_rel': set(['defaulttests']),
'v8_android_arm_compile_rel': set(['defaulttests']),
'v8_linux_chromium_gn_rel': set(['defaulttests']),
},
......
......@@ -47,6 +47,12 @@
"v8_linux_gcc_compile_rel": [
"defaulttests"
],
"v8_linux_mipsel_compile_rel": [
"defaulttests"
],
"v8_linux_mips64el_compile_rel": [
"defaulttests"
],
"v8_linux_nodcheck_rel": [
"defaulttests"
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment