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

Side by Side Diff: scripts/slave/recipes_test/run_presubmit.blink_bare.expected

Issue 15329006: Fix seed_steps for generator annotation recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 7 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", "solutions = [{'url ': 'svn://svn-mirror.golo.chromium.org/blink/trunk', 'safesync_url': '', 'manage d': True, 'name': 'blink', 'deps_file': ''}]\n"], 3 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "config", "--spec", "solutions = [{'url ': 'svn://svn-mirror.golo.chromium.org/blink/trunk', 'safesync_url': '', 'manage d': True, 'name': 'blink', 'deps_file': ''}]\n"],
4 "name": "gclient setup", 4 "name": "gclient setup",
5 "seed_steps": ["gclient setup", "gclient clean", "gclient sync"] 5 "seed_steps": ["gclient setup", "gclient clean", "gclient sync"]
6 }, 6 },
7 { 7 {
8 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "revert", "--nohooks"], 8 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "revert", "--nohooks"],
9 "name": "gclient clean" 9 "name": "gclient clean",
10 "seed_steps": []
10 }, 11 },
11 { 12 {
12 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks"], 13 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks"],
13 "name": "gclient sync" 14 "name": "gclient sync",
15 "seed_steps": []
14 }, 16 },
15 { 17 {
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"], 18 "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"],
17 "name": "apply_issue" 19 "name": "apply_issue"
18 }, 20 },
19 { 21 {
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"], 22 "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" 23 "name": "presubmit"
22 } 24 }
23 ] 25 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes_test/run_presubmit.blink.expected ('k') | scripts/slave/recipes_test/run_presubmit.chromium.expected » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698