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

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

Issue 1145733003: ios: Allow bot configs to set extra env variables (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Provide a default self.__config['env'] Created 5 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
« no previous file with comments | « scripts/slave/recipes/ios/unified_builder_tester.expected/no_tests.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "@@@STEP_LOG_LINE@json.output@ ], @@@", 120 "@@@STEP_LOG_LINE@json.output@ ], @@@",
121 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 121 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
122 "@@@STEP_LOG_LINE@json.output@}@@@", 122 "@@@STEP_LOG_LINE@json.output@}@@@",
123 "@@@STEP_LOG_END@json.output@@@" 123 "@@@STEP_LOG_END@json.output@@@"
124 ] 124 ]
125 }, 125 },
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "echo", 128 "echo",
129 "-e", 129 "-e",
130 "{\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 \"compiler\": \"xcodebuild\", \n \"configu ration\": \"Debug\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake tests 2\", \n \"device type\": \"fake device\", \n \"os\": \"7.1\"\n }\n ], \n \"tri ggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}" 130 "{\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 \"compiler\": \"xcodebuild\", \n \"configu ration\": \"Debug\", \n \"env\": {}, \n \"sdk\": \"iphonesimulator8.0\", \n \ "tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \" fake device\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake te sts 2\", \n \"device type\": \"fake device\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \"fake xcode version\ "\n}"
131 ], 131 ],
132 "cwd": "[SLAVE_BUILD]", 132 "cwd": "[SLAVE_BUILD]",
133 "name": "finalize build config" 133 "name": "finalize build config"
134 }, 134 },
135 { 135 {
136 "cmd": [ 136 "cmd": [
137 "[BUILD]/scripts/slave/ios/find_xcode.py", 137 "[BUILD]/scripts/slave/ios/find_xcode.py",
138 "--json-file", 138 "--json-file",
139 "/path/to/tmp/json", 139 "/path/to/tmp/json",
140 "--version", 140 "--version",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "@@@STEP_LOG_END@fake log@@@", 250 "@@@STEP_LOG_END@fake log@@@",
251 "@@@STEP_LINK@fake URL text@fake URL@@@" 251 "@@@STEP_LINK@fake URL text@fake URL@@@"
252 ] 252 ]
253 }, 253 },
254 { 254 {
255 "name": "$final_result", 255 "name": "$final_result",
256 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 256 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
257 "status_code": 1 257 "status_code": 1
258 } 258 }
259 ] 259 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/unified_builder_tester.expected/no_tests.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698