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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.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.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-mac-release", 10 "v8-mac-release",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "--target", 101 "--target",
102 "Release", 102 "Release",
103 "--src-dir", 103 "--src-dir",
104 "[SLAVE_BUILD]/v8", 104 "[SLAVE_BUILD]/v8",
105 "--build-tool", 105 "--build-tool",
106 "ninja", 106 "ninja",
107 "--compiler", 107 "--compiler",
108 "goma-clang", 108 "goma-clang",
109 "--goma-dir", 109 "--goma-dir",
110 "[BUILD]/goma", 110 "[BUILD]/goma",
111 "--ninja-ensure-up-to-date",
111 "--" 112 "--"
112 ], 113 ],
113 "cwd": "[SLAVE_BUILD]", 114 "cwd": "[SLAVE_BUILD]",
114 "name": "compile" 115 "name": "compile"
115 }, 116 },
116 { 117 {
117 "allow_subannotations": true, 118 "allow_subannotations": true,
118 "cmd": [ 119 "cmd": [
119 "python", 120 "python",
120 "-u", 121 "-u",
121 "[BUILD]/scripts/slave/zip_build.py", 122 "[BUILD]/scripts/slave/zip_build.py",
122 "--target", 123 "--target",
123 "Release", 124 "Release",
124 "--build-url", 125 "--build-url",
125 "gs://chromium-v8/v8-for-dart-rel", 126 "gs://chromium-v8/v8-for-dart-rel",
126 "--src-dir", 127 "--src-dir",
127 "v8", 128 "v8",
128 "--factory-properties", 129 "--factory-properties",
129 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}", 130 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}",
130 "--build-properties", 131 "--build-properties",
131 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 132 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
132 ], 133 ],
133 "cwd": "[SLAVE_BUILD]", 134 "cwd": "[SLAVE_BUILD]",
134 "name": "package build" 135 "name": "package build"
135 } 136 }
136 ] 137 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698