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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/goma.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 8 "name": "host and tools info",
10 "~followup_annotations": [ 9 "~followup_annotations": [
11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
12 "@@@STEP_LOG_LINE@json.output@{@@@", 11 "@@@STEP_LOG_LINE@json.output@{@@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
(...skipping 22 matching lines...) Expand all
41 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 40 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
42 "--git-cache-dir", 41 "--git-cache-dir",
43 "[GIT_CACHE]", 42 "[GIT_CACHE]",
44 "--output_json", 43 "--output_json",
45 "/path/to/tmp/json", 44 "/path/to/tmp/json",
46 "--revision", 45 "--revision",
47 "src@HEAD", 46 "src@HEAD",
48 "--force", 47 "--force",
49 "--output_manifest" 48 "--output_manifest"
50 ], 49 ],
51 "cwd": "[SLAVE_BUILD]",
52 "env": { 50 "env": {
53 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
54 }, 52 },
55 "name": "bot_update", 53 "name": "bot_update",
56 "~followup_annotations": [ 54 "~followup_annotations": [
57 "@@@STEP_TEXT@Some step text@@@", 55 "@@@STEP_TEXT@Some step text@@@",
58 "@@@STEP_LOG_LINE@json.output@{@@@", 56 "@@@STEP_LOG_LINE@json.output@{@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 ] 119 ]
122 }, 120 },
123 { 121 {
124 "cmd": [ 122 "cmd": [
125 "python", 123 "python",
126 "-u", 124 "-u",
127 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 125 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
128 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", 126 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json",
129 "/path/to/tmp/json" 127 "/path/to/tmp/json"
130 ], 128 ],
131 "cwd": "[SLAVE_BUILD]",
132 "name": "read build config", 129 "name": "read build config",
133 "~followup_annotations": [ 130 "~followup_annotations": [
134 "@@@STEP_LOG_LINE@json.output@{@@@", 131 "@@@STEP_LOG_LINE@json.output@{@@@",
135 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 132 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
136 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 133 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
137 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\", @@@", 134 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\", @@@",
138 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@", 135 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@",
139 "@@@STEP_LOG_LINE@json.output@ }, @@@", 136 "@@@STEP_LOG_LINE@json.output@ }, @@@",
140 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 137 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
141 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", 138 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
142 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@", 139 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@",
143 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", 140 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
144 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 141 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
145 "@@@STEP_LOG_LINE@json.output@}@@@", 142 "@@@STEP_LOG_LINE@json.output@}@@@",
146 "@@@STEP_LOG_END@json.output@@@" 143 "@@@STEP_LOG_END@json.output@@@"
147 ] 144 ]
148 }, 145 },
149 { 146 {
150 "cmd": [ 147 "cmd": [
151 "echo", 148 "echo",
152 "-e", 149 "-e",
153 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com pile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configur ation\": \"Release\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": nul l, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}" 150 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com pile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configur ation\": \"Release\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": nul l, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}"
154 ], 151 ],
155 "cwd": "[SLAVE_BUILD]",
156 "name": "finalize build config" 152 "name": "finalize build config"
157 }, 153 },
158 { 154 {
159 "cmd": [ 155 "cmd": [
160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 156 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
161 "--json-file", 157 "--json-file",
162 "/path/to/tmp/json", 158 "/path/to/tmp/json",
163 "--version", 159 "--version",
164 "fake xcode version" 160 "fake xcode version"
165 ], 161 ],
166 "cwd": "[SLAVE_BUILD]",
167 "name": "find xcode", 162 "name": "find xcode",
168 "~followup_annotations": [ 163 "~followup_annotations": [
169 "@@@STEP_LOG_LINE@json.output@{}@@@", 164 "@@@STEP_LOG_LINE@json.output@{}@@@",
170 "@@@STEP_LOG_END@json.output@@@" 165 "@@@STEP_LOG_END@json.output@@@"
171 ] 166 ]
172 }, 167 },
173 { 168 {
174 "cmd": [ 169 "cmd": [
175 "python", 170 "python",
176 "-u", 171 "-u",
177 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 172 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
178 "runhooks" 173 "runhooks"
179 ], 174 ],
180 "cwd": "[SLAVE_BUILD]",
181 "env": { 175 "env": {
182 "GYP_CROSSCOMPILE": "1", 176 "GYP_CROSSCOMPILE": "1",
183 "GYP_DEFINES": "use_goma=1 fake gyp define 1=fake value 1 fake gyp define 2=fake value 2 component=static_library OS=ios", 177 "GYP_DEFINES": "use_goma=1 fake gyp define 1=fake value 1 fake gyp define 2=fake value 2 component=static_library OS=ios",
184 "GYP_GENERATORS": "ninja", 178 "GYP_GENERATORS": "ninja",
185 "LANDMINES_VERBOSE": "1", 179 "LANDMINES_VERBOSE": "1",
186 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 180 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
187 }, 181 },
188 "name": "gclient runhooks", 182 "name": "gclient runhooks",
189 "~followup_annotations": [ 183 "~followup_annotations": [
190 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 184 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
191 ] 185 ]
192 }, 186 },
193 { 187 {
194 "allow_subannotations": true, 188 "allow_subannotations": true,
195 "cmd": [ 189 "cmd": [
196 "python", 190 "python",
197 "-u", 191 "-u",
198 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 192 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
199 "--src-dir", 193 "--src-dir",
200 "[SLAVE_BUILD]/src", 194 "[SLAVE_BUILD]/src",
201 "--output-json", 195 "--output-json",
202 "/path/to/tmp/json" 196 "/path/to/tmp/json"
203 ], 197 ],
204 "cwd": "[SLAVE_BUILD]",
205 "env": { 198 "env": {
206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
207 }, 200 },
208 "name": "clang_revision", 201 "name": "clang_revision",
209 "~followup_annotations": [ 202 "~followup_annotations": [
210 "@@@STEP_LOG_LINE@json.output@{@@@", 203 "@@@STEP_LOG_LINE@json.output@{@@@",
211 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 204 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
212 "@@@STEP_LOG_LINE@json.output@}@@@", 205 "@@@STEP_LOG_LINE@json.output@}@@@",
213 "@@@STEP_LOG_END@json.output@@@" 206 "@@@STEP_LOG_END@json.output@@@"
214 ] 207 ]
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 246 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
254 "@@@STEP_LOG_END@json.output (invalid)@@@" 247 "@@@STEP_LOG_END@json.output (invalid)@@@"
255 ] 248 ]
256 }, 249 },
257 { 250 {
258 "name": "$result", 251 "name": "$result",
259 "recipe_result": null, 252 "recipe_result": null,
260 "status_code": 0 253 "status_code": 0
261 } 254 }
262 ] 255 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698