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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/no_tests.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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", 107 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
108 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 108 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
109 "@@@STEP_LOG_LINE@json.output@}@@@", 109 "@@@STEP_LOG_LINE@json.output@}@@@",
110 "@@@STEP_LOG_END@json.output@@@" 110 "@@@STEP_LOG_END@json.output@@@"
111 ] 111 ]
112 }, 112 },
113 { 113 {
114 "cmd": [ 114 "cmd": [
115 "echo", 115 "echo",
116 "-e", 116 "-e",
117 "{\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\": \"Release\", \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"trigger ed bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}" 117 "{\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\": \"Release\", \n \"env\": {}, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n} "
118 ], 118 ],
119 "cwd": "[SLAVE_BUILD]", 119 "cwd": "[SLAVE_BUILD]",
120 "name": "finalize build config" 120 "name": "finalize build config"
121 }, 121 },
122 { 122 {
123 "cmd": [ 123 "cmd": [
124 "[BUILD]/scripts/slave/ios/find_xcode.py", 124 "[BUILD]/scripts/slave/ios/find_xcode.py",
125 "--json-file", 125 "--json-file",
126 "/path/to/tmp/json", 126 "/path/to/tmp/json",
127 "--version", 127 "--version",
(...skipping 28 matching lines...) Expand all
156 { 156 {
157 "cmd": [ 157 "cmd": [
158 "ninja", 158 "ninja",
159 "-C", 159 "-C",
160 "[SLAVE_BUILD]/src/out/Release-iphoneos" 160 "[SLAVE_BUILD]/src/out/Release-iphoneos"
161 ], 161 ],
162 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", 162 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
163 "name": "compile" 163 "name": "compile"
164 } 164 }
165 ] 165 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698