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

Side by Side Diff: testing/buildbot/trybot_analyze_config.json

Issue 983453002: Require full compile and all tests for iOS bot config changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "base": { 2 "base": {
3 "exclusions": [ 3 "exclusions": [
4 ".*isolate", 4 ".*isolate",
5 "build/.*gyp[i]?", 5 "build/.*gyp[i]?",
6 "build/android/.*py", 6 "build/android/.*py",
7 "build/android/pylib/.*", 7 "build/android/pylib/.*",
8 "build/compiler_version.py", 8 "build/compiler_version.py",
9 "build/get_landmines.py", 9 "build/get_landmines.py",
10 "build/gyp_chromium", 10 "build/gyp_chromium",
(...skipping 23 matching lines...) Expand all
34 "third_party/accessibility-audit/axs_testing.js", 34 "third_party/accessibility-audit/axs_testing.js",
35 "third_party/hunspell_dictionaries/.*", 35 "third_party/hunspell_dictionaries/.*",
36 "third_party/zlib/google/test/data/.*", 36 "third_party/zlib/google/test/data/.*",
37 "tools/clang/scripts/plugin_flags.py", 37 "tools/clang/scripts/plugin_flags.py",
38 "tools/clang/scripts/update.py", 38 "tools/clang/scripts/update.py",
39 "tools/clang/scripts/update.sh", 39 "tools/clang/scripts/update.sh",
40 "tools/metrics/histograms/histograms.xml", 40 "tools/metrics/histograms/histograms.xml",
41 "tools/perf/.*", 41 "tools/perf/.*",
42 "tools/telemetry/.*" 42 "tools/telemetry/.*"
43 ] 43 ]
44 },
45 "ios": {
46 "exclusions": [
47 "ios/build/bots/.*"
48 ]
44 } 49 }
45 } 50 }
OLDNEW
« 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