Index: infra/bots/recipes/swarm_compile.expected/recipe_with_gerrit_patch.json |
diff --git a/infra/bots/recipes/swarm_compile.expected/recipe_with_gerrit_patch.json b/infra/bots/recipes/swarm_compile.expected/recipe_with_gerrit_patch.json |
index a6f01e6e527a1d1a652f696affca45c1d338855e..0b7c2218243d6035c50ca1fa1c770d2b0e303ddd 100644 |
--- a/infra/bots/recipes/swarm_compile.expected/recipe_with_gerrit_patch.json |
+++ b/infra/bots/recipes/swarm_compile.expected/recipe_with_gerrit_patch.json |
@@ -28,7 +28,7 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
"config", |
"--spec", |
- "cache_dir = '[CUSTOM_C:\\\\_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" |
+ "cache_dir = '[CUSTOM_C:\\\\_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" |
], |
"cwd": "[CUSTOM_C:\\_B_WORK]", |
"env": { |
@@ -45,9 +45,14 @@ |
"-u", |
"RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
"sync", |
+ "--verbose", |
+ "--with_branch_heads", |
"--nohooks", |
+ "-j2", |
+ "--reset", |
"--force", |
- "--verbose", |
+ "--upstream", |
+ "--no-nag-max", |
"--delete_unversioned_trees", |
"--revision", |
"skia@abc123", |
@@ -66,26 +71,65 @@ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
"@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
"@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b694580e5d17ad10748\"@@@", |
"@@@STEP_LOG_LINE@json.output@ }@@@", |
"@@@STEP_LOG_LINE@json.output@ }@@@", |
"@@@STEP_LOG_LINE@json.output@}@@@", |
"@@@STEP_LOG_END@json.output@@@", |
- "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
+ "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad10748\"@@@" |
] |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
+ "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
+ "recurse", |
+ "git", |
+ "config", |
+ "user.name", |
+ "local_bot" |
+ ], |
+ "cwd": "[CUSTOM_C:\\_B_WORK]", |
+ "env": { |
+ "BUILDTYPE": "Debug", |
+ "CHROME_HEADLESS": "1", |
+ "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]", |
+ "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug-Trybot" |
+ }, |
+ "name": "gclient recurse (git config user.name)" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
+ "recurse", |
+ "git", |
+ "config", |
+ "user.email", |
+ "local_bot@example.com" |
+ ], |
+ "cwd": "[CUSTOM_C:\\_B_WORK]", |
+ "env": { |
+ "BUILDTYPE": "Debug", |
+ "CHROME_HEADLESS": "1", |
+ "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]", |
+ "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug-Trybot" |
+ }, |
+ "name": "gclient recurse (git config user.email)" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
"RECIPE_MODULE[depot_tools::bot_update]\\resources\\apply_gerrit.py", |
"--gerrit_repo", |
"skia", |
"--gerrit_ref", |
"refs/changes/00/2100/2", |
"--root", |
- "[CUSTOM_C:\\_B_WORK]\\skia", |
- "--gerrit_rebase_patch_ref" |
+ "[CUSTOM_C:\\_B_WORK]\\skia" |
], |
"env": { |
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
@@ -138,7 +182,7 @@ |
"CHROME_HEADLESS": "1", |
"CHROME_PATH": "[SLAVE_BUILD]\\src", |
"GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_errors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0", |
- "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]", |
+ "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]", |
"SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Debug-Trybot" |
}, |
"name": "build most" |