| OLD | NEW |
| 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 26 matching lines...) Expand all Loading... |
| 45 "patch url", | 44 "patch url", |
| 46 "--rietveld_server", | 45 "--rietveld_server", |
| 47 "fake://rietveld.url", | 46 "fake://rietveld.url", |
| 48 "--output_json", | 47 "--output_json", |
| 49 "/path/to/tmp/json", | 48 "/path/to/tmp/json", |
| 50 "--revision", | 49 "--revision", |
| 51 "src@HEAD", | 50 "src@HEAD", |
| 52 "--force", | 51 "--force", |
| 53 "--output_manifest" | 52 "--output_manifest" |
| 54 ], | 53 ], |
| 55 "cwd": "[SLAVE_BUILD]", | |
| 56 "env": { | 54 "env": { |
| 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 55 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 58 }, | 56 }, |
| 59 "name": "bot_update", | 57 "name": "bot_update", |
| 60 "~followup_annotations": [ | 58 "~followup_annotations": [ |
| 61 "@@@STEP_TEXT@Some step text@@@", | 59 "@@@STEP_TEXT@Some step text@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@{@@@", | 60 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 ] | 123 ] |
| 126 }, | 124 }, |
| 127 { | 125 { |
| 128 "cmd": [ | 126 "cmd": [ |
| 129 "python", | 127 "python", |
| 130 "-u", | 128 "-u", |
| 131 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 129 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 132 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json", | 130 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json", |
| 133 "/path/to/tmp/json" | 131 "/path/to/tmp/json" |
| 134 ], | 132 ], |
| 135 "cwd": "[SLAVE_BUILD]", | |
| 136 "name": "read build config", | 133 "name": "read build config", |
| 137 "~followup_annotations": [ | 134 "~followup_annotations": [ |
| 138 "@@@STEP_LOG_LINE@json.output@{@@@", | 135 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ {@@@", | 137 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@", |
| 142 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@"
, | 139 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@"
, |
| 143 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@", |
| 144 "@@@STEP_LOG_LINE@json.output@ }@@@", | 141 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 145 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 142 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 146 "@@@STEP_LOG_LINE@json.output@ \"triggered by\": \"parent\"@@@", | 143 "@@@STEP_LOG_LINE@json.output@ \"triggered by\": \"parent\"@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@}@@@", | 144 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 148 "@@@STEP_LOG_END@json.output@@@" | 145 "@@@STEP_LOG_END@json.output@@@" |
| 149 ] | 146 ] |
| 150 }, | 147 }, |
| 151 { | 148 { |
| 152 "cmd": [ | 149 "cmd": [ |
| 153 "python", | 150 "python", |
| 154 "-u", | 151 "-u", |
| 155 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 152 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 156 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/parent.json", | 153 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/parent.json", |
| 157 "/path/to/tmp/json" | 154 "/path/to/tmp/json" |
| 158 ], | 155 ], |
| 159 "cwd": "[SLAVE_BUILD]", | |
| 160 "name": "read parent build config (parent)", | 156 "name": "read parent build config (parent)", |
| 161 "~followup_annotations": [ | 157 "~followup_annotations": [ |
| 162 "@@@STEP_LOG_LINE@json.output@{@@@", | 158 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 162 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ \"use_mb\": false, @@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"use_mb\": false, @@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 172 "@@@STEP_LOG_LINE@json.output@}@@@", | 168 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 173 "@@@STEP_LOG_END@json.output@@@" | 169 "@@@STEP_LOG_END@json.output@@@" |
| 174 ] | 170 ] |
| 175 }, | 171 }, |
| 176 { | 172 { |
| 177 "cmd": [ | 173 "cmd": [ |
| 178 "echo", | 174 "echo", |
| 179 "-e", | 175 "-e", |
| 180 "{\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\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n
\"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphone
simulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n
\"device type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"tri
ggered bots\": {}, \n \"triggered by\": \"parent\", \n \"use_analyze\": true,
\n \"xcode version\": \"fake xcode version\"\n}" | 176 "{\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\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n
\"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphone
simulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n
\"device type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"tri
ggered bots\": {}, \n \"triggered by\": \"parent\", \n \"use_analyze\": true,
\n \"xcode version\": \"fake xcode version\"\n}" |
| 181 ], | 177 ], |
| 182 "cwd": "[SLAVE_BUILD]", | |
| 183 "name": "finalize build config" | 178 "name": "finalize build config" |
| 184 }, | 179 }, |
| 185 { | 180 { |
| 186 "cmd": [ | 181 "cmd": [ |
| 187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 182 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
| 188 "--json-file", | 183 "--json-file", |
| 189 "/path/to/tmp/json", | 184 "/path/to/tmp/json", |
| 190 "--version", | 185 "--version", |
| 191 "fake xcode version" | 186 "fake xcode version" |
| 192 ], | 187 ], |
| 193 "cwd": "[SLAVE_BUILD]", | |
| 194 "name": "find xcode", | 188 "name": "find xcode", |
| 195 "~followup_annotations": [ | 189 "~followup_annotations": [ |
| 196 "@@@STEP_LOG_LINE@json.output@{}@@@", | 190 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 197 "@@@STEP_LOG_END@json.output@@@" | 191 "@@@STEP_LOG_END@json.output@@@" |
| 198 ] | 192 ] |
| 199 }, | 193 }, |
| 200 { | 194 { |
| 201 "cmd": [ | 195 "cmd": [ |
| 202 "python", | 196 "python", |
| 203 "-u", | 197 "-u", |
| 204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 205 "runhooks" | 199 "runhooks" |
| 206 ], | 200 ], |
| 207 "cwd": "[SLAVE_BUILD]", | |
| 208 "env": { | 201 "env": { |
| 209 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", | 202 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", |
| 210 "GYP_GENERATORS": "xcode", | 203 "GYP_GENERATORS": "xcode", |
| 211 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", | 204 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", |
| 212 "LANDMINES_VERBOSE": "1", | 205 "LANDMINES_VERBOSE": "1", |
| 213 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 206 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 214 }, | 207 }, |
| 215 "name": "gclient runhooks (with patch)", | 208 "name": "gclient runhooks (with patch)", |
| 216 "~followup_annotations": [ | 209 "~followup_annotations": [ |
| 217 "@@@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@@@" | 210 "@@@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@@@" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 237 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests.app", | 230 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests.app", |
| 238 "--json_file", | 231 "--json_file", |
| 239 "/path/to/tmp/json", | 232 "/path/to/tmp/json", |
| 240 "--iossim", | 233 "--iossim", |
| 241 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 234 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 242 "--platform", | 235 "--platform", |
| 243 "fake device", | 236 "fake device", |
| 244 "--version", | 237 "--version", |
| 245 "8.1" | 238 "8.1" |
| 246 ], | 239 ], |
| 247 "cwd": "[SLAVE_BUILD]", | |
| 248 "name": "fake tests (fake device iOS 8.1)", | 240 "name": "fake tests (fake device iOS 8.1)", |
| 249 "~followup_annotations": [ | 241 "~followup_annotations": [ |
| 250 "@@@STEP_LOG_LINE@json.output@{@@@", | 242 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 243 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 244 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 245 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 246 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 255 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 247 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 256 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 248 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| 257 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 249 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
| 258 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 250 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@ }@@@", | 251 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 260 "@@@STEP_LOG_LINE@json.output@}@@@", | 252 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 261 "@@@STEP_LOG_END@json.output@@@", | 253 "@@@STEP_LOG_END@json.output@@@", |
| 262 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 254 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
| 263 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 255 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
| 264 "@@@STEP_LOG_END@fake log@@@", | 256 "@@@STEP_LOG_END@fake log@@@", |
| 265 "@@@STEP_LINK@fake URL text@fake URL@@@" | 257 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 266 ] | 258 ] |
| 267 }, | 259 }, |
| 268 { | 260 { |
| 269 "name": "$result", | 261 "name": "$result", |
| 270 "recipe_result": null, | 262 "recipe_result": null, |
| 271 "status_code": 0 | 263 "status_code": 0 |
| 272 } | 264 } |
| 273 ] | 265 ] |
| OLD | NEW |