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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/without_patch_success.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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "@@@STEP_LOG_LINE@json.output@ ], @@@", 117 "@@@STEP_LOG_LINE@json.output@ ], @@@",
118 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 118 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
119 "@@@STEP_LOG_LINE@json.output@}@@@", 119 "@@@STEP_LOG_LINE@json.output@}@@@",
120 "@@@STEP_LOG_END@json.output@@@" 120 "@@@STEP_LOG_END@json.output@@@"
121 ] 121 ]
122 }, 122 },
123 { 123 {
124 "cmd": [ 124 "cmd": [
125 "echo", 125 "echo",
126 "-e", 126 "-e",
127 "{\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\", \n \"device type\": \"fake device\", \n \ "os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \ "fake xcode version\"\n}" 127 "{\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\", \n \"device type\": \"fake de vice\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"x code version\": \"fake xcode version\"\n}"
128 ], 128 ],
129 "cwd": "[SLAVE_BUILD]", 129 "cwd": "[SLAVE_BUILD]",
130 "name": "finalize build config" 130 "name": "finalize build config"
131 }, 131 },
132 { 132 {
133 "cmd": [ 133 "cmd": [
134 "[BUILD]/scripts/slave/ios/find_xcode.py", 134 "[BUILD]/scripts/slave/ios/find_xcode.py",
135 "--json-file", 135 "--json-file",
136 "/path/to/tmp/json", 136 "/path/to/tmp/json",
137 "--version", 137 "--version",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "~followup_annotations": [ 338 "~followup_annotations": [
339 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 339 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
340 ] 340 ]
341 }, 341 },
342 { 342 {
343 "name": "$final_result", 343 "name": "$final_result",
344 "reason": "Step('compile (with patch)') failed with return_code 1", 344 "reason": "Step('compile (with patch)') failed with return_code 1",
345 "status_code": 1 345 "status_code": 1
346 } 346 }
347 ] 347 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/without_patch_failure.json ('k') | scripts/slave/recipes/ios/unified_builder_tester.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698