aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/flavor/examples
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2018-01-04 08:40:27 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-04 14:08:59 +0000
commitd12602aa1c4ed3066c4f3bd7e20d28d0eedd3436 (patch)
tree3ae8b30b0cae9ac0a9513ba154888bb2e912250f /infra/bots/recipe_modules/flavor/examples
parent7c43b342c47d6d7fd3c3f92ad369d3da125fbc19 (diff)
Fix absolute path for recipes
Bug: skia: Change-Id: I42c528d86f19d369609b26763334e055501a9b9b Reviewed-on: https://skia-review.googlesource.com/90880 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/flavor/examples')
-rw-r--r--infra/bots/recipe_modules/flavor/examples/full.expected/failed_infra_step.json2
-rw-r--r--infra/bots/recipe_modules/flavor/examples/full.expected/retry_adb_command_retries_exhausted.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/infra/bots/recipe_modules/flavor/examples/full.expected/failed_infra_step.json b/infra/bots/recipe_modules/flavor/examples/full.expected/failed_infra_step.json
index a9c04d9b1b..9ef53509da 100644
--- a/infra/bots/recipe_modules/flavor/examples/full.expected/failed_infra_step.json
+++ b/infra/bots/recipe_modules/flavor/examples/full.expected/failed_infra_step.json
@@ -1030,7 +1030,7 @@
"/path/to/tmp/json",
"copy",
" ",
- "~/force_quarantine"
+ "/home/chrome-bot/force_quarantine"
],
"infra_step": true,
"name": "Quarantining Bot"
diff --git a/infra/bots/recipe_modules/flavor/examples/full.expected/retry_adb_command_retries_exhausted.json b/infra/bots/recipe_modules/flavor/examples/full.expected/retry_adb_command_retries_exhausted.json
index 3fd7669741..01133125fd 100644
--- a/infra/bots/recipe_modules/flavor/examples/full.expected/retry_adb_command_retries_exhausted.json
+++ b/infra/bots/recipe_modules/flavor/examples/full.expected/retry_adb_command_retries_exhausted.json
@@ -303,7 +303,7 @@
"/path/to/tmp/json",
"copy",
" ",
- "~/force_quarantine"
+ "/home/chrome-bot/force_quarantine"
],
"infra_step": true,
"name": "Quarantining Bot"