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

Side by Side Diff: scripts/slave/recipe_modules/ios/example.expected/basic.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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "@@@STEP_LOG_LINE@json.output@ }@@@", 126 "@@@STEP_LOG_LINE@json.output@ }@@@",
127 "@@@STEP_LOG_LINE@json.output@ ]@@@", 127 "@@@STEP_LOG_LINE@json.output@ ]@@@",
128 "@@@STEP_LOG_LINE@json.output@}@@@", 128 "@@@STEP_LOG_LINE@json.output@}@@@",
129 "@@@STEP_LOG_END@json.output@@@" 129 "@@@STEP_LOG_END@json.output@@@"
130 ] 130 ]
131 }, 131 },
132 { 132 {
133 "cmd": [ 133 "cmd": [
134 "echo", 134 "echo",
135 "-e", 135 "-e",
136 "{\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 {\n \"app \": \"fake test 1\", \n \"device type\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake included test 1\", \n \"dev ice type\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n \" app\": \"fake included test 2\", \n \"device type\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake test 2\", \n \" device type\": \"fake device 2\", \n \"os\": \"7.1\"\n }, \n {\n \"app\": \"fake included test 1\", \n \"device type\": \"fake device 2\", \n \"os\": \"7.1\"\n }, \n {\n \"app\": \"fake included test 2\" , \n \"device type\": \"fake device 2\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \"6.1.1\"\n}" 136 "{\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 {\n \"app\": \"fake test 1\", \n \"device type\": \"fake device 1\" , \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake included test 1 \", \n \"device type\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake included test 2\", \n \"device type\": \"fak e device 1\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake tes t 2\", \n \"device type\": \"fake device 2\", \n \"os\": \"7.1\"\n }, \n {\n \"app\": \"fake included test 1\", \n \"device type\": \" fake device 2\", \n \"os\": \"7.1\"\n }, \n {\n \"app\": \"fake included test 2\", \n \"device type\": \"fake device 2\", \n \"os\": \ "7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \"6.1.1\" \n}"
137 ], 137 ],
138 "cwd": "[SLAVE_BUILD]", 138 "cwd": "[SLAVE_BUILD]",
139 "name": "finalize build config" 139 "name": "finalize build config"
140 }, 140 },
141 { 141 {
142 "cmd": [ 142 "cmd": [
143 "[BUILD]/scripts/slave/ios/find_xcode.py", 143 "[BUILD]/scripts/slave/ios/find_xcode.py",
144 "--json-file", 144 "--json-file",
145 "/path/to/tmp/json", 145 "/path/to/tmp/json",
146 "--version", 146 "--version",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 "@@@STEP_LOG_LINE@json.output@ }@@@", 389 "@@@STEP_LOG_LINE@json.output@ }@@@",
390 "@@@STEP_LOG_LINE@json.output@}@@@", 390 "@@@STEP_LOG_LINE@json.output@}@@@",
391 "@@@STEP_LOG_END@json.output@@@", 391 "@@@STEP_LOG_END@json.output@@@",
392 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 392 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
393 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 393 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
394 "@@@STEP_LOG_END@fake log@@@", 394 "@@@STEP_LOG_END@fake log@@@",
395 "@@@STEP_LINK@fake URL text@fake URL@@@" 395 "@@@STEP_LINK@fake URL text@fake URL@@@"
396 ] 396 ]
397 } 397 }
398 ] 398 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/ios/api.py ('k') | scripts/slave/recipe_modules/ios/example.expected/clobber.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698