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

Unified Diff: scripts/slave/recipe_modules/v8/example.expected/forced_build.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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/recipe_modules/v8/example.expected/forced_build.json
diff --git a/scripts/slave/recipe_modules/v8/example.expected/forced_build.json b/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
index 48d9f49f8a6dad5c55e46fa7db85b69c5fc2c284..b57b647cd714858412e1f132d884e232fd8e7c9c 100644
--- a/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
+++ b/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
@@ -23,6 +23,7 @@
"--force",
"--no_shallow"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -84,6 +85,7 @@
"-u",
"RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "perf dashboard post",
"stdin": "{\"data\": [{\"bot\": \"ia32\", \"buildername\": \"Fake Builder\", \"buildnumber\": 571, \"error\": \"8.16496580928\", \"master\": \"Fake_Master\", \"masterid\": \"Fake_Master\", \"revision\": \"12345\", \"supplemental_columns\": {\"a_default_rev\": \"r_v8_git\", \"r_v8_git\": \"deadbeef\"}, \"test\": \"v8/v8/Richards\", \"units\": \"score\", \"value\": \"20.0\"}, {\"bot\": \"ia32\", \"buildername\": \"Fake Builder\", \"buildnumber\": 571, \"error\": \"0.0\", \"master\": \"Fake_Master\", \"masterid\": \"Fake_Master\", \"revision\": \"12345\", \"supplemental_columns\": {\"a_default_rev\": \"r_v8_git\", \"r_v8_git\": \"deadbeef\"}, \"test\": \"v8/v8/DeltaBlue\", \"units\": \"ms\", \"value\": \"1.2\"}, {\"bot\": \"ia32\", \"buildername\": \"Fake Builder\", \"buildnumber\": 571, \"error\": \"8.16496580928\", \"master\": \"Fake_Master\", \"masterid\": \"Fake_Master\", \"revision\": \"12345\", \"supplemental_columns\": {\"a_default_rev\": \"r_v8_git\", \"r_v8_git\": \"deadbeef\"}, \"test\": \"v8/v8/Richards\", \"units\": \"score\", \"value\": \"20.0\"}, {\"bot\": \"ia32\", \"buildername\": \"Fake Builder\", \"buildnumber\": 571, \"error\": \"0.0\", \"master\": \"Fake_Master\", \"masterid\": \"Fake_Master\", \"revision\": \"12345\", \"supplemental_columns\": {\"a_default_rev\": \"r_v8_git\", \"r_v8_git\": \"deadbeef\"}, \"test\": \"v8/v8/DeltaBlue\", \"units\": \"ms\", \"value\": \"1.2\"}], \"url\": \"https://chrome-perf.googleplex.com/add_point\"}"
},
@@ -95,6 +97,7 @@
"[SLAVE_BUILD]/test_output1.json",
"[SLAVE_BUILD]/test_output2.json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "merge perf results",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
@@ -109,6 +112,7 @@
"echo",
"the result"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "do something with the results"
}
]

Powered by Google App Engine
This is Rietveld 408576698