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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/multiple_failures.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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "@@@STEP_LOG_LINE@json.output@ ], @@@", 138 "@@@STEP_LOG_LINE@json.output@ ], @@@",
139 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 139 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
140 "@@@STEP_LOG_LINE@json.output@}@@@", 140 "@@@STEP_LOG_LINE@json.output@}@@@",
141 "@@@STEP_LOG_END@json.output@@@" 141 "@@@STEP_LOG_END@json.output@@@"
142 ] 142 ]
143 }, 143 },
144 { 144 {
145 "cmd": [ 145 "cmd": [
146 "echo", 146 "echo",
147 "-e", 147 "-e",
148 "{\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\": \"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 \"device 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\" : \"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 \"triggered bots\": { }, \n \"xcode version\": \"fake xcode version\"\n}" 148 "{\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\": \"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}"
149 ], 149 ],
150 "cwd": "[SLAVE_BUILD]", 150 "cwd": "[SLAVE_BUILD]",
151 "name": "finalize build config" 151 "name": "finalize build config"
152 }, 152 },
153 { 153 {
154 "cmd": [ 154 "cmd": [
155 "[BUILD]/scripts/slave/ios/find_xcode.py", 155 "[BUILD]/scripts/slave/ios/find_xcode.py",
156 "--json-file", 156 "--json-file",
157 "/path/to/tmp/json", 157 "/path/to/tmp/json",
158 "--version", 158 "--version",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 "@@@STEP_LOG_END@fake log@@@", 412 "@@@STEP_LOG_END@fake log@@@",
413 "@@@STEP_LINK@fake URL text@fake URL@@@" 413 "@@@STEP_LINK@fake URL text@fake URL@@@"
414 ] 414 ]
415 }, 415 },
416 { 416 {
417 "name": "$final_result", 417 "name": "$final_result",
418 "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).", 418 "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).",
419 "status_code": 1 419 "status_code": 1
420 } 420 }
421 ] 421 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698