| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 {"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"], "name": "gclient setup", "see
d_steps": ["gclient setup", "gclient clean", "gclient sync"]}, |
| 3 "cmd": [ | 3 {"cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "revert", "--nohooks"], "name": "gclien
t clean"}, |
| 4 "git", | 4 {"cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks"], "name": "gclient
sync"}, |
| 5 "--work-tree", | 5 {"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAV
E_BUILD_ROOT]/build/.git", "config", "user.email", "commit-bot@chromium.org"], "
name": "git config user.email", "seed_steps": ["git config user.email", "git con
fig user.name", "git clean"]}, |
| 6 "[BUILD_ROOT]/slave/fake_slave/build/build", | 6 {"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAV
E_BUILD_ROOT]/build/.git", "config", "user.name", "The Commit Bot"], "name": "gi
t config user.name"}, |
| 7 "--git-dir", | 7 {"cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAV
E_BUILD_ROOT]/build/.git", "clean", "-xfq"], "name": "git clean"}, |
| 8 "[BUILD_ROOT]/slave/fake_slave/build/build/.git", | 8 {"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"], "name": "apply_issue"}, |
| 9 "config", | 9 {"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"], "name": "presubmit"} |
| 10 "user.email", | |
| 11 "commit-bot@chromium.org" | |
| 12 ], | |
| 13 "name": "git config user.email" | |
| 14 }, | |
| 15 { | |
| 16 "cmd": [ | |
| 17 "git", | |
| 18 "--work-tree", | |
| 19 "[BUILD_ROOT]/slave/fake_slave/build/build", | |
| 20 "--git-dir", | |
| 21 "[BUILD_ROOT]/slave/fake_slave/build/build/.git", | |
| 22 "config", | |
| 23 "user.name", | |
| 24 "The Commit Bot" | |
| 25 ], | |
| 26 "name": "git config user.name" | |
| 27 }, | |
| 28 { | |
| 29 "cmd": [ | |
| 30 "git", | |
| 31 "--work-tree", | |
| 32 "[BUILD_ROOT]/slave/fake_slave/build/build", | |
| 33 "--git-dir", | |
| 34 "[BUILD_ROOT]/slave/fake_slave/build/build/.git", | |
| 35 "clean", | |
| 36 "-xfq" | |
| 37 ], | |
| 38 "name": "git clean" | |
| 39 }, | |
| 40 { | |
| 41 "cmd": [ | |
| 42 "[DEPOT_TOOLS_ROOT]/apply_issue", | |
| 43 "-r", | |
| 44 "[BUILD_ROOT]/slave/fake_slave/build/build/", | |
| 45 "-i", | |
| 46 12853011, | |
| 47 "-p", | |
| 48 1, | |
| 49 "-s", | |
| 50 "https://chromiumcodereview.appspot.com", | |
| 51 "-e", | |
| 52 "commit-bot@chromium.org" | |
| 53 ], | |
| 54 "name": "apply_issue" | |
| 55 }, | |
| 56 { | |
| 57 "cmd": [ | |
| 58 "[DEPOT_TOOLS_ROOT]/presubmit_support.py", | |
| 59 "--root", | |
| 60 "[BUILD_ROOT]/slave/fake_slave/build/build/", | |
| 61 "--commit", | |
| 62 "--verbose", | |
| 63 "--verbose", | |
| 64 "--issue", | |
| 65 12853011, | |
| 66 "--patchset", | |
| 67 1, | |
| 68 "--skip_canned", | |
| 69 "CheckRietveldTryJobExecution", | |
| 70 "--skip_canned", | |
| 71 "CheckTreeIsOpen", | |
| 72 "--skip_canned", | |
| 73 "CheckBuildbotPendingBuilds", | |
| 74 "--rietveld_url", | |
| 75 "https://chromiumcodereview.appspot.com", | |
| 76 "--rietveld_email", | |
| 77 "", | |
| 78 "--rietveld_fetch" | |
| 79 ], | |
| 80 "name": "presubmit" | |
| 81 } | |
| 82 ] | 10 ] |
| OLD | NEW |