OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "WebKit Linux", | 10 "WebKit Linux", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--output_json", | 19 "--output_json", |
20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
21 "--revision", | 21 "--revision", |
22 "src@HEAD", | 22 "src@HEAD", |
23 "--revision", | 23 "--revision", |
24 "src/third_party/WebKit@191187" | 24 "src/third_party/WebKit@191187" |
25 ], | 25 ], |
| 26 "cwd": "[SLAVE_BUILD]", |
26 "name": "bot_update", | 27 "name": "bot_update", |
27 "~followup_annotations": [ | 28 "~followup_annotations": [ |
28 "@@@STEP_TEXT@Some step text@@@", | 29 "@@@STEP_TEXT@Some step text@@@", |
29 "@@@STEP_LOG_LINE@json.output@{@@@", | 30 "@@@STEP_LOG_LINE@json.output@{@@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
63 ] | 64 ] |
64 }, | 65 }, |
65 { | 66 { |
66 "cmd": [ | 67 "cmd": [ |
67 "python", | 68 "python", |
68 "-u", | 69 "-u", |
69 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 70 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
70 "--version" | 71 "--version" |
71 ], | 72 ], |
| 73 "cwd": "[SLAVE_BUILD]", |
72 "name": "swarming.py --version", | 74 "name": "swarming.py --version", |
73 "stdout": "/path/to/tmp/", | 75 "stdout": "/path/to/tmp/", |
74 "~followup_annotations": [ | 76 "~followup_annotations": [ |
75 "@@@STEP_TEXT@0.4.10@@@" | 77 "@@@STEP_TEXT@0.4.10@@@" |
76 ] | 78 ] |
77 }, | 79 }, |
78 { | 80 { |
79 "cmd": [ | 81 "cmd": [ |
80 "python", | 82 "python", |
81 "-u", | 83 "-u", |
82 "[DEPOT_TOOLS]/gclient.py", | 84 "[DEPOT_TOOLS]/gclient.py", |
83 "runhooks" | 85 "runhooks" |
84 ], | 86 ], |
| 87 "cwd": "[SLAVE_BUILD]", |
85 "env": { | 88 "env": { |
86 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" | 89 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" |
87 }, | 90 }, |
88 "name": "gclient runhooks" | 91 "name": "gclient runhooks" |
89 }, | 92 }, |
90 { | 93 { |
91 "cmd": [ | 94 "cmd": [ |
92 "python", | 95 "python", |
93 "-u", | 96 "-u", |
94 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 97 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
95 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", | 98 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", |
96 "/path/to/tmp/json" | 99 "/path/to/tmp/json" |
97 ], | 100 ], |
| 101 "cwd": "[SLAVE_BUILD]", |
98 "name": "read test spec", | 102 "name": "read test spec", |
99 "~followup_annotations": [ | 103 "~followup_annotations": [ |
100 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso
n@@@", | 104 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso
n@@@", |
101 "@@@STEP_LOG_LINE@json.output@{}@@@", | 105 "@@@STEP_LOG_LINE@json.output@{}@@@", |
102 "@@@STEP_LOG_END@json.output@@@" | 106 "@@@STEP_LOG_END@json.output@@@" |
103 ] | 107 ] |
104 }, | 108 }, |
105 { | 109 { |
106 "cmd": [ | 110 "cmd": [ |
107 "python", | 111 "python", |
108 "-u", | 112 "-u", |
109 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
110 "--output", | 114 "--output", |
111 "/path/to/tmp/json", | 115 "/path/to/tmp/json", |
112 "--", | 116 "--", |
113 "--build-config-fs", | 117 "--build-config-fs", |
114 "Release", | 118 "Release", |
115 "--paths", | 119 "--paths", |
116 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
117 "--properties", | 121 "--properties", |
118 "{\"buildername\": \"WebKit Linux\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"l
inux\"}" | 122 "{\"buildername\": \"WebKit Linux\", \"buildnumber\": 571, \"mastername\":
\"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"l
inux\"}" |
119 ], | 123 ], |
| 124 "cwd": "[SLAVE_BUILD]", |
120 "name": "get compile targets for scripts", | 125 "name": "get compile targets for scripts", |
121 "~followup_annotations": [ | 126 "~followup_annotations": [ |
122 "@@@STEP_LOG_LINE@json.output@{}@@@", | 127 "@@@STEP_LOG_LINE@json.output@{}@@@", |
123 "@@@STEP_LOG_END@json.output@@@" | 128 "@@@STEP_LOG_END@json.output@@@" |
124 ] | 129 ] |
125 }, | 130 }, |
126 { | 131 { |
127 "cmd": [ | 132 "cmd": [ |
128 "python", | 133 "python", |
129 "-u", | 134 "-u", |
130 "[BUILD]/scripts/slave/cleanup_temp.py" | 135 "[BUILD]/scripts/slave/cleanup_temp.py" |
131 ], | 136 ], |
| 137 "cwd": "[SLAVE_BUILD]", |
132 "name": "cleanup_temp" | 138 "name": "cleanup_temp" |
133 }, | 139 }, |
134 { | 140 { |
135 "cmd": [ | 141 "cmd": [ |
136 "python", | 142 "python", |
137 "-u", | 143 "-u", |
138 "[BUILD]/scripts/slave/compile.py", | 144 "[BUILD]/scripts/slave/compile.py", |
139 "--target", | 145 "--target", |
140 "Release", | 146 "Release", |
141 "--src-dir", | 147 "--src-dir", |
142 "[SLAVE_BUILD]/src", | 148 "[SLAVE_BUILD]/src", |
143 "--build-tool", | 149 "--build-tool", |
144 "ninja", | 150 "ninja", |
145 "--compiler", | 151 "--compiler", |
146 "goma", | 152 "goma", |
147 "--goma-dir", | 153 "--goma-dir", |
148 "[BUILD]/goma", | 154 "[BUILD]/goma", |
149 "--", | 155 "--", |
150 "blink_tests" | 156 "blink_tests" |
151 ], | 157 ], |
| 158 "cwd": "[SLAVE_BUILD]", |
152 "name": "compile" | 159 "name": "compile" |
153 }, | 160 }, |
154 { | 161 { |
155 "cmd": [ | 162 "cmd": [ |
156 "python", | 163 "python", |
157 "-u", | 164 "-u", |
158 "[BUILD]/scripts/slave/runtest.py", | 165 "[BUILD]/scripts/slave/runtest.py", |
159 "--target", | 166 "--target", |
160 "Release", | 167 "Release", |
161 "--no-xvfb", | 168 "--no-xvfb", |
(...skipping 14 matching lines...) Expand all Loading... |
176 "[SLAVE_BUILD]/src/out", | 183 "[SLAVE_BUILD]/src/out", |
177 "--json-test-results", | 184 "--json-test-results", |
178 "/path/to/tmp/json", | 185 "/path/to/tmp/json", |
179 "--test-results-server", | 186 "--test-results-server", |
180 "test-results.appspot.com", | 187 "test-results.appspot.com", |
181 "--build-number", | 188 "--build-number", |
182 "571", | 189 "571", |
183 "--builder-name", | 190 "--builder-name", |
184 "WebKit Linux" | 191 "WebKit Linux" |
185 ], | 192 ], |
| 193 "cwd": "[SLAVE_BUILD]", |
186 "name": "webkit_tests", | 194 "name": "webkit_tests", |
187 "~followup_annotations": [ | 195 "~followup_annotations": [ |
188 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 196 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
189 ] | 197 ] |
190 }, | 198 }, |
191 { | 199 { |
192 "cmd": [ | 200 "cmd": [ |
193 "python", | 201 "python", |
194 "-u", | 202 "-u", |
195 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", | 203 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", |
196 "--results-dir", | 204 "--results-dir", |
197 "[SLAVE_BUILD]/layout-test-results", | 205 "[SLAVE_BUILD]/layout-test-results", |
198 "--build-dir", | 206 "--build-dir", |
199 "[SLAVE_BUILD]/src/out", | 207 "[SLAVE_BUILD]/src/out", |
200 "--build-number", | 208 "--build-number", |
201 "571", | 209 "571", |
202 "--builder-name", | 210 "--builder-name", |
203 "WebKit Linux", | 211 "WebKit Linux", |
204 "--gs-bucket", | 212 "--gs-bucket", |
205 "gs://chromium-layout-test-archives", | 213 "gs://chromium-layout-test-archives", |
206 "--factory-properties", | 214 "--factory-properties", |
207 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Linux\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.webkit\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91187\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}", | 215 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Linux\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.webkit\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91187\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}", |
208 "--build-properties", | 216 "--build-properties", |
209 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Linux\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.webkit\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91187\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}" | 217 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Linux\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.webkit\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91187\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}" |
210 ], | 218 ], |
| 219 "cwd": "[SLAVE_BUILD]", |
211 "name": "archive_webkit_tests_results", | 220 "name": "archive_webkit_tests_results", |
212 "~followup_annotations": [ | 221 "~followup_annotations": [ |
213 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", | 222 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", |
214 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" | 223 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" |
215 ] | 224 ] |
216 } | 225 } |
217 ] | 226 ] |
OLD | NEW |