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

Side by Side Diff: scripts/slave/recipe_modules/ios/example.expected/clobber.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fake", 8 "chromium.fake",
9 "--builder", 9 "--builder",
10 "ios", 10 "ios",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", 81 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
82 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@",
83 "@@@STEP_LOG_LINE@json.output@}@@@", 83 "@@@STEP_LOG_LINE@json.output@}@@@",
84 "@@@STEP_LOG_END@json.output@@@" 84 "@@@STEP_LOG_END@json.output@@@"
85 ] 85 ]
86 }, 86 },
87 { 87 {
88 "cmd": [ 88 "cmd": [
89 "echo", 89 "echo",
90 "-e", 90 "-e",
91 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\"\n }, \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"De bug\", \n \"sdk\": \"iphonesimulator8.1\", \n \"tests\": [], \n \"triggered b ots\": {}, \n \"xcode version\": \"6.1.1\"\n}" 91 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\"\n }, \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"De bug\", \n \"env\": {}, \n \"sdk\": \"iphonesimulator8.1\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"xcode version\": \"6.1.1\"\n}"
92 ], 92 ],
93 "cwd": "[SLAVE_BUILD]", 93 "cwd": "[SLAVE_BUILD]",
94 "name": "finalize build config" 94 "name": "finalize build config"
95 }, 95 },
96 { 96 {
97 "cmd": [ 97 "cmd": [
98 "[BUILD]/scripts/slave/ios/find_xcode.py", 98 "[BUILD]/scripts/slave/ios/find_xcode.py",
99 "--json-file", 99 "--json-file",
100 "/path/to/tmp/json", 100 "/path/to/tmp/json",
101 "--version", 101 "--version",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "Debug", 134 "Debug",
135 "-project", 135 "-project",
136 "[SLAVE_BUILD]/src/build/all.xcodeproj", 136 "[SLAVE_BUILD]/src/build/all.xcodeproj",
137 "-sdk", 137 "-sdk",
138 "iphonesimulator8.1" 138 "iphonesimulator8.1"
139 ], 139 ],
140 "cwd": "[SLAVE_BUILD]/src/xcodebuild", 140 "cwd": "[SLAVE_BUILD]/src/xcodebuild",
141 "name": "compile" 141 "name": "compile"
142 } 142 }
143 ] 143 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/ios/example.expected/basic.json ('k') | scripts/slave/recipes/ios/try.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698