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

Unified Diff: scripts/slave/recipes/run_presubmit.expected/blink_bare.json

Issue 17635005: Make blink_trybot recipe work on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix presubmit + move polyfill (retry) Created 7 years, 6 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/run_presubmit.expected/blink_bare.json
diff --git a/scripts/slave/recipes/run_presubmit.expected/blink_bare.json b/scripts/slave/recipes/run_presubmit.expected/blink_bare.json
index 2ad8a3a9f055319bc8c315e7c923df23260c14ca..d4a0a0fdcfca03714170246b2a7818723aa0f94a 100644
--- a/scripts/slave/recipes/run_presubmit.expected/blink_bare.json
+++ b/scripts/slave/recipes/run_presubmit.expected/blink_bare.json
@@ -1,19 +1,19 @@
[
{
- "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "config", "--spec", "deps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': 'DEPS', 'managed': True, 'name': 'blink', 'safesync_url': None, 'url': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}]\ntarget_os = []\ntarget_os_only = False"],
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "config", "--spec", "deps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': 'DEPS', 'managed': True, 'name': 'blink', 'safesync_url': None, 'url': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}]\ntarget_os = []\ntarget_os_only = False"],
"name": "gclient setup",
"seed_steps": ["gclient setup", "gclient revert", "gclient sync"]
},
{
- "cmd": ["python", "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", ".", "[DEPOT_TOOLS_ROOT]/gclient"],
+ "cmd": ["python", "-u", "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", ".", "[DEPOT_TOOLS_ROOT]/gclient"],
"name": "gclient revert"
},
{
- "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks"],
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "sync", "--nohooks"],
"name": "gclient sync"
},
{
- "cmd": ["[DEPOT_TOOLS_ROOT]/apply_issue", "-r", "[SLAVE_BUILD_ROOT]/blink/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", "commit-bot@chromium.org"],
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/apply_issue.py", "-r", "[SLAVE_BUILD_ROOT]/blink/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", "commit-bot@chromium.org", "--no-commit"],
"name": "apply_issue"
},
{

Powered by Google App Engine
This is Rietveld 408576698