Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(991)

Unified Diff: infra/services/lkgr_finder/config/v8_cfg.pyl

Issue 1799563002: V8: Update lkgr finder. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/services/lkgr_finder/config/v8_cfg.pyl
diff --git a/infra/services/lkgr_finder/config/v8_cfg.pyl b/infra/services/lkgr_finder/config/v8_cfg.pyl
index f7c112ded40cc867cf35f0051f5257807e5dc9ce..f5dc451b2fd1170e45bd7897cfab4f79e983e849 100644
--- a/infra/services/lkgr_finder/config/v8_cfg.pyl
+++ b/infra/services/lkgr_finder/config/v8_cfg.pyl
@@ -36,6 +36,7 @@
'V8 Linux64 - debug',
'V8 Linux64 ASAN',
'V8 Linux64 TSAN',
+ 'V8 Linux - arm64 - sim - MSAN',
# TODO(machenbach): Enable once crbug.com/382930 is resolved.
# 'V8 Linux - nosnap',
# 'V8 Linux - nosnap - debug',
@@ -57,30 +58,25 @@
'V8 Mac - debug',
'V8 Mac64',
'V8 Mac64 - debug',
+ 'V8 Mac64 ASAN',
'V8 Arm - builder',
'V8 Arm - debug builder',
'V8 Android Arm - builder',
- # crbug.com/550805
+ # crbug.com/586088
# 'V8 Arm',
- # 'V8 Arm - debug - 1',
- # 'V8 Arm - debug - 2',
'V8 Linux - arm - sim',
'V8 Linux - arm - sim - debug',
'V8 Linux - arm64 - sim',
'V8 Linux - arm64 - sim - debug',
'V8 Linux - mipsel - sim - builder',
'V8 Linux - gc stress',
+ 'V8 Linux64 GC Stress - custom snapshot',
],
}, # client.v8
'client.v8.fyi': {
'base_url': 'https://build.chromium.org/p/client.v8.fyi',
'builders': [
- 'V8-Blink Linux 32',
- # FIXME(machenbach): crbug.com/498689
- # 'V8-Blink Linux 64',
- 'Linux Debug Builder',
- 'Linux ASAN Builder',
- 'Android Builder',
+ 'V8-Blink Linux 64',
'V8 Linux GN',
],
}, # client.v8.fyi
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698