aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/housekeeper.expected
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-04-18 15:49:27 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-19 11:24:24 +0000
commite16fb7584a15802949d1eb8b4ad60952619da7d4 (patch)
tree948e2e2d4c9caf2a2994249559f9ba1680d48a97 /infra/bots/recipes/housekeeper.expected
parentc1e9617e82a2d573c890ee17e69a3d4699800f05 (diff)
Recipes: Use strict coverage, part 1
Shouldn't change any behavior. Bug: skia: Change-Id: I953e0da886a6d61096eba7915101f245a6cec741 Reviewed-on: https://skia-review.googlesource.com/13765 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/housekeeper.expected')
-rw-r--r--infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json43
-rw-r--r--infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json43
2 files changed, 86 insertions, 0 deletions
diff --git a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json
index 96e434cd23..459ab535ca 100644
--- a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json
+++ b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json
@@ -24,6 +24,49 @@
},
{
"cmd": [
+ "git",
+ "remote",
+ "set-url",
+ "origin",
+ "https://skia.googlesource.com/skia.git"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "infra_step": true,
+ "name": "git remote set-url"
+ },
+ {
+ "cmd": [
+ "git",
+ "fetch"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "infra_step": true,
+ "name": "git fetch"
+ },
+ {
+ "cmd": [
+ "git",
+ "reset",
+ "--hard",
+ "abc123"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "infra_step": true,
+ "name": "git reset"
+ },
+ {
+ "cmd": [
+ "git",
+ "clean",
+ "-d",
+ "-f"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "infra_step": true,
+ "name": "git clean"
+ },
+ {
+ "cmd": [
"python",
"-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
diff --git a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
index 64a91a8dbd..844ea34110 100644
--- a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
+++ b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
@@ -24,6 +24,49 @@
},
{
"cmd": [
+ "git",
+ "remote",
+ "set-url",
+ "origin",
+ "https://skia.googlesource.com/skia.git"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "infra_step": true,
+ "name": "git remote set-url"
+ },
+ {
+ "cmd": [
+ "git",
+ "fetch"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "infra_step": true,
+ "name": "git fetch"
+ },
+ {
+ "cmd": [
+ "git",
+ "reset",
+ "--hard",
+ "abc123"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "infra_step": true,
+ "name": "git reset"
+ },
+ {
+ "cmd": [
+ "git",
+ "clean",
+ "-d",
+ "-f"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "infra_step": true,
+ "name": "git clean"
+ },
+ {
+ "cmd": [
"python",
"-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",