Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: recipe_modules/bot_update/example.expected/tryjob_v8.json

Issue 1660943002: bot_update: add depot_tools to PATH so that e.g. apply_issue can be found (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/bot_update/example.expected/tryjob_v8.json
diff --git a/recipe_modules/bot_update/example.expected/tryjob_v8.json b/recipe_modules/bot_update/example.expected/tryjob_v8.json
index 8017c26ddb90d411f01849986f1a345bf463ca87..eee4ad044452888d39b92ac5f90d827d4301c268 100644
--- a/recipe_modules/bot_update/example.expected/tryjob_v8.json
+++ b/recipe_modules/bot_update/example.expected/tryjob_v8.json
@@ -28,6 +28,9 @@
"src/v8@abc"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "PATH": "RECIPE_PACKAGE[depot_tools]:%(PATH)s"
+ },
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
« no previous file with comments | « recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698