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

Side by Side Diff: scripts/slave/recipes/run_presubmit.expected/blink.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 = [{'custom_deps': {'src/third_party/WebKit': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'custom_vars': {'googlecode_ url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.g olo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo .chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webkit_trunk': 'svn://svn-m irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]" 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'custom_vars': {'googlecode_ url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.g olo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo .chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webkit_trunk': 'svn://svn-m irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]"
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@ \"src/\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
(...skipping 22 matching lines...) Expand all
65 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", 65 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@",
66 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@", 66 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@",
67 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@", 67 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@",
68 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@200767@@@" 68 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@200767@@@"
69 ] 69 ]
70 }, 70 },
71 { 71 {
72 "cmd": [ 72 "cmd": [
73 "python", 73 "python",
74 "-u", 74 "-u",
75 "[DEPOT_TOOLS_ROOT]/apply_issue.py", 75 "[DEPOT_TOOLS]/apply_issue.py",
76 "-r", 76 "-r",
77 "[SLAVE_BUILD_ROOT]/src/third_party/WebKit", 77 "[SLAVE_BUILD]/src/third_party/WebKit",
78 "-i", 78 "-i",
79 "12853011", 79 "12853011",
80 "-p", 80 "-p",
81 "1", 81 "1",
82 "-s", 82 "-s",
83 "https://codereview.chromium.org", 83 "https://codereview.chromium.org",
84 "--no-auth" 84 "--no-auth"
85 ], 85 ],
86 "name": "apply_issue" 86 "name": "apply_issue"
87 }, 87 },
88 { 88 {
89 "cmd": [ 89 "cmd": [
90 "[DEPOT_TOOLS_ROOT]/presubmit_support.py", 90 "[DEPOT_TOOLS]/presubmit_support.py",
91 "--root", 91 "--root",
92 "[SLAVE_BUILD_ROOT]/src/third_party/WebKit", 92 "[SLAVE_BUILD]/src/third_party/WebKit",
93 "--commit", 93 "--commit",
94 "--verbose", 94 "--verbose",
95 "--verbose", 95 "--verbose",
96 "--issue", 96 "--issue",
97 "12853011", 97 "12853011",
98 "--patchset", 98 "--patchset",
99 "1", 99 "1",
100 "--skip_canned", 100 "--skip_canned",
101 "CheckRietveldTryJobExecution", 101 "CheckRietveldTryJobExecution",
102 "--skip_canned", 102 "--skip_canned",
103 "CheckTreeIsOpen", 103 "CheckTreeIsOpen",
104 "--skip_canned", 104 "--skip_canned",
105 "CheckBuildbotPendingBuilds", 105 "CheckBuildbotPendingBuilds",
106 "--rietveld_url", 106 "--rietveld_url",
107 "https://codereview.chromium.org", 107 "https://codereview.chromium.org",
108 "--rietveld_email", 108 "--rietveld_email",
109 "", 109 "",
110 "--rietveld_fetch" 110 "--rietveld_fetch"
111 ], 111 ],
112 "name": "presubmit" 112 "name": "presubmit"
113 } 113 }
114 ] 114 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/polymer.expected/polymer-win.json ('k') | scripts/slave/recipes/run_presubmit.expected/blink_bare.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698