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

Side by Side 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, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "config", "--spec", "deps_os = {}\nhook s = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': 'DEPS', 'managed': True, 'name': 'blink', 'safesync_url': None, 'url': 'svn://svn-mirro r.golo.chromium.org/blink/trunk'}]\ntarget_os = []\ntarget_os_only = False"], 3 "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"],
4 "name": "gclient setup", 4 "name": "gclient setup",
5 "seed_steps": ["gclient setup", "gclient revert", "gclient sync"] 5 "seed_steps": ["gclient setup", "gclient revert", "gclient sync"]
6 }, 6 },
7 { 7 {
8 "cmd": ["python", "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", ".", " [DEPOT_TOOLS_ROOT]/gclient"], 8 "cmd": ["python", "-u", "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", ".", "[DEPOT_TOOLS_ROOT]/gclient"],
9 "name": "gclient revert" 9 "name": "gclient revert"
10 }, 10 },
11 { 11 {
12 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks"], 12 "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "sync", "--nohooks"] ,
13 "name": "gclient sync" 13 "name": "gclient sync"
14 }, 14 },
15 { 15 {
16 "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"], 16 "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/apply_issue.py", "-r", "[SLAVE_BU ILD_ROOT]/blink/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.ap pspot.com", "-e", "commit-bot@chromium.org", "--no-commit"],
17 "name": "apply_issue" 17 "name": "apply_issue"
18 }, 18 },
19 { 19 {
20 "cmd": ["[DEPOT_TOOLS_ROOT]/presubmit_support.py", "--root", "[SLAVE_BUILD_RO OT]/blink/", "--commit", "--verbose", "--verbose", "--issue", 12853011, "--patch set", 1, "--skip_canned", "CheckRietveldTryJobExecution", "--skip_canned", "Chec kTreeIsOpen", "--skip_canned", "CheckBuildbotPendingBuilds", "--rietveld_url", " https://chromiumcodereview.appspot.com", "--rietveld_email", "", "--rietveld_fet ch"], 20 "cmd": ["[DEPOT_TOOLS_ROOT]/presubmit_support.py", "--root", "[SLAVE_BUILD_RO OT]/blink/", "--commit", "--verbose", "--verbose", "--issue", 12853011, "--patch set", 1, "--skip_canned", "CheckRietveldTryJobExecution", "--skip_canned", "Chec kTreeIsOpen", "--skip_canned", "CheckBuildbotPendingBuilds", "--rietveld_url", " https://chromiumcodereview.appspot.com", "--rietveld_email", "", "--rietveld_fet ch"],
21 "name": "presubmit" 21 "name": "presubmit"
22 } 22 }
23 ] 23 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698