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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/multiple_failures.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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "@@@STEP_LOG_LINE@json.output@ ], @@@", 165 "@@@STEP_LOG_LINE@json.output@ ], @@@",
166 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 166 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
167 "@@@STEP_LOG_LINE@json.output@}@@@", 167 "@@@STEP_LOG_LINE@json.output@}@@@",
168 "@@@STEP_LOG_END@json.output@@@" 168 "@@@STEP_LOG_END@json.output@@@"
169 ] 169 ]
170 }, 170 },
171 { 171 {
172 "cmd": [ 172 "cmd": [
173 "echo", 173 "echo",
174 "-e", 174 "-e",
175 "{\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 \"sdk\": \"iphonesimulator7.1\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake tests 2\", \n \"devi ce type\": \"fake device\", \n \"os\": \"8.1\"\n }, \n {\n \"app \": \"fake tests 3\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake tests 4\", \n \"device type\ ": \"fake device\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fa ke tests 5\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\ n }, \n {\n \"app\": \"fake tests 6\", \n \"device type\": \"fak e device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_mb\": false, \n \"xcode version\": \"fake xcode version\"\n}" 175 "{\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 \"mb_type\": null, \n \"sdk\": \"iphonesimulator7.1\", \n \ "tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \" fake device\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake te sts 2\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake tests 3\", \n \"device type\": \"fake dev ice\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake tests 4\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake tests 5\", \n \"device type\": \"fake device\", \ n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake tests 6\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"tr iggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}"
176 ], 176 ],
177 "cwd": "[SLAVE_BUILD]", 177 "cwd": "[SLAVE_BUILD]",
178 "name": "finalize build config" 178 "name": "finalize build config"
179 }, 179 },
180 { 180 {
181 "cmd": [ 181 "cmd": [
182 "[BUILD]/scripts/slave/ios/find_xcode.py", 182 "[BUILD]/scripts/slave/ios/find_xcode.py",
183 "--json-file", 183 "--json-file",
184 "/path/to/tmp/json", 184 "/path/to/tmp/json",
185 "--version", 185 "--version",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "@@@STEP_LOG_END@fake log@@@", 439 "@@@STEP_LOG_END@fake log@@@",
440 "@@@STEP_LINK@fake URL text@fake URL@@@" 440 "@@@STEP_LINK@fake URL text@fake URL@@@"
441 ] 441 ]
442 }, 442 },
443 { 443 {
444 "name": "$result", 444 "name": "$result",
445 "reason": "Failed fake tests 2 (fake device iOS 8.1), fake tests 3 (fake dev ice iOS 8.1), fake tests 5 (fake device iOS 8.1).", 445 "reason": "Failed fake tests 2 (fake device iOS 8.1), fake tests 3 (fake dev ice iOS 8.1), fake tests 5 (fake device iOS 8.1).",
446 "status_code": 1 446 "status_code": 1
447 } 447 }
448 ] 448 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698