| Index: scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_build.json
|
| diff --git a/scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_build.json b/scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_build.json
|
| index ae66da3619f6c91e8eda72d41df2a93bd2d41567..ab687558626f9644f67fa4432cb7bca83184ae1b 100644
|
| --- a/scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_build.json
|
| +++ b/scripts/slave/recipes/webrtc/ios_api_framework.expected/trybot_build.json
|
| @@ -25,6 +25,28 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
|
| + "[BUILDER_CACHE]/ios_api_framework",
|
| + "511"
|
| + ],
|
| + "name": "makedirs checkout path",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@python.inline@@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
|
| + "@@@STEP_LOG_END@python.inline@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
|
| "--master",
|
| "tryserver.webrtc",
|
| @@ -52,6 +74,7 @@
|
| "src@HEAD",
|
| "--output_manifest"
|
| ],
|
| + "cwd": "[BUILDER_CACHE]/ios_api_framework",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -90,7 +113,7 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| + "cwd": "[BUILDER_CACHE]/ios_api_framework/src",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -98,11 +121,11 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]/src/webrtc/build/ios/build_ios_libs.sh",
|
| + "[BUILDER_CACHE]/ios_api_framework/src/webrtc/build/ios/build_ios_libs.sh",
|
| "-r",
|
| "170242"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| + "cwd": "[BUILDER_CACHE]/ios_api_framework/src",
|
| "name": "build"
|
| },
|
| {
|
|
|