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

Unified Diff: tools-webrtc/mb/mb_config.pyl

Issue 2836873002: rtc_include_tests=false in libfuzzer bot (Closed)
Patch Set: Created 3 years, 8 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: tools-webrtc/mb/mb_config.pyl
diff --git a/tools-webrtc/mb/mb_config.pyl b/tools-webrtc/mb/mb_config.pyl
index 782f8bf05454f6ebff719fbe1d1a33d5648c517f..5478a9ccf3f39cf187fa6838389f4078f2f20b58 100644
--- a/tools-webrtc/mb/mb_config.pyl
+++ b/tools-webrtc/mb/mb_config.pyl
@@ -184,7 +184,7 @@
# This is the list of configs that you can pass to mb; each config
# represents a particular combination of gn args that we must support.
# A given config *may* be platform-specific but is not necessarily so (i.e.,
- # we might have mac, win, and linux bots all using the 'release_bot' config).
+ # we might have mac, win, and linux bots all using the 'release_bot' config).
'configs': {
# Linux, Mac and Windows
'gcc_release_bot_x64': [
@@ -236,7 +236,8 @@
'gn', 'openh264', 'release', 'goma', 'x64'
],
'libfuzzer_asan_release_bot_x64': [
- 'libfuzzer', 'asan', 'optimize_for_fuzzing', 'openh264_release_bot', 'x64'
+ 'libfuzzer', 'asan', 'optimize_for_fuzzing', 'openh264_release_bot',
+ 'x64', 'no_rtc_tests'
],
'memcheck_release_bot_x64': [
'memcheck', 'gn', 'openh264_release_bot', 'x64'
@@ -409,6 +410,10 @@
'use_prebuilt_instrumented_libraries=true'),
},
+ 'no_rtc_tests': {
+ 'gn_args': 'rtc_include_tests=false',
+ },
+
'openh264': {
'gn_args': 'ffmpeg_branding="Chrome" rtc_use_h264=true',
},
« 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