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

Unified Diff: recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json

Issue 1917433002: Generalize patch_project to patch root conversion. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: -line long 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
« no previous file with comments | « recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json ('k') | recipe_modules/gclient/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json
diff --git a/recipe_modules/bot_update/example.expected/clobber.json b/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json
similarity index 80%
copy from recipe_modules/bot_update/example.expected/clobber.json
copy to recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json
index 1e7b544f2a5add3674547b31b78432b05a6b4f71..f4db111c099cb4bb10e76de38e0babb291403b1c 100644
--- a/recipe_modules/bot_update/example.expected/clobber.json
+++ b/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json
@@ -5,24 +5,31 @@
"-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--master",
- "experimental",
+ "chromium.testing.master",
"--builder",
- "Experimental Builder",
+ "TestBuilder",
"--slave",
- "somehost",
+ "TestSlavename",
"--spec",
"cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]",
"--root",
- "src",
+ "src/v8",
"--revision_mapping_file",
"{\"src\": \"got_cr_revision\"}",
"--git-cache-dir",
"[GIT_CACHE]",
+ "--issue",
+ "12853011",
+ "--patchset",
+ "1",
+ "--rietveld_server",
+ "https://codereview.chromium.org",
"--output_json",
"/path/to/tmp/json",
"--revision",
"src@HEAD",
- "--clobber"
+ "--revision",
+ "src/v8@HEAD"
],
"cwd": "[SLAVE_BUILD]",
"env": {
« no previous file with comments | « recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json ('k') | recipe_modules/gclient/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698