| Index: scripts/slave/recipes/ios/unified_builder_tester.expected/no_tests.json
|
| diff --git a/scripts/slave/recipes/ios/unified_builder_tester.expected/no_tests.json b/scripts/slave/recipes/ios/unified_builder_tester.expected/no_tests.json
|
| index 7ca6da3c8d1ffe2bc39e97ec7092a9b33c1b0a19..2093e07213107cd2634b968a586d410f25f27017 100644
|
| --- a/scripts/slave/recipes/ios/unified_builder_tester.expected/no_tests.json
|
| +++ b/scripts/slave/recipes/ios/unified_builder_tester.expected/no_tests.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",
|
| + "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",
|
| "chromium.fake",
|
| @@ -47,6 +69,7 @@
|
| "--force",
|
| "--output_manifest"
|
| ],
|
| + "cwd": "[BUILDER_CACHE]/ios",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -131,7 +154,7 @@
|
| "python",
|
| "-u",
|
| "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| - "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json",
|
| + "[BUILDER_CACHE]/ios/src/ios/build/bots/chromium.fake/ios.json",
|
| "/path/to/tmp/json"
|
| ],
|
| "name": "read build config",
|
| @@ -179,7 +202,7 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src",
|
| + "cwd": "[BUILDER_CACHE]/ios/src",
|
| "env": {
|
| "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake value 2 component=static_library OS=ios",
|
| @@ -196,9 +219,9 @@
|
| "cmd": [
|
| "ninja",
|
| "-C",
|
| - "[SLAVE_BUILD]/src/out/Release-iphoneos"
|
| + "[BUILDER_CACHE]/ios/src/out/Release-iphoneos"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
|
| + "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
|
| "name": "compile"
|
| },
|
| {
|
|
|