| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 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 "git", | 4 "name": "gclient setup", |
| 5 "--work-tree", | 5 "seed_steps": ["gclient setup", "gclient clean", "gclient sync"] |
| 6 "[BUILD_ROOT]/slave/fake_slave/build/build", | 6 }, |
| 7 "--git-dir", | |
| 8 "[BUILD_ROOT]/slave/fake_slave/build/build/.git", | |
| 9 "config", | |
| 10 "user.email", | |
| 11 "commit-bot@chromium.org" | |
| 12 ], | |
| 13 "name": "git config user.email" | |
| 14 }, | |
| 15 { | 7 { |
| 16 "cmd": [ | 8 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "revert", "--nohooks"], |
| 17 "git", | 9 "name": "gclient clean" |
| 18 "--work-tree", | 10 }, |
| 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 { | 11 { |
| 29 "cmd": [ | 12 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks"], |
| 30 "git", | 13 "name": "gclient sync" |
| 31 "--work-tree", | 14 }, |
| 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 { | 15 { |
| 41 "cmd": [ | 16 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAV
E_BUILD_ROOT]/build/.git", "config", "user.email", "commit-bot@chromium.org"], |
| 42 "[DEPOT_TOOLS_ROOT]/apply_issue", | 17 "name": "git config user.email", |
| 43 "-r", | 18 "seed_steps": ["git config user.email", "git config user.name", "git clean"] |
| 44 "[BUILD_ROOT]/slave/fake_slave/build/build/", | 19 }, |
| 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 { | 20 { |
| 57 "cmd": [ | 21 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAV
E_BUILD_ROOT]/build/.git", "config", "user.name", "The Commit Bot"], |
| 58 "[DEPOT_TOOLS_ROOT]/presubmit_support.py", | 22 "name": "git config user.name" |
| 59 "--root", | 23 }, |
| 60 "[BUILD_ROOT]/slave/fake_slave/build/build/", | 24 { |
| 61 "--commit", | 25 "cmd": ["git", "--work-tree", "[SLAVE_BUILD_ROOT]/build", "--git-dir", "[SLAV
E_BUILD_ROOT]/build/.git", "clean", "-xfq"], |
| 62 "--verbose", | 26 "name": "git clean" |
| 63 "--verbose", | 27 }, |
| 64 "--issue", | 28 { |
| 65 12853011, | 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"], |
| 66 "--patchset", | 30 "name": "apply_issue" |
| 67 1, | 31 }, |
| 68 "--skip_canned", | 32 { |
| 69 "CheckRietveldTryJobExecution", | 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"], |
| 70 "--skip_canned", | 34 "name": "presubmit" |
| 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 } | 35 } |
| 82 ] | 36 ] |
| OLD | NEW |