| Index: scripts/slave/recipes/chromium.expected/full_chromium_Win.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_Win.json b/scripts/slave/recipes/chromium.expected/full_chromium_Win.json
|
| index 378a3a8d86830ce2e08b01dc8872816c717d85ea..cddc0930b27844189328196ba2b418bc8e74ae83 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_Win.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_Win.json
|
| @@ -12,7 +12,7 @@
|
| "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]\\Win",
|
| + "[BUILDER_CACHE]\\win_archive",
|
| "511"
|
| ],
|
| "name": "makedirs checkout path",
|
| @@ -55,7 +55,7 @@
|
| "--force",
|
| "--output_manifest"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]\\Win",
|
| + "cwd": "[BUILDER_CACHE]\\win_archive",
|
| "env": {
|
| "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -194,7 +194,7 @@
|
| "python",
|
| "-u",
|
| "\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
|
| - "[BUILDER_CACHE]\\Win\\src\\out\\Release"
|
| + "[BUILDER_CACHE]\\win_archive\\src\\out\\Release"
|
| ],
|
| "name": "rmtree clobber",
|
| "~followup_annotations": [
|
| @@ -215,7 +215,7 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]\\Win\\src",
|
| + "cwd": "[BUILDER_CACHE]\\win_archive\\src",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
|
| "GYP_CHROMIUM_NO_ACTION": "1",
|
| @@ -228,14 +228,14 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILDER_CACHE]\\Win\\src\\testing\\scripts\\get_compile_targets.py",
|
| + "[BUILDER_CACHE]\\win_archive\\src\\testing\\scripts\\get_compile_targets.py",
|
| "--output",
|
| "/path/to/tmp/json",
|
| "--",
|
| "--build-config-fs",
|
| "Release",
|
| "--paths",
|
| - "{\"checkout\": \"[BUILDER_CACHE]\\\\Win\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
|
| + "{\"checkout\": \"[BUILDER_CACHE]\\\\win_archive\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
|
| "--properties",
|
| "{\"buildername\": \"Win\", \"buildnumber\": 571, \"mastername\": \"chromium\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
|
| ],
|
| @@ -250,12 +250,12 @@
|
| "python",
|
| "-u",
|
| "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| - "[BUILDER_CACHE]\\Win\\src\\testing\\buildbot\\chromium.json",
|
| + "[BUILDER_CACHE]\\win_archive\\src\\testing\\buildbot\\chromium.json",
|
| "/path/to/tmp/json"
|
| ],
|
| "name": "read test spec (chromium.json)",
|
| "~followup_annotations": [
|
| - "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win\\src\\testing\\buildbot\\chromium.json@@@",
|
| + "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_archive\\src\\testing\\buildbot\\chromium.json@@@",
|
| "@@@STEP_LOG_LINE@json.output@{}@@@",
|
| "@@@STEP_LOG_END@json.output@@@"
|
| ]
|
| @@ -275,14 +275,14 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILDER_CACHE]\\Win\\src\\tools\\mb\\mb.py",
|
| + "[BUILDER_CACHE]\\win_archive\\src\\tools\\mb\\mb.py",
|
| "gen",
|
| "-m",
|
| "chromium",
|
| "-b",
|
| "Win",
|
| "--config-file",
|
| - "[BUILDER_CACHE]\\Win\\src\\tools\\mb\\mb_config.pyl",
|
| + "[BUILDER_CACHE]\\win_archive\\src\\tools\\mb\\mb_config.pyl",
|
| "--goma-dir",
|
| "[CACHE]\\cipd\\goma",
|
| "//out/Release"
|
| @@ -307,7 +307,7 @@
|
| "--target",
|
| "Release",
|
| "--src-dir",
|
| - "[BUILDER_CACHE]\\Win\\src",
|
| + "[BUILDER_CACHE]\\win_archive\\src",
|
| "--goma-cache-dir",
|
| "[GOMA_CACHE]",
|
| "--goma-deps-cache-dir",
|
|
|