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

Unified Diff: recipe_modules/path/example.expected/win_swarming.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/path/example.expected/win_swarming.json
diff --git a/recipe_modules/path/example.expected/win_swarming.json b/recipe_modules/path/example.expected/win_swarming.json
deleted file mode 100644
index a53a727ba853a90c9d869cab156bdc3b12b5c8fa..0000000000000000000000000000000000000000
--- a/recipe_modules/path/example.expected/win_swarming.json
+++ /dev/null
@@ -1,47 +0,0 @@
-[
- {
- "cmd": [
- "/bin/echo",
- "[SLAVE_BUILD]\\foo"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "step1"
- },
- {
- "cmd": [
- "echo",
- "RECIPE_MODULE[recipe_engine::path]\\resources\\dir\\file.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "print resource"
- },
- {
- "cmd": [
- "echo",
- "RECIPE_PACKAGE_REPO[recipe_engine]\\dir\\file.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "print package dir"
- },
- {
- "cmd": [
- "/bin/echo",
- "[SLAVE_BUILD]\\checkout\\jerky"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "checkout path"
- },
- {
- "cmd": [
- "touch",
- "[SLAVE_BUILD]\\new_file"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "touch me"
- },
- {
- "name": "$result",
- "recipe_result": null,
- "status_code": 0
- }
-]
« no previous file with comments | « recipe_modules/path/example.expected/win_kitchen.json ('k') | recipe_modules/platform/example.expected/linux64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698