aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-04-27 13:14:38 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-27 18:18:48 +0000
commit5cb5c74efdac46a1f9af37ff9707bc9d2c900083 (patch)
treeb524e7c406c3be46682c55592bde1e1bf8722342 /infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
parentf80989f5f08dcb78881daebdc22b306f82f4f17b (diff)
Reland "[recipes] Use named caches for git and workdirs"
This reverts commit 01d3eb64e7b11b22cf206758f01b06a7ae0bbb20. Bug: skia: Change-Id: Ic05b89009eb59a231488bef382dd232a50d2b00f Reviewed-on: https://skia-review.googlesource.com/124260 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json')
-rw-r--r--infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
index c7cfb77fc2..099d0a74f7 100644
--- a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
+++ b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
@@ -9,7 +9,7 @@
"ensure-directory",
"--mode",
"0777",
- "[CUSTOM_/_B_WORK]"
+ "[START_DIR]/cache/work"
],
"infra_step": true,
"name": "makedirs checkout_path"
@@ -22,10 +22,10 @@
"--json-output",
"/path/to/tmp/json",
"remove",
- "[CUSTOM_/_B_WORK]/.gclient_entries"
+ "[START_DIR]/cache/work/.gclient_entries"
],
"infra_step": true,
- "name": "remove [CUSTOM_/_B_WORK]/.gclient_entries"
+ "name": "remove [START_DIR]/cache/work/.gclient_entries"
},
{
"cmd": [
@@ -33,13 +33,13 @@
"-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path",
- "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]",
+ "cache_dir = '[START_DIR]/cache/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]",
"--patch_root",
"skia",
"--revision_mapping_file",
"{\"got_revision\": \"skia\"}",
"--git-cache-dir",
- "[CUSTOM_/_B_CACHE]",
+ "[START_DIR]/cache/git",
"--cleanup-dir",
"[CLEANUP]/bot_update",
"--output_json",
@@ -47,7 +47,7 @@
"--revision",
"skia@abc123"
],
- "cwd": "[CUSTOM_/_B_WORK]",
+ "cwd": "[START_DIR]/cache/work",
"env_prefixes": {
"PATH": [
"RECIPE_PACKAGE_REPO[depot_tools]"
@@ -113,7 +113,7 @@
"python",
"RECIPE_MODULE[skia::core]/resources/generate_and_upload_doxygen.py"
],
- "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "cwd": "[START_DIR]/cache/work/skia",
"env": {
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
@@ -134,7 +134,7 @@
"0777",
"[START_DIR]/[SWARM_OUT_DIR]/perfdata/Housekeeper-PerCommit/data"
],
- "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "cwd": "[START_DIR]/cache/work/skia",
"infra_step": true,
"name": "makedirs perf_dir"
},
@@ -149,7 +149,7 @@
"--dest",
"[START_DIR]/[SWARM_OUT_DIR]/perfdata/Housekeeper-PerCommit/data/nanobench_9046e2e693bb92a76e972b694580e5d17ad10748_1337000001.json"
],
- "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "cwd": "[START_DIR]/cache/work/skia",
"env": {
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",