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

Side by Side Diff: scripts/slave/recipes_test/run_presubmit.tools_build.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 ': 'https://chromium.googlesource.com/chromium/tools/build.git', 'managed': True , 'name': 'build', 'deps_file': '.DEPS.git'}]\n"], 3 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "config", "--spec", "solutions = [{'url ': 'https://chromium.googlesource.com/chromium/tools/build.git', 'managed': True , 'name': 'build', 'deps_file': '.DEPS.git'}]\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": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAV E_BUILD_ROOT]/build/.git", "config", "user.email", "commit-bot@chromium.org"], 18 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAV E_BUILD_ROOT]/build/.git", "config", "user.email", "commit-bot@chromium.org"],
17 "name": "git config user.email", 19 "name": "git config user.email",
18 "seed_steps": ["git config user.email", "git config user.name", "git clean"] 20 "seed_steps": ["git config user.email", "git config user.name", "git clean"]
19 }, 21 },
20 { 22 {
21 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAV E_BUILD_ROOT]/build/.git", "config", "user.name", "The Commit Bot"], 23 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAV E_BUILD_ROOT]/build/.git", "config", "user.name", "The Commit Bot"],
22 "name": "git config user.name" 24 "name": "git config user.name"
23 }, 25 },
24 { 26 {
25 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAV E_BUILD_ROOT]/build/.git", "clean", "-xfq"], 27 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAV E_BUILD_ROOT]/build/.git", "clean", "-xfq"],
26 "name": "git clean" 28 "name": "git clean"
27 }, 29 },
28 { 30 {
29 "cmd": ["[DEPOT_TOOLS_ROOT]/apply_issue", "-r", "[SLAVE_BUILD_ROOT]/build/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", " commit-bot@chromium.org"], 31 "cmd": ["[DEPOT_TOOLS_ROOT]/apply_issue", "-r", "[SLAVE_BUILD_ROOT]/build/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", " commit-bot@chromium.org"],
30 "name": "apply_issue" 32 "name": "apply_issue"
31 }, 33 },
32 { 34 {
33 "cmd": ["[DEPOT_TOOLS_ROOT]/presubmit_support.py", "--root", "[SLAVE_BUILD_RO OT]/build/", "--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"], 35 "cmd": ["[DEPOT_TOOLS_ROOT]/presubmit_support.py", "--root", "[SLAVE_BUILD_RO OT]/build/", "--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"],
34 "name": "presubmit" 36 "name": "presubmit"
35 } 37 }
36 ] 38 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes_test/run_presubmit.chromium.expected ('k') | scripts/slave/recipes_test/toolkit.basic.expected » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698