OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | |
9 "name": "taskkill" | 8 "name": "taskkill" |
10 }, | 9 }, |
11 { | 10 { |
12 "cmd": [ | 11 "cmd": [ |
13 "python", | 12 "python", |
14 "-u", | 13 "-u", |
15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
16 "--master", | 15 "--master", |
17 "master.client.syzygy", | 16 "master.client.syzygy", |
18 "--builder", | 17 "--builder", |
19 "Syzygy Official", | 18 "Syzygy Official", |
20 "--slave", | 19 "--slave", |
21 "vm331-m3", | 20 "vm331-m3", |
22 "--spec", | 21 "--spec", |
23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/github.
com/google/syzygy.git/'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'src-i
nternal', 'url': 'https://chrome-internal.googlesource.com/chrome/syzygy/interna
l.DEPS.git'}]", | 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.go
oglesource.com/external/github.com/google/syzygy.git/'}, {'deps_file': 'DEPS', '
managed': False, 'name': 'src-internal', 'url': 'https://chrome-internal.googles
ource.com/chrome/syzygy/internal.DEPS.git'}]", |
24 "--root", | 23 "--root", |
25 "src", | 24 "src", |
26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
27 "{\"src\": \"got_revision\"}", | 26 "{\"src\": \"got_revision\"}", |
28 "--git-cache-dir", | 27 "--git-cache-dir", |
29 "[GIT_CACHE]", | 28 "[ROOT]\\b\\build\\slave\\cache_dir", |
30 "--output_json", | 29 "--output_json", |
31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
32 "--revision", | 31 "--revision", |
33 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", | 32 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", |
34 "--force", | 33 "--force", |
35 "--output_manifest" | 34 "--output_manifest" |
36 ], | 35 ], |
37 "cwd": "[SLAVE_BUILD]", | |
38 "env": { | 36 "env": { |
39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
40 }, | 38 }, |
41 "name": "bot_update", | 39 "name": "bot_update", |
42 "~followup_annotations": [ | 40 "~followup_annotations": [ |
43 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
44 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"0e9f25b1098271be2b096fd1c095d
6d907cf86f7\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"0e9f25b1098271be2b096fd1c095d
6d907cf86f7\"@@@", |
(...skipping 19 matching lines...) Expand all Loading... |
67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 65 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
68 ] | 66 ] |
69 }, | 67 }, |
70 { | 68 { |
71 "cmd": [ | 69 "cmd": [ |
72 "python", | 70 "python", |
73 "-u", | 71 "-u", |
74 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 72 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
75 "runhooks" | 73 "runhooks" |
76 ], | 74 ], |
77 "cwd": "[SLAVE_BUILD]", | |
78 "env": { | 75 "env": { |
79 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 76 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
80 "GYP_DEFINES": "official_build=1 target_arch=ia32", | 77 "GYP_DEFINES": "official_build=1 target_arch=ia32", |
81 "GYP_GENERATORS": "msvs-ninja,ninja", | 78 "GYP_GENERATORS": "msvs-ninja,ninja", |
82 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 79 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
83 }, | 80 }, |
84 "name": "gclient runhooks" | 81 "name": "gclient runhooks" |
85 }, | 82 }, |
86 { | 83 { |
87 "cmd": [ | 84 "cmd": [ |
88 "python", | 85 "python", |
89 "-u", | 86 "-u", |
90 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 87 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
91 "--show-path", | 88 "--show-path", |
92 "python", | 89 "python", |
93 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 90 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
94 "--gsutil-py-path", | 91 "--gsutil-py-path", |
95 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 92 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
96 "--ninja-path", | 93 "--ninja-path", |
97 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 94 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
98 "--target", | 95 "--target", |
99 "Release", | 96 "Release", |
100 "--src-dir", | 97 "--src-dir", |
101 "[SLAVE_BUILD]\\src", | 98 "[CWD]\\src", |
102 "--goma-cache-dir", | 99 "--goma-cache-dir", |
103 "[GOMA_CACHE]", | 100 "[ROOT]\\b\\build\\slave\\goma_cache", |
104 "--build-tool", | 101 "--build-tool", |
105 "ninja", | 102 "ninja", |
106 "--ninja-ensure-up-to-date", | 103 "--ninja-ensure-up-to-date", |
107 "--clobber", | 104 "--clobber", |
108 "--", | 105 "--", |
109 "official_build" | 106 "official_build" |
110 ], | 107 ], |
111 "cwd": "[SLAVE_BUILD]", | |
112 "env": { | 108 "env": { |
113 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
114 }, | 110 }, |
115 "name": "compile" | 111 "name": "compile" |
116 }, | 112 }, |
117 { | 113 { |
118 "cmd": [ | 114 "cmd": [ |
119 "python", | 115 "python", |
120 "-u", | 116 "-u", |
121 "\nimport sys\nfrom common import chromium_utils # Error? See https://crbu
g.com/584783.\n\nchromium_utils.RemoveFilesWildcards(sys.argv[1], root=sys.argv[
2])\n", | 117 "\nimport sys\nfrom common import chromium_utils # Error? See https://crbu
g.com/584783.\n\nchromium_utils.RemoveFilesWildcards(sys.argv[1], root=sys.argv[
2])\n", |
122 "metrics.csv", | 118 "metrics.csv", |
123 "[SLAVE_BUILD]\\src\\out\\Release" | 119 "[CWD]\\src\\out\\Release" |
124 ], | 120 ], |
125 "cwd": "[SLAVE_BUILD]", | 121 "name": "rmwildcard metrics.csv in [CWD]\\src\\out\\Release", |
126 "name": "rmwildcard metrics.csv in [SLAVE_BUILD]\\src\\out\\Release", | |
127 "~followup_annotations": [ | 122 "~followup_annotations": [ |
128 "@@@STEP_LOG_LINE@python.inline@@@@", | 123 "@@@STEP_LOG_LINE@python.inline@@@@", |
129 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 124 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
130 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 125 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
131 "@@@STEP_LOG_LINE@python.inline@@@@", | 126 "@@@STEP_LOG_LINE@python.inline@@@@", |
132 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar
gv[1], root=sys.argv[2])@@@", | 127 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar
gv[1], root=sys.argv[2])@@@", |
133 "@@@STEP_LOG_END@python.inline@@@" | 128 "@@@STEP_LOG_END@python.inline@@@" |
134 ] | 129 ] |
135 }, | 130 }, |
136 { | 131 { |
137 "cmd": [ | 132 "cmd": [ |
138 "python", | 133 "python", |
139 "-u", | 134 "-u", |
140 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 135 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
141 "[SLAVE_BUILD]\\src\\syzygy\\unittests.gypi", | 136 "[CWD]\\src\\syzygy\\unittests.gypi", |
142 "/path/to/tmp/" | 137 "/path/to/tmp/" |
143 ], | 138 ], |
144 "cwd": "[SLAVE_BUILD]", | |
145 "name": "read_unittests_gypi" | 139 "name": "read_unittests_gypi" |
146 }, | 140 }, |
147 { | 141 { |
148 "cmd": [ | 142 "cmd": [ |
149 "python", | 143 "python", |
150 "-u", | 144 "-u", |
151 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 145 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
152 "--target", | 146 "--target", |
153 "Release", | 147 "Release", |
154 "--factory-properties", | 148 "--factory-properties", |
155 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 149 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
156 "--build-properties", | 150 "--build-properties", |
157 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 151 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
158 "--test-type=bar_unittests", | 152 "--test-type=bar_unittests", |
159 "--step-name=bar_unittests", | 153 "--step-name=bar_unittests", |
160 "--builder-name=Syzygy Official", | 154 "--builder-name=Syzygy Official", |
161 "--slave-name=vm331-m3", | 155 "--slave-name=vm331-m3", |
162 "--build-number=571", | 156 "--build-number=571", |
163 "[SLAVE_BUILD]\\src\\out\\Release\\bar_unittests.exe", | 157 "[CWD]\\src\\out\\Release\\bar_unittests.exe", |
164 "--single-process-tests", | 158 "--single-process-tests", |
165 "--test-launcher-timeout=300000", | 159 "--test-launcher-timeout=300000", |
166 "--gtest_print_time" | 160 "--gtest_print_time" |
167 ], | 161 ], |
168 "cwd": "[SLAVE_BUILD]", | |
169 "name": "bar_unittests" | 162 "name": "bar_unittests" |
170 }, | 163 }, |
171 { | 164 { |
172 "cmd": [ | 165 "cmd": [ |
173 "python", | 166 "python", |
174 "-u", | 167 "-u", |
175 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 168 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
176 "--target", | 169 "--target", |
177 "Release", | 170 "Release", |
178 "--factory-properties", | 171 "--factory-properties", |
179 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 172 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
180 "--build-properties", | 173 "--build-properties", |
181 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 174 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
182 "--test-type=baz_unittests", | 175 "--test-type=baz_unittests", |
183 "--step-name=baz_unittests", | 176 "--step-name=baz_unittests", |
184 "--builder-name=Syzygy Official", | 177 "--builder-name=Syzygy Official", |
185 "--slave-name=vm331-m3", | 178 "--slave-name=vm331-m3", |
186 "--build-number=571", | 179 "--build-number=571", |
187 "[SLAVE_BUILD]\\src\\out\\Release\\baz_unittests.exe", | 180 "[CWD]\\src\\out\\Release\\baz_unittests.exe", |
188 "--single-process-tests", | 181 "--single-process-tests", |
189 "--test-launcher-timeout=300000", | 182 "--test-launcher-timeout=300000", |
190 "--gtest_print_time" | 183 "--gtest_print_time" |
191 ], | 184 ], |
192 "cwd": "[SLAVE_BUILD]", | |
193 "name": "baz_unittests" | 185 "name": "baz_unittests" |
194 }, | 186 }, |
195 { | 187 { |
196 "cmd": [ | 188 "cmd": [ |
197 "python", | 189 "python", |
198 "-u", | 190 "-u", |
199 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 191 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
200 "--target", | 192 "--target", |
201 "Release", | 193 "Release", |
202 "--factory-properties", | 194 "--factory-properties", |
203 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 195 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
204 "--build-properties", | 196 "--build-properties", |
205 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 197 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Syzygy Official\", \"buildnumber\": 571, \"mastername\": \"mast
er.client.syzygy\", \"recipe\": \"syzygy/continuous\", \"revision\": \"0e9f25b10
98271be2b096fd1c095d6d907cf86f7\", \"slavename\": \"vm331-m3\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
206 "--test-type=foo_unittests", | 198 "--test-type=foo_unittests", |
207 "--step-name=foo_unittests", | 199 "--step-name=foo_unittests", |
208 "--builder-name=Syzygy Official", | 200 "--builder-name=Syzygy Official", |
209 "--slave-name=vm331-m3", | 201 "--slave-name=vm331-m3", |
210 "--build-number=571", | 202 "--build-number=571", |
211 "[SLAVE_BUILD]\\src\\out\\Release\\foo_unittests.exe", | 203 "[CWD]\\src\\out\\Release\\foo_unittests.exe", |
212 "--single-process-tests", | 204 "--single-process-tests", |
213 "--test-launcher-timeout=300000", | 205 "--test-launcher-timeout=300000", |
214 "--gtest_print_time" | 206 "--gtest_print_time" |
215 ], | 207 ], |
216 "cwd": "[SLAVE_BUILD]", | |
217 "name": "foo_unittests" | 208 "name": "foo_unittests" |
218 }, | 209 }, |
219 { | 210 { |
220 "cmd": [ | 211 "cmd": [ |
221 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\gsutil.bat", | 212 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\gsutil.bat", |
222 "cp", | 213 "cp", |
223 "-t", | 214 "-t", |
224 "-a", | 215 "-a", |
225 "public-read", | 216 "public-read", |
226 "[SLAVE_BUILD]\\src\\out\\Release\\metrics.csv", | 217 "[CWD]\\src\\out\\Release\\metrics.csv", |
227 "gs://syzygy-archive/builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58c
b9/official.csv" | 218 "gs://syzygy-archive/builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58c
b9/official.csv" |
228 ], | 219 ], |
229 "cwd": "[SLAVE_BUILD]", | |
230 "name": "archive_metrics", | 220 "name": "archive_metrics", |
231 "~followup_annotations": [ | 221 "~followup_annotations": [ |
232 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.
com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/offi
cial.csv/@@@" | 222 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.
com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/offi
cial.csv/@@@" |
233 ] | 223 ] |
234 }, | 224 }, |
235 { | 225 { |
236 "cmd": [ | 226 "cmd": [ |
237 "python", | 227 "python", |
238 "-u", | 228 "-u", |
239 "[SLAVE_BUILD]\\src\\syzygy\\internal\\build\\randomize_chrome.py", | 229 "[CWD]\\src\\syzygy\\internal\\build\\randomize_chrome.py", |
240 "--build-dir", | 230 "--build-dir", |
241 "[SLAVE_BUILD]\\src\\out", | 231 "[CWD]\\src\\out", |
242 "--target", | 232 "--target", |
243 "Release", | 233 "Release", |
244 "--verbose" | 234 "--verbose" |
245 ], | 235 ], |
246 "cwd": "[SLAVE_BUILD]", | |
247 "name": "randomly_reorder_chrome" | 236 "name": "randomly_reorder_chrome" |
248 }, | 237 }, |
249 { | 238 { |
250 "cmd": [ | 239 "cmd": [ |
251 "python", | 240 "python", |
252 "-u", | 241 "-u", |
253 "[SLAVE_BUILD]\\src\\syzygy\\internal\\build\\benchmark_chrome.py", | 242 "[CWD]\\src\\syzygy\\internal\\build\\benchmark_chrome.py", |
254 "--build-dir", | 243 "--build-dir", |
255 "[SLAVE_BUILD]\\src\\out", | 244 "[CWD]\\src\\out", |
256 "--target", | 245 "--target", |
257 "Release", | 246 "Release", |
258 "--verbose" | 247 "--verbose" |
259 ], | 248 ], |
260 "cwd": "[SLAVE_BUILD]", | |
261 "name": "benchmark_chrome" | 249 "name": "benchmark_chrome" |
262 }, | 250 }, |
263 { | 251 { |
264 "cmd": [ | 252 "cmd": [ |
265 "python", | 253 "python", |
266 "-u", | 254 "-u", |
267 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 255 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
268 "[SLAVE_BUILD]\\src\\syzygy\\SYZYGY_VERSION", | 256 "[CWD]\\src\\syzygy\\SYZYGY_VERSION", |
269 "/path/to/tmp/" | 257 "/path/to/tmp/" |
270 ], | 258 ], |
271 "cwd": "[SLAVE_BUILD]", | |
272 "name": "read_version" | 259 "name": "read_version" |
273 }, | 260 }, |
274 { | 261 { |
275 "cmd": [ | 262 "cmd": [ |
276 "python", | 263 "python", |
277 "-u", | 264 "-u", |
278 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\syzygy\\gsutil_cp_dir.py", | 265 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\syzygy\\gsutil_cp_dir.py", |
279 "--public-read", | 266 "--public-read", |
280 "[SLAVE_BUILD]\\src\\out\\Release\\archive", | 267 "[CWD]\\src\\out\\Release\\archive", |
281 "gs://syzygy-archive/builds/official/f27fede2220bcd326aee3e86ddfd4ebd0fe58
cb9" | 268 "gs://syzygy-archive/builds/official/f27fede2220bcd326aee3e86ddfd4ebd0fe58
cb9" |
282 ], | 269 ], |
283 "cwd": "[SLAVE_BUILD]", | |
284 "name": "archive_binaries", | 270 "name": "archive_binaries", |
285 "~followup_annotations": [ | 271 "~followup_annotations": [ |
286 "@@@STEP_LINK@0.0.0.1 archive@https://syzygy-archive.commondatastorage.goo
gleapis.com/index.html?path=builds/official/f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9/@@@" | 272 "@@@STEP_LINK@0.0.0.1 archive@https://syzygy-archive.commondatastorage.goo
gleapis.com/index.html?path=builds/official/f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9/@@@" |
287 ] | 273 ] |
288 }, | 274 }, |
289 { | 275 { |
290 "cmd": [ | 276 "cmd": [ |
291 "python", | 277 "python", |
292 "-u", | 278 "-u", |
293 "[SLAVE_BUILD]\\src\\syzygy\\internal\\scripts\\archive_symbols.py", | 279 "[CWD]\\src\\syzygy\\internal\\scripts\\archive_symbols.py", |
294 "-s", | 280 "-s", |
295 "-b", | 281 "-b", |
296 "[SLAVE_BUILD]\\src\\out\\Release\\*asan_rtl.dll", | 282 "[CWD]\\src\\out\\Release\\*asan_rtl.dll", |
297 "[SLAVE_BUILD]\\src\\out\\Release\\*client.dll" | 283 "[CWD]\\src\\out\\Release\\*client.dll" |
298 ], | 284 ], |
299 "cwd": "[SLAVE_BUILD]", | |
300 "name": "upload_symbols" | 285 "name": "upload_symbols" |
301 }, | 286 }, |
302 { | 287 { |
303 "cmd": [], | 288 "cmd": [], |
304 "cwd": "[SLAVE_BUILD]", | |
305 "name": "trigger", | 289 "name": "trigger", |
306 "trigger_specs": [ | 290 "trigger_specs": [ |
307 { | 291 { |
308 "builder_name": "Syzygy Smoke Test", | 292 "builder_name": "Syzygy Smoke Test", |
309 "properties": { | 293 "properties": { |
310 "blamelist": [ | 294 "blamelist": [ |
311 "cool_dev1337@chromium.org", | 295 "cool_dev1337@chromium.org", |
312 "hax@chromium.org" | 296 "hax@chromium.org" |
313 ], | 297 ], |
314 "revision": "0e9f25b1098271be2b096fd1c095d6d907cf86f7" | 298 "revision": "0e9f25b1098271be2b096fd1c095d6d907cf86f7" |
315 } | 299 } |
316 } | 300 } |
317 ], | 301 ], |
318 "~followup_annotations": [ | 302 "~followup_annotations": [ |
319 "@@@STEP_TEXT@Syzygy Smoke Test@@@" | 303 "@@@STEP_TEXT@Syzygy Smoke Test@@@" |
320 ] | 304 ] |
321 }, | 305 }, |
322 { | 306 { |
323 "name": "$result", | 307 "name": "$result", |
324 "recipe_result": null, | 308 "recipe_result": null, |
325 "status_code": 0 | 309 "status_code": 0 |
326 } | 310 } |
327 ] | 311 ] |
OLD | NEW |