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

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

Issue 15270004: Add step generator protocol, remove annotated_checkout, remove script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Address comments and change expected json output format 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": [ 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 "[DEPOT_TOOLS_ROOT]/apply_issue", 4 "name": "gclient setup",
5 "-r", 5 "seed_steps": ["gclient setup", "gclient clean", "gclient sync"]
6 "[BUILD_ROOT]/slave/fake_slave/build/blink/", 6 },
7 "-i",
8 12853011,
9 "-p",
10 1,
11 "-s",
12 "https://chromiumcodereview.appspot.com",
13 "-e",
14 "commit-bot@chromium.org"
15 ],
16 "name": "apply_issue"
17 },
18 { 7 {
19 "cmd": [ 8 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "revert", "--nohooks"],
20 "[DEPOT_TOOLS_ROOT]/presubmit_support.py", 9 "name": "gclient clean"
21 "--root", 10 },
22 "[BUILD_ROOT]/slave/fake_slave/build/blink/", 11 {
23 "--commit", 12 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--nohooks"],
24 "--verbose", 13 "name": "gclient sync"
25 "--verbose", 14 },
26 "--issue", 15 {
27 12853011, 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"],
28 "--patchset", 17 "name": "apply_issue"
29 1, 18 },
30 "--skip_canned", 19 {
31 "CheckRietveldTryJobExecution", 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"],
32 "--skip_canned", 21 "name": "presubmit"
33 "CheckTreeIsOpen",
34 "--skip_canned",
35 "CheckBuildbotPendingBuilds",
36 "--rietveld_url",
37 "https://chromiumcodereview.appspot.com",
38 "--rietveld_email",
39 "",
40 "--rietveld_fetch"
41 ],
42 "name": "presubmit"
43 } 22 }
44 ] 23 ]
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