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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/infrastructure_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
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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "@@@STEP_LOG_LINE@json.output@ ], @@@", 118 "@@@STEP_LOG_LINE@json.output@ ], @@@",
119 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 119 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
120 "@@@STEP_LOG_LINE@json.output@}@@@", 120 "@@@STEP_LOG_LINE@json.output@}@@@",
121 "@@@STEP_LOG_END@json.output@@@" 121 "@@@STEP_LOG_END@json.output@@@"
122 ] 122 ]
123 }, 123 },
124 { 124 {
125 "cmd": [ 125 "cmd": [
126 "echo", 126 "echo",
127 "-e", 127 "-e",
128 "{\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\": \"ninja\", \n \"configuratio n\": \"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 \"dev ice type\": \"fake device\", \n \"os\": \"7.1\"\n }\n ], \n \"triggere d bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}" 128 "{\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\": \"ninja\", \n \"configuratio n\": \"Debug\", \n \"env\": {}, \n \"sdk\": \"iphonesimulator8.0\", \n \"test s\": [\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 \"triggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}"
129 ], 129 ],
130 "cwd": "[SLAVE_BUILD]", 130 "cwd": "[SLAVE_BUILD]",
131 "name": "finalize build config" 131 "name": "finalize build config"
132 }, 132 },
133 { 133 {
134 "cmd": [ 134 "cmd": [
135 "[BUILD]/scripts/slave/ios/find_xcode.py", 135 "[BUILD]/scripts/slave/ios/find_xcode.py",
136 "--json-file", 136 "--json-file",
137 "/path/to/tmp/json", 137 "/path/to/tmp/json",
138 "--version", 138 "--version",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "@@@STEP_LOG_END@fake log@@@", 244 "@@@STEP_LOG_END@fake log@@@",
245 "@@@STEP_LINK@fake URL text@fake URL@@@" 245 "@@@STEP_LINK@fake URL text@fake URL@@@"
246 ] 246 ]
247 }, 247 },
248 { 248 {
249 "name": "$final_result", 249 "name": "$final_result",
250 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 250 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
251 "status_code": 1 251 "status_code": 1
252 } 252 }
253 ] 253 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698