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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/no_tests.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@ }, @@@", 135 "@@@STEP_LOG_LINE@json.output@ }, @@@",
139 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 136 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
140 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", 137 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
141 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@", 138 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@",
142 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", 139 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
143 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 140 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
144 "@@@STEP_LOG_LINE@json.output@}@@@", 141 "@@@STEP_LOG_LINE@json.output@}@@@",
145 "@@@STEP_LOG_END@json.output@@@" 142 "@@@STEP_LOG_END@json.output@@@"
146 ] 143 ]
147 }, 144 },
148 { 145 {
149 "cmd": [ 146 "cmd": [
150 "echo", 147 "echo",
151 "-e", 148 "-e",
152 "{\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 }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Release\", \n \ "env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphoneos8 .0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}" 149 "{\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 }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Release\", \n \ "env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphoneos8 .0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}"
153 ], 150 ],
154 "cwd": "[SLAVE_BUILD]",
155 "name": "finalize build config" 151 "name": "finalize build config"
156 }, 152 },
157 { 153 {
158 "cmd": [ 154 "cmd": [
159 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
160 "--json-file", 156 "--json-file",
161 "/path/to/tmp/json", 157 "/path/to/tmp/json",
162 "--version", 158 "--version",
163 "fake xcode version" 159 "fake xcode version"
164 ], 160 ],
165 "cwd": "[SLAVE_BUILD]",
166 "name": "find xcode", 161 "name": "find xcode",
167 "~followup_annotations": [ 162 "~followup_annotations": [
168 "@@@STEP_LOG_LINE@json.output@{}@@@", 163 "@@@STEP_LOG_LINE@json.output@{}@@@",
169 "@@@STEP_LOG_END@json.output@@@" 164 "@@@STEP_LOG_END@json.output@@@"
170 ] 165 ]
171 }, 166 },
172 { 167 {
173 "cmd": [ 168 "cmd": [
174 "python", 169 "python",
175 "-u", 170 "-u",
176 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 171 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
177 "runhooks" 172 "runhooks"
178 ], 173 ],
179 "cwd": "[SLAVE_BUILD]",
180 "env": { 174 "env": {
181 "GYP_CROSSCOMPILE": "1", 175 "GYP_CROSSCOMPILE": "1",
182 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios", 176 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios",
183 "GYP_GENERATORS": "ninja", 177 "GYP_GENERATORS": "ninja",
184 "LANDMINES_VERBOSE": "1", 178 "LANDMINES_VERBOSE": "1",
185 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 179 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
186 }, 180 },
187 "name": "gclient runhooks", 181 "name": "gclient runhooks",
188 "~followup_annotations": [ 182 "~followup_annotations": [
189 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 183 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
190 ] 184 ]
191 }, 185 },
192 { 186 {
193 "cmd": [ 187 "cmd": [
194 "ninja", 188 "ninja",
195 "-C", 189 "-C",
196 "[SLAVE_BUILD]/src/out/Release-iphoneos" 190 "[SLAVE_BUILD]/src/out/Release-iphoneos"
197 ], 191 ],
198 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", 192 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
199 "name": "compile" 193 "name": "compile"
200 }, 194 },
201 { 195 {
202 "name": "$result", 196 "name": "$result",
203 "recipe_result": null, 197 "recipe_result": null,
204 "status_code": 0 198 "status_code": 0
205 } 199 }
206 ] 200 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698