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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/ios/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/ios/example.expected/basic.json b/scripts/slave/recipe_modules/ios/example.expected/basic.json
index e421476c92ff1e28de99abb64a79748b1bf6bc49..573f1ceb8a176e4e6245a074c81da03f92cb2af5 100644
--- a/scripts/slave/recipe_modules/ios/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/ios/example.expected/basic.json
@@ -133,7 +133,7 @@
"cmd": [
"echo",
"-e",
- "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"static_library\"\n }, \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \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\": \"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}"
+ "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"static_library\"\n }, \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \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\": \"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}"
],
"cwd": "[SLAVE_BUILD]",
"name": "finalize build config"
« 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