Chromium Code Reviews

Unified Diff: recipe_modules/generator_script/example.expected/always_run.json

Issue 1906323003: recipe engine: extract infra-specific paths out of the engine (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: presubmit Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: recipe_modules/generator_script/example.expected/always_run.json
diff --git a/recipe_modules/generator_script/example.expected/always_run.json b/recipe_modules/generator_script/example.expected/always_run.json
index 4993cb5e7ef8771f22a0e2ea91e37fe2ae4aa46d..0978e8caa4bac7d3c3ea001d527184025fb5eb15 100644
--- a/recipe_modules/generator_script/example.expected/always_run.json
+++ b/recipe_modules/generator_script/example.expected/always_run.json
@@ -7,7 +7,7 @@
"--output-json",
"/path/to/tmp/json"
],
- "cwd": "[SLAVE_BUILD]",
+ "cwd": "[TMP_BASE]/checkout",
"name": "gen step(always_run.py)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@[@@@",

Powered by Google App Engine