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

Side by Side Diff: scripts/slave/gatekeeper.json

Issue 418553004: Temporarily ignore maps_pixel_test failures while investigating root cause of bug. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Addressed review feedback from stip. Created 6 years, 5 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 | Annotate | Revision Log
« 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 "comment": ["This is a configuration file for gatekeeper_ng.py", 2 "comment": ["This is a configuration file for gatekeeper_ng.py",
3 "Look at that for documentation on this file's format."], 3 "Look at that for documentation on this file's format."],
4 4
5 "masters": { 5 "masters": {
6 "https://build.chromium.org/p/chromium": [ 6 "https://build.chromium.org/p/chromium": [
7 { 7 {
8 "categories": [ 8 "categories": [
9 "chromium_archive_build", 9 "chromium_archive_build",
10 "chromium_checkdeps", 10 "chromium_checkdeps",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "Android Debug (Nexus 7)", 106 "Android Debug (Nexus 7)",
107 "GPU Linux Builder (dbg)", 107 "GPU Linux Builder (dbg)",
108 "GPU Mac Builder (dbg)", 108 "GPU Mac Builder (dbg)",
109 "GPU Win Builder (dbg)", 109 "GPU Win Builder (dbg)",
110 "Linux Debug (NVIDIA)", 110 "Linux Debug (NVIDIA)",
111 "Mac 10.8 Debug (Intel)", 111 "Mac 10.8 Debug (Intel)",
112 "Mac Debug (Intel)", 112 "Mac Debug (Intel)",
113 "Mac Retina Debug", 113 "Mac Retina Debug",
114 "Win7 Debug (NVIDIA)", 114 "Win7 Debug (NVIDIA)",
115 "Win8 Debug (NVIDIA)" 115 "Win8 Debug (NVIDIA)"
116 ],
117 "comment": [
118 "Re-enable maps_pixel_test once crbug.com/395914 is resolved."
119 ],
120 "excluded_steps": [
121 "maps_pixel_test"
116 ] 122 ]
117 } 123 }
118 ], 124 ],
119 "https://build.chromium.org/p/chromium.linux": [ 125 "https://build.chromium.org/p/chromium.linux": [
120 { 126 {
121 "categories": [ 127 "categories": [
122 "chromium_tree_closer", 128 "chromium_tree_closer",
123 "chromium_recipes" 129 "chromium_recipes"
124 ], 130 ],
125 "builders": { 131 "builders": {
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 "sandbox_linux_unittests", 473 "sandbox_linux_unittests",
468 "sql_unittests", 474 "sql_unittests",
469 "sync_unit_tests", 475 "sync_unit_tests",
470 "ui_unittests", 476 "ui_unittests",
471 "unit_tests", 477 "unit_tests",
472 "url_unittests" 478 "url_unittests"
473 ] 479 ]
474 } 480 }
475 } 481 }
476 } 482 }
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