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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/win_release.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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ] 82 ]
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "[DEPOT_TOOLS]\\gclient.py", 88 "[DEPOT_TOOLS]\\gclient.py",
89 "runhooks" 89 "runhooks"
90 ], 90 ],
91 "env": { 91 "env": {
92 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 in ternal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archive test_i solation_outdir=https://isolateserver.appspot.com", 92 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir=[BUILD]\\goma internal_gles2_conform_tests=1 target_arch=ia32 test_isolati on_mode=archive test_isolation_outdir=https://isolateserver.appspot.com use_goma =1",
93 "GYP_GENERATORS": "ninja", 93 "GYP_GENERATORS": "ninja",
94 "GYP_MSVS_VERSION": "2010" 94 "GYP_MSVS_VERSION": "2010"
95 }, 95 },
96 "name": "gclient runhooks" 96 "name": "gclient runhooks"
97 }, 97 },
98 { 98 {
99 "abort_on_failure": true, 99 "abort_on_failure": true,
100 "cmd": [ 100 "cmd": [
101 "python", 101 "python",
102 "-u", 102 "-u",
103 "[BUILD]\\scripts\\slave\\compile.py", 103 "[BUILD]\\scripts\\slave\\compile.py",
104 "--target", 104 "--target",
105 "Release", 105 "Release",
106 "--src-dir", 106 "--src-dir",
107 "[SLAVE_BUILD]\\src", 107 "[SLAVE_BUILD]\\src",
108 "--build-tool", 108 "--build-tool",
109 "ninja", 109 "ninja",
110 "--compiler", 110 "--compiler",
111 "goma", 111 "goma",
112 "--goma-dir",
113 "[BUILD]\\goma",
112 "--", 114 "--",
113 "chromium_gpu_builder", 115 "chromium_gpu_builder",
114 "angle_unittests_run", 116 "angle_unittests_run",
115 "content_gl_tests_run", 117 "content_gl_tests_run",
116 "gles2_conform_test_run", 118 "gles2_conform_test_run",
117 "gl_tests_run", 119 "gl_tests_run",
118 "tab_capture_performance_tests_run", 120 "tab_capture_performance_tests_run",
119 "telemetry_gpu_test_run" 121 "telemetry_gpu_test_run"
120 ], 122 ],
121 "name": "compile" 123 "name": "compile"
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 "https://isolateserver.appspot.com", 555 "https://isolateserver.appspot.com",
554 "--", 556 "--",
555 "--enable-gpu", 557 "--enable-gpu",
556 "--test-launcher-jobs=1", 558 "--test-launcher-jobs=1",
557 "--test-launcher-print-test-stdio=always", 559 "--test-launcher-print-test-stdio=always",
558 "--gtest_filter=TabCapturePerformanceTest*" 560 "--gtest_filter=TabCapturePerformanceTest*"
559 ], 561 ],
560 "name": "tab_capture_performance_tests" 562 "name": "tab_capture_performance_tests"
561 } 563 }
562 ] 564 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698