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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chrome_Linux_Perf.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Chrome Linux Perf", 10 "Chrome Linux Perf",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "--src-dir", 95 "--src-dir",
96 "[SLAVE_BUILD]/src", 96 "[SLAVE_BUILD]/src",
97 "--build-tool", 97 "--build-tool",
98 "ninja", 98 "ninja",
99 "--compiler", 99 "--compiler",
100 "goma", 100 "goma",
101 "--mode", 101 "--mode",
102 "official", 102 "official",
103 "--goma-dir", 103 "--goma-dir",
104 "[BUILD]/goma", 104 "[BUILD]/goma",
105 "--ninja-ensure-up-to-date",
105 "--", 106 "--",
106 "chromium_builder_perf" 107 "chromium_builder_perf"
107 ], 108 ],
108 "cwd": "[SLAVE_BUILD]", 109 "cwd": "[SLAVE_BUILD]",
109 "name": "compile" 110 "name": "compile"
110 }, 111 },
111 { 112 {
112 "cmd": [ 113 "cmd": [
113 "python", 114 "python",
114 "-u", 115 "-u",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "--b=2" 220 "--b=2"
220 ], 221 ],
221 "cwd": "[SLAVE_BUILD]", 222 "cwd": "[SLAVE_BUILD]",
222 "name": "blink_perf.all.release", 223 "name": "blink_perf.all.release",
223 "~followup_annotations": [ 224 "~followup_annotations": [
224 "@@@STEP_LOG_LINE@json.output@[]@@@", 225 "@@@STEP_LOG_LINE@json.output@[]@@@",
225 "@@@STEP_LOG_END@json.output@@@" 226 "@@@STEP_LOG_END@json.output@@@"
226 ] 227 ]
227 } 228 }
228 ] 229 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698