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