aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/housekeeper.expected
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-05-24 09:14:18 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-24 14:06:55 +0000
commit90f050387a5851943910f91dce2c01babf0d3896 (patch)
tree9846116e12f46b08d0c2ac2b3ad556a4898814ae /infra/bots/recipes/housekeeper.expected
parent2841362222122115abc06d3ede97523e3044ea7b (diff)
[recipes] Rename some modules and files
- Move doxygen and binary size out of core and into their own modules. - Rename core -> checkout since that's all it does, shorten method names. - Rename flavors: - Everything is GN, so remove GN/gn_ everywhere. - Merge gn_flavor into default. - Shorten file / module names. Bug: skia:6473 Change-Id: I8ac9ff9c9a267f366206b9991adfa5eb37126ca7 Reviewed-on: https://skia-review.googlesource.com/129176 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipes/housekeeper.expected')
-rw-r--r--infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json3
-rw-r--r--infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json5
2 files changed, 3 insertions, 5 deletions
diff --git a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json
index 2863e42c9b..8d7f7912fb 100644
--- a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json
+++ b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json
@@ -124,14 +124,13 @@
"0777",
"[START_DIR]/[SWARM_OUT_DIR]/perfdata/Housekeeper-PerCommit/data"
],
- "cwd": "[START_DIR]/cache/work/skia",
"infra_step": true,
"name": "makedirs perf_dir"
},
{
"cmd": [
"python",
- "RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py",
+ "RECIPE_MODULE[skia::binary_size]/resources/run_binary_size_analysis.py",
"--library",
"[START_DIR]/build/out/Release/libskia.so",
"--githash",
diff --git a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
index ccc1ff38b5..d152ff9c82 100644
--- a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
+++ b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
@@ -111,7 +111,7 @@
{
"cmd": [
"python",
- "RECIPE_MODULE[skia::core]/resources/generate_and_upload_doxygen.py"
+ "RECIPE_MODULE[skia::doxygen]/resources/generate_and_upload_doxygen.py"
],
"cwd": "[START_DIR]/cache/work/skia",
"env": {
@@ -132,14 +132,13 @@
"0777",
"[START_DIR]/[SWARM_OUT_DIR]/perfdata/Housekeeper-PerCommit/data"
],
- "cwd": "[START_DIR]/cache/work/skia",
"infra_step": true,
"name": "makedirs perf_dir"
},
{
"cmd": [
"python",
- "RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py",
+ "RECIPE_MODULE[skia::binary_size]/resources/run_binary_size_analysis.py",
"--library",
"[START_DIR]/build/out/Release/libskia.so",
"--githash",