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

Unified Diff: scripts/slave/recipes/example/hierarchical.expected/basic.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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: scripts/slave/recipes/example/hierarchical.expected/basic.json
diff --git a/scripts/slave/recipes/example/hierarchical.expected/basic.json b/scripts/slave/recipes/example/hierarchical.expected/basic.json
index 54d7f769847c0f59d039b521ff212e254668f699..4d0a246fbbcf97f07d17b645a35d01ea2e68bf0a 100644
--- a/scripts/slave/recipes/example/hierarchical.expected/basic.json
+++ b/scripts/slave/recipes/example/hierarchical.expected/basic.json
@@ -4,6 +4,7 @@
"echo",
"billy"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"climate": "rainy",
"mood": "excellent"
@@ -15,6 +16,7 @@
"echo",
"sam"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"climate": "cloudy",
"mood": "excellent"
@@ -26,6 +28,7 @@
"echo",
"testb"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"climate": "sunny",
"mood": "excellent"

Powered by Google App Engine
This is Rietveld 408576698