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

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

Issue 420443004: Reenable maps_pixel_test including in gatekeeper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | scripts/slave/recipe_modules/gpu/api.py » ('j') | 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ], 116 ],
117 "comment": [ 117 "comment": [
118 "Re-enable maps_pixel_test once crbug.com/395914 is resolved." 118 "Any steps whose results must be temporarily ignored (e.g.",
119 "due to flakiness) can be added here."
119 ], 120 ],
120 "excluded_steps": [ 121 "excluded_steps": [
121 "maps_pixel_test"
122 ] 122 ]
123 } 123 }
124 ], 124 ],
125 "https://build.chromium.org/p/chromium.linux": [ 125 "https://build.chromium.org/p/chromium.linux": [
126 { 126 {
127 "categories": [ 127 "categories": [
128 "chromium_tree_closer", 128 "chromium_tree_closer",
129 "chromium_recipes" 129 "chromium_recipes"
130 ], 130 ],
131 "builders": { 131 "builders": {
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 "sandbox_linux_unittests", 473 "sandbox_linux_unittests",
474 "sql_unittests", 474 "sql_unittests",
475 "sync_unit_tests", 475 "sync_unit_tests",
476 "ui_unittests", 476 "ui_unittests",
477 "unit_tests", 477 "unit_tests",
478 "url_unittests" 478 "url_unittests"
479 ] 479 ]
480 } 480 }
481 } 481 }
482 } 482 }
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/gpu/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698