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

Side by Side Diff: scripts/slave/recipes/run_presubmit.expected/blink_bare.json

Issue 24650004: Fix hack for test presentation in path api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 2 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": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS_ROOT]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'blink', 'url': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'blink', 'url': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}]"
10 ], 10 ],
11 "name": "gclient setup", 11 "name": "gclient setup",
12 "seed_steps": [ 12 "seed_steps": [
13 "gclient setup", 13 "gclient setup",
14 "gclient revert", 14 "gclient revert",
15 "gclient sync" 15 "gclient sync"
16 ] 16 ]
17 }, 17 },
18 { 18 {
19 "cmd": [ 19 "cmd": [
20 "python", 20 "python",
21 "-u", 21 "-u",
22 "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", 22 "[BUILD]/scripts/slave/gclient_safe_revert.py",
23 ".", 23 ".",
24 "[DEPOT_TOOLS_ROOT]/gclient" 24 "[DEPOT_TOOLS]/gclient"
25 ], 25 ],
26 "name": "gclient revert" 26 "name": "gclient revert"
27 }, 27 },
28 { 28 {
29 "cmd": [ 29 "cmd": [
30 "python", 30 "python",
31 "-u", 31 "-u",
32 "[DEPOT_TOOLS_ROOT]/gclient.py", 32 "[DEPOT_TOOLS]/gclient.py",
33 "sync", 33 "sync",
34 "--nohooks", 34 "--nohooks",
35 "--output-json", 35 "--output-json",
36 "/path/to/tmp/json" 36 "/path/to/tmp/json"
37 ], 37 ],
38 "name": "gclient sync", 38 "name": "gclient sync",
39 "~followup_annotations": [ 39 "~followup_annotations": [
40 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {}@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {}@@@",
42 "@@@STEP_LOG_LINE@json.output@}@@@", 42 "@@@STEP_LOG_LINE@json.output@}@@@",
43 "@@@STEP_LOG_END@json.output@@@" 43 "@@@STEP_LOG_END@json.output@@@"
44 ] 44 ]
45 }, 45 },
46 { 46 {
47 "cmd": [ 47 "cmd": [
48 "python", 48 "python",
49 "-u", 49 "-u",
50 "[DEPOT_TOOLS_ROOT]/apply_issue.py", 50 "[DEPOT_TOOLS]/apply_issue.py",
51 "-r", 51 "-r",
52 "[SLAVE_BUILD_ROOT]/blink", 52 "[SLAVE_BUILD]/blink",
53 "-i", 53 "-i",
54 "12853011", 54 "12853011",
55 "-p", 55 "-p",
56 "1", 56 "1",
57 "-s", 57 "-s",
58 "https://codereview.chromium.org", 58 "https://codereview.chromium.org",
59 "--no-auth" 59 "--no-auth"
60 ], 60 ],
61 "name": "apply_issue" 61 "name": "apply_issue"
62 }, 62 },
63 { 63 {
64 "cmd": [ 64 "cmd": [
65 "[DEPOT_TOOLS_ROOT]/presubmit_support.py", 65 "[DEPOT_TOOLS]/presubmit_support.py",
66 "--root", 66 "--root",
67 "[SLAVE_BUILD_ROOT]/blink", 67 "[SLAVE_BUILD]/blink",
68 "--commit", 68 "--commit",
69 "--verbose", 69 "--verbose",
70 "--verbose", 70 "--verbose",
71 "--issue", 71 "--issue",
72 "12853011", 72 "12853011",
73 "--patchset", 73 "--patchset",
74 "1", 74 "1",
75 "--skip_canned", 75 "--skip_canned",
76 "CheckRietveldTryJobExecution", 76 "CheckRietveldTryJobExecution",
77 "--skip_canned", 77 "--skip_canned",
78 "CheckTreeIsOpen", 78 "CheckTreeIsOpen",
79 "--skip_canned", 79 "--skip_canned",
80 "CheckBuildbotPendingBuilds", 80 "CheckBuildbotPendingBuilds",
81 "--rietveld_url", 81 "--rietveld_url",
82 "https://codereview.chromium.org", 82 "https://codereview.chromium.org",
83 "--rietveld_email", 83 "--rietveld_email",
84 "", 84 "",
85 "--rietveld_fetch" 85 "--rietveld_fetch"
86 ], 86 ],
87 "name": "presubmit" 87 "name": "presubmit"
88 } 88 }
89 ] 89 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/run_presubmit.expected/blink.json ('k') | scripts/slave/recipes/run_presubmit.expected/chromium.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698