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

Unified Diff: recipe_modules/properties/example.expected/buildbot_generic.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: tmp Created 4 years, 8 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
Index: recipe_modules/properties/example.expected/buildbot_generic.json
diff --git a/recipe_modules/properties/example.expected/buildbot_generic.json b/recipe_modules/properties/example.expected/buildbot_generic.json
index a6315c75d27bcc8df600fbcc8c8b3a9694a33559..79ae5235bde3eb3f24a68e564b48812ae86135bf 100644
--- a/recipe_modules/properties/example.expected/buildbot_generic.json
+++ b/recipe_modules/properties/example.expected/buildbot_generic.json
@@ -4,7 +4,6 @@
"echo",
"None"
],
- "cwd": "[SLAVE_BUILD]",
"name": "echo"
},
{
@@ -12,7 +11,6 @@
"echo",
"[('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org']), ('buildbotURL', 'http://c.org/p/cr/'), ('buildername', 'TestBuilder'), ('buildnumber', 571), ('mastername', 'chromium.testing.master'), ('recipe', 'properties:example'), ('slavename', 'TestSlavename'), ('test_prop', None), ('workdir', '/path/to/workdir/TestSlavename')]"
],
- "cwd": "[SLAVE_BUILD]",
"name": "echo all"
},
{

Powered by Google App Engine
This is Rietveld 408576698