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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.json

Issue 1410743010: Rework iOS recipes to use latest MB approach (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update w/ cleanup Created 5 years, 1 month 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 "[BUILD]/scripts/slave/ios/host_info.py", 4 "[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]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 9 "name": "host and tools info",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "python", 121 "python",
122 "-u", 122 "-u",
123 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 123 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
124 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json", 124 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json",
125 "/path/to/tmp/json" 125 "/path/to/tmp/json"
126 ], 126 ],
127 "cwd": "[SLAVE_BUILD]", 127 "cwd": "[SLAVE_BUILD]",
128 "name": "read build config", 128 "name": "read build config",
129 "~followup_annotations": [ 129 "~followup_annotations": [
130 "@@@STEP_LOG_LINE@json.output@{@@@", 130 "@@@STEP_LOG_LINE@json.output@{@@@",
131 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {}, @@@", 131 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": [], @@@",
132 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 132 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
133 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 133 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
134 "@@@STEP_LOG_LINE@json.output@ \"gn_args\": [@@@",
135 "@@@STEP_LOG_LINE@json.output@ \"target_os=\\\"ios\\\"\", @@@",
136 "@@@STEP_LOG_LINE@json.output@ \"ios_enable_code_signing=false\"@@@",
137 "@@@STEP_LOG_LINE@json.output@ ], @@@",
138 "@@@STEP_LOG_LINE@json.output@ \"mb_type\": \"gn\", @@@",
134 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", 139 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@",
135 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", 140 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@",
136 "@@@STEP_LOG_LINE@json.output@ {@@@", 141 "@@@STEP_LOG_LINE@json.output@ {@@@",
137 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@", 142 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@",
138 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" , 143 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" ,
139 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@", 144 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@",
140 "@@@STEP_LOG_LINE@json.output@ }@@@", 145 "@@@STEP_LOG_LINE@json.output@ }@@@",
141 "@@@STEP_LOG_LINE@json.output@ ], @@@", 146 "@@@STEP_LOG_LINE@json.output@ ], @@@",
142 "@@@STEP_LOG_LINE@json.output@ \"use_mb\": true, @@@",
143 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 147 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
144 "@@@STEP_LOG_LINE@json.output@}@@@", 148 "@@@STEP_LOG_LINE@json.output@}@@@",
145 "@@@STEP_LOG_END@json.output@@@" 149 "@@@STEP_LOG_END@json.output@@@"
146 ] 150 ]
147 }, 151 },
148 { 152 {
149 "cmd": [ 153 "cmd": [
150 "echo", 154 "echo",
151 "-e", 155 "-e",
152 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"env\": {}, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_mb\": true, \n \"xcode version\": \"fake xcode version\"\n}" 156 "{\n \"GYP_DEFINES\": [], \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"gn_args\": [\n \"target_os=\\\"ios\\\"\", \n \"ios_enable_ code_signing=false\"\n ], \n \"mb_type\": \"gn\", \n \"sdk\": \"iphonesimulat or8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"devic e type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}"
153 ], 157 ],
154 "cwd": "[SLAVE_BUILD]", 158 "cwd": "[SLAVE_BUILD]",
155 "name": "finalize build config" 159 "name": "finalize build config"
156 }, 160 },
157 { 161 {
158 "cmd": [ 162 "cmd": [
159 "[BUILD]/scripts/slave/ios/find_xcode.py", 163 "[BUILD]/scripts/slave/ios/find_xcode.py",
160 "--json-file", 164 "--json-file",
161 "/path/to/tmp/json", 165 "/path/to/tmp/json",
162 "--version", 166 "--version",
(...skipping 10 matching lines...) Expand all
173 "cmd": [ 177 "cmd": [
174 "python", 178 "python",
175 "-u", 179 "-u",
176 "[DEPOT_TOOLS]/gclient.py", 180 "[DEPOT_TOOLS]/gclient.py",
177 "runhooks" 181 "runhooks"
178 ], 182 ],
179 "cwd": "[SLAVE_BUILD]", 183 "cwd": "[SLAVE_BUILD]",
180 "env": { 184 "env": {
181 "GYP_CHROMIUM_NO_ACTION": "1", 185 "GYP_CHROMIUM_NO_ACTION": "1",
182 "GYP_CROSSCOMPILE": "1", 186 "GYP_CROSSCOMPILE": "1",
183 "GYP_DEFINES": "component=static_library OS=ios", 187 "GYP_DEFINES": "",
184 "GYP_GENERATORS": "ninja", 188 "GYP_GENERATORS": "ninja",
185 "LANDMINES_VERBOSE": "1" 189 "LANDMINES_VERBOSE": "1"
186 }, 190 },
187 "name": "gclient runhooks (with patch)", 191 "name": "gclient runhooks (with patch)",
188 "~followup_annotations": [ 192 "~followup_annotations": [
189 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios @@@" 193 "@@@STEP_TEXT@<br />GYP_DEFINES:<br /><br />GYP_CHROMIUM_NO_ACTION=1@@@"
190 ] 194 ]
191 }, 195 },
192 { 196 {
193 "cmd": [ 197 "cmd": [
194 "python", 198 "python",
195 "-u", 199 "-u",
196 "[SLAVE_BUILD]/src/tools/mb/mb.py", 200 "[SLAVE_BUILD]/src/tools/mb/mb.py",
197 "gen", 201 "gen",
198 "-m", 202 "-m",
199 "tryserver.fake", 203 "tryserver.fake",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "~followup_annotations": [ 300 "~followup_annotations": [
297 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 301 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@"
298 ] 302 ]
299 }, 303 },
300 { 304 {
301 "name": "$result", 305 "name": "$result",
302 "recipe_result": null, 306 "recipe_result": null,
303 "status_code": 0 307 "status_code": 0
304 } 308 }
305 ] 309 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698