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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_tryserver.json

Issue 134193014: Make recipes use the new way of enabling goma. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 years, 10 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "name": "cleanup temp" 8 "name": "cleanup temp"
9 }, 9 },
10 { 10 {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "name": "apply_issue" 100 "name": "apply_issue"
101 }, 101 },
102 { 102 {
103 "cmd": [ 103 "cmd": [
104 "python", 104 "python",
105 "-u", 105 "-u",
106 "[DEPOT_TOOLS]/gclient.py", 106 "[DEPOT_TOOLS]/gclient.py",
107 "runhooks" 107 "runhooks"
108 ], 108 ],
109 "env": { 109 "env": {
110 "GYP_DEFINES": "component=shared_library disable_glibcxx_debug=1 internal_ gles2_conform_tests=1 target_arch=x64", 110 "GYP_DEFINES": "component=shared_library disable_glibcxx_debug=1 gomadir=[ BUILD]/goma internal_gles2_conform_tests=1 target_arch=x64 use_goma=1",
111 "GYP_GENERATORS": "ninja" 111 "GYP_GENERATORS": "ninja"
112 }, 112 },
113 "name": "gclient runhooks" 113 "name": "gclient runhooks"
114 }, 114 },
115 { 115 {
116 "abort_on_failure": true, 116 "abort_on_failure": true,
117 "cmd": [ 117 "cmd": [
118 "python", 118 "python",
119 "-u", 119 "-u",
120 "[BUILD]/scripts/slave/compile.py", 120 "[BUILD]/scripts/slave/compile.py",
121 "--target", 121 "--target",
122 "Debug", 122 "Debug",
123 "--src-dir", 123 "--src-dir",
124 "[SLAVE_BUILD]/src", 124 "[SLAVE_BUILD]/src",
125 "--build-tool", 125 "--build-tool",
126 "ninja", 126 "ninja",
127 "--compiler", 127 "--compiler",
128 "goma", 128 "goma",
129 "--goma-dir",
130 "[BUILD]/goma",
129 "--", 131 "--",
130 "chromium_gpu_debug_builder", 132 "chromium_gpu_debug_builder",
131 "angle_unittests_run", 133 "angle_unittests_run",
132 "content_gl_tests_run", 134 "content_gl_tests_run",
133 "gles2_conform_test_run", 135 "gles2_conform_test_run",
134 "gl_tests_run", 136 "gl_tests_run",
135 "tab_capture_performance_tests_run", 137 "tab_capture_performance_tests_run",
136 "telemetry_gpu_test_run" 138 "telemetry_gpu_test_run"
137 ], 139 ],
138 "name": "compile" 140 "name": "compile"
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "--output-format=gtest", 513 "--output-format=gtest",
512 "--browser=debug", 514 "--browser=debug",
513 "-v" 515 "-v"
514 ], 516 ],
515 "env": { 517 "env": {
516 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 518 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
517 }, 519 },
518 "name": "gpu_process_launch_tests" 520 "name": "gpu_process_launch_tests"
519 } 521 }
520 ] 522 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698