OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.drmemory", | 8 "client.drmemory", |
9 "--builder", | 9 "--builder", |
10 "win-xp-drm", | 10 "win-xp-drm", |
11 "--slave", | 11 "--slave", |
12 "TestSlave", | 12 "TestSlave", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'drmemory/dynamo
rio': 'https://github.com/DynamoRIO/dynamorio.git', 'tools/buildbot': 'https://g
ithub.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.git', 'managed': True, '
name': 'drmemory', 'url': 'https://github.com/DynamoRIO/drmemory.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps'
: {'drmemory/dynamorio': 'https://github.com/DynamoRIO/dynamorio.git', 'tools/bu
ildbot': 'https://github.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.git',
'managed': True, 'name': 'drmemory', 'url': 'https://github.com/DynamoRIO/drmem
ory.git'}]", |
15 "--root", | 15 "--root", |
16 "drmemory", | 16 "drmemory", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "drmemory@123456789abcdef", | 24 "drmemory@123456789abcdef", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"drmemory\": \"123456789abcdef\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"drmemory\": \"123456789abcdef\"@@@", |
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"drmemory\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"drmemory\", @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"drmemory\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"drmemory\", @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
46 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
47 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
48 ] | 47 ] |
49 }, | 48 }, |
50 { | 49 { |
51 "cmd": [ | 50 "cmd": [ |
52 "[SLAVE_BUILD]/tools/buildbot/bot_tools/unpack.bat" | 51 "[CWD]/tools/buildbot/bot_tools/unpack.bat" |
53 ], | 52 ], |
54 "cwd": "[SLAVE_BUILD]/tools/buildbot/bot_tools", | 53 "cwd": "[CWD]/tools/buildbot/bot_tools", |
55 "name": "unpack tools" | 54 "name": "unpack tools" |
56 }, | 55 }, |
57 { | 56 { |
58 "cmd": [ | 57 "cmd": [ |
59 "[BUILD]/scripts/slave/drmemory/build_env.bat", | 58 "[ROOT]/b/build/scripts/slave/drmemory/build_env.bat", |
60 "ctest", | 59 "ctest", |
61 "--timeout", | 60 "--timeout", |
62 "60", | 61 "60", |
63 "-VV", | 62 "-VV", |
64 "-S", | 63 "-S", |
65 "[SLAVE_BUILD]/drmemory/tests/runsuite.cmake,drmemory_only;long;build=42" | 64 "[CWD]/drmemory/tests/runsuite.cmake,drmemory_only;long;build=42" |
66 ], | 65 ], |
67 "cwd": "[SLAVE_BUILD]", | |
68 "name": "Dr. Memory ctest" | 66 "name": "Dr. Memory ctest" |
69 }, | 67 }, |
70 { | 68 { |
71 "cmd": [ | 69 "cmd": [ |
72 "svn", | 70 "svn", |
73 "checkout", | 71 "checkout", |
74 "--force", | 72 "--force", |
75 "http://data-race-test.googlecode.com/svn/trunk/", | 73 "http://data-race-test.googlecode.com/svn/trunk/", |
76 "[SLAVE_BUILD]/tsan" | 74 "[CWD]/tsan" |
77 ], | 75 ], |
78 "cwd": "[SLAVE_BUILD]", | |
79 "name": "Checkout TSan tests" | 76 "name": "Checkout TSan tests" |
80 }, | 77 }, |
81 { | 78 { |
82 "cmd": [ | 79 "cmd": [ |
83 "E:\\b\\build\\scripts\\slave\\drmemory\\build_env.bat", | 80 "E:\\b\\build\\scripts\\slave\\drmemory\\build_env.bat", |
84 "make", | 81 "make", |
85 "-C", | 82 "-C", |
86 "[SLAVE_BUILD]/tsan/unittest" | 83 "[CWD]/tsan/unittest" |
87 ], | 84 ], |
88 "cwd": "[SLAVE_BUILD]", | |
89 "env": { | 85 "env": { |
90 "BOTTOOLS": "[SLAVE_BUILD]/tools/buildbot/bot_tools", | 86 "BOTTOOLS": "[CWD]/tools/buildbot/bot_tools", |
91 "CYGWIN": "nodosfilewarning" | 87 "CYGWIN": "nodosfilewarning" |
92 }, | 88 }, |
93 "name": "Build TSan Tests" | 89 "name": "Build TSan Tests" |
94 }, | 90 }, |
95 { | 91 { |
96 "cmd": [ | 92 "cmd": [ |
97 "[BUILD]/scripts/slave/drmemory/build_env.bat", | 93 "[ROOT]/b/build/scripts/slave/drmemory/build_env.bat", |
98 "build_drmemory-dbg-32\\bin\\drmemory", | 94 "build_drmemory-dbg-32\\bin\\drmemory", |
99 "-dr_ops", | 95 "-dr_ops", |
100 "-msgbox_mask 0 -stderr_mask 15", | 96 "-msgbox_mask 0 -stderr_mask 15", |
101 "-results_to_stderr", | 97 "-results_to_stderr", |
102 "-batch", | 98 "-batch", |
103 "-suppress", | 99 "-suppress", |
104 "[SLAVE_BUILD]/drmemory/tests/app_suite/default-suppressions.txt", | 100 "[CWD]/drmemory/tests/app_suite/default-suppressions.txt", |
105 "--", | 101 "--", |
106 "[SLAVE_BUILD]/tsan/unittest/bin/racecheck_unittest-windows-x86-O0.exe", | 102 "[CWD]/tsan/unittest/bin/racecheck_unittest-windows-x86-O0.exe", |
107 "--gtest_filter=-PositiveTests.FreeVsRead:NegativeTests.WaitForMultiple*", | 103 "--gtest_filter=-PositiveTests.FreeVsRead:NegativeTests.WaitForMultiple*", |
108 "-147" | 104 "-147" |
109 ], | 105 ], |
110 "cwd": "[SLAVE_BUILD]", | |
111 "env": { | 106 "env": { |
112 "BOTTOOLS": "[SLAVE_BUILD]/tools/buildbot/bot_tools" | 107 "BOTTOOLS": "[CWD]/tools/buildbot/bot_tools" |
113 }, | 108 }, |
114 "name": "dbg full TSan tests" | 109 "name": "dbg full TSan tests" |
115 }, | 110 }, |
116 { | 111 { |
117 "cmd": [ | 112 "cmd": [ |
118 "[BUILD]/scripts/slave/drmemory/build_env.bat", | 113 "[ROOT]/b/build/scripts/slave/drmemory/build_env.bat", |
119 "build_drmemory-dbg-32\\bin\\drmemory", | 114 "build_drmemory-dbg-32\\bin\\drmemory", |
120 "-dr_ops", | 115 "-dr_ops", |
121 "-msgbox_mask 0 -stderr_mask 15", | 116 "-msgbox_mask 0 -stderr_mask 15", |
122 "-results_to_stderr", | 117 "-results_to_stderr", |
123 "-batch", | 118 "-batch", |
124 "-suppress", | 119 "-suppress", |
125 "[SLAVE_BUILD]/drmemory/tests/app_suite/default-suppressions.txt", | 120 "[CWD]/drmemory/tests/app_suite/default-suppressions.txt", |
126 "-light", | 121 "-light", |
127 "--", | 122 "--", |
128 "[SLAVE_BUILD]/tsan/unittest/bin/racecheck_unittest-windows-x86-O0.exe", | 123 "[CWD]/tsan/unittest/bin/racecheck_unittest-windows-x86-O0.exe", |
129 "--gtest_filter=-PositiveTests.FreeVsRead:NegativeTests.WaitForMultiple*", | 124 "--gtest_filter=-PositiveTests.FreeVsRead:NegativeTests.WaitForMultiple*", |
130 "-147" | 125 "-147" |
131 ], | 126 ], |
132 "cwd": "[SLAVE_BUILD]", | |
133 "env": { | 127 "env": { |
134 "BOTTOOLS": "[SLAVE_BUILD]/tools/buildbot/bot_tools" | 128 "BOTTOOLS": "[CWD]/tools/buildbot/bot_tools" |
135 }, | 129 }, |
136 "name": "dbg light TSan tests" | 130 "name": "dbg light TSan tests" |
137 }, | 131 }, |
138 { | 132 { |
139 "cmd": [ | 133 "cmd": [ |
140 "[BUILD]/scripts/slave/drmemory/build_env.bat", | 134 "[ROOT]/b/build/scripts/slave/drmemory/build_env.bat", |
141 "build_drmemory-rel-32\\bin\\drmemory", | 135 "build_drmemory-rel-32\\bin\\drmemory", |
142 "-dr_ops", | 136 "-dr_ops", |
143 "-msgbox_mask 0 -stderr_mask 15", | 137 "-msgbox_mask 0 -stderr_mask 15", |
144 "-results_to_stderr", | 138 "-results_to_stderr", |
145 "-batch", | 139 "-batch", |
146 "-suppress", | 140 "-suppress", |
147 "[SLAVE_BUILD]/drmemory/tests/app_suite/default-suppressions.txt", | 141 "[CWD]/drmemory/tests/app_suite/default-suppressions.txt", |
148 "--", | 142 "--", |
149 "[SLAVE_BUILD]/tsan/unittest/bin/racecheck_unittest-windows-x86-O0.exe", | 143 "[CWD]/tsan/unittest/bin/racecheck_unittest-windows-x86-O0.exe", |
150 "--gtest_filter=-PositiveTests.FreeVsRead:NegativeTests.WaitForMultiple*", | 144 "--gtest_filter=-PositiveTests.FreeVsRead:NegativeTests.WaitForMultiple*", |
151 "-147" | 145 "-147" |
152 ], | 146 ], |
153 "cwd": "[SLAVE_BUILD]", | |
154 "env": { | 147 "env": { |
155 "BOTTOOLS": "[SLAVE_BUILD]/tools/buildbot/bot_tools" | 148 "BOTTOOLS": "[CWD]/tools/buildbot/bot_tools" |
156 }, | 149 }, |
157 "name": "rel full TSan tests" | 150 "name": "rel full TSan tests" |
158 }, | 151 }, |
159 { | 152 { |
160 "cmd": [ | 153 "cmd": [ |
161 "[BUILD]/scripts/slave/drmemory/build_env.bat", | 154 "[ROOT]/b/build/scripts/slave/drmemory/build_env.bat", |
162 "build_drmemory-rel-32\\bin\\drmemory", | 155 "build_drmemory-rel-32\\bin\\drmemory", |
163 "-dr_ops", | 156 "-dr_ops", |
164 "-msgbox_mask 0 -stderr_mask 15", | 157 "-msgbox_mask 0 -stderr_mask 15", |
165 "-results_to_stderr", | 158 "-results_to_stderr", |
166 "-batch", | 159 "-batch", |
167 "-suppress", | 160 "-suppress", |
168 "[SLAVE_BUILD]/drmemory/tests/app_suite/default-suppressions.txt", | 161 "[CWD]/drmemory/tests/app_suite/default-suppressions.txt", |
169 "-light", | 162 "-light", |
170 "--", | 163 "--", |
171 "[SLAVE_BUILD]/tsan/unittest/bin/racecheck_unittest-windows-x86-O0.exe", | 164 "[CWD]/tsan/unittest/bin/racecheck_unittest-windows-x86-O0.exe", |
172 "--gtest_filter=-PositiveTests.FreeVsRead:NegativeTests.WaitForMultiple*", | 165 "--gtest_filter=-PositiveTests.FreeVsRead:NegativeTests.WaitForMultiple*", |
173 "-147" | 166 "-147" |
174 ], | 167 ], |
175 "cwd": "[SLAVE_BUILD]", | |
176 "env": { | 168 "env": { |
177 "BOTTOOLS": "[SLAVE_BUILD]/tools/buildbot/bot_tools" | 169 "BOTTOOLS": "[CWD]/tools/buildbot/bot_tools" |
178 }, | 170 }, |
179 "name": "rel light TSan tests" | 171 "name": "rel light TSan tests" |
180 }, | 172 }, |
181 { | 173 { |
182 "cmd": [ | 174 "cmd": [ |
183 "[BUILD]/scripts/slave/drmemory/build_env.bat", | 175 "[ROOT]/b/build/scripts/slave/drmemory/build_env.bat", |
184 "build_drmemory-dbg-32\\bin\\drmemory", | 176 "build_drmemory-dbg-32\\bin\\drmemory", |
185 "-dr_ops", | 177 "-dr_ops", |
186 "-msgbox_mask 0 -stderr_mask 15", | 178 "-msgbox_mask 0 -stderr_mask 15", |
187 "-results_to_stderr", | 179 "-results_to_stderr", |
188 "-batch", | 180 "-batch", |
189 "-suppress", | 181 "-suppress", |
190 "[SLAVE_BUILD]/drmemory/tests/app_suite/default-suppressions.txt", | 182 "[CWD]/drmemory/tests/app_suite/default-suppressions.txt", |
191 "--", | 183 "--", |
192 "[SLAVE_BUILD]/tsan/unittest/bin/racecheck_unittest-windows-x86-O0.exe", | 184 "[CWD]/tsan/unittest/bin/racecheck_unittest-windows-x86-O0.exe", |
193 "--gtest_filter=-PositiveTests.FreeVsRead:NegativeTests.WaitForMultiple*", | 185 "--gtest_filter=-PositiveTests.FreeVsRead:NegativeTests.WaitForMultiple*", |
194 "-147" | 186 "-147" |
195 ], | 187 ], |
196 "cwd": "[SLAVE_BUILD]", | |
197 "env": { | 188 "env": { |
198 "BOTTOOLS": "[SLAVE_BUILD]/tools/buildbot/bot_tools" | 189 "BOTTOOLS": "[CWD]/tools/buildbot/bot_tools" |
199 }, | 190 }, |
200 "name": "dbg full nosyms TSan tests" | 191 "name": "dbg full nosyms TSan tests" |
201 }, | 192 }, |
202 { | 193 { |
203 "cmd": [ | 194 "cmd": [ |
204 "[BUILD]/scripts/slave/drmemory/build_env.bat", | 195 "[ROOT]/b/build/scripts/slave/drmemory/build_env.bat", |
205 "7z", | 196 "7z", |
206 "a", | 197 "a", |
207 "-xr!*.pdb", | 198 "-xr!*.pdb", |
208 "testlogs_r123456789abcdef_b42.7z", | 199 "testlogs_r123456789abcdef_b42.7z", |
209 "build_drmemory-dbg-32/logs", | 200 "build_drmemory-dbg-32/logs", |
210 "build_drmemory-dbg-32/Testing/Temporary", | 201 "build_drmemory-dbg-32/Testing/Temporary", |
211 "build_drmemory-rel-32/logs", | 202 "build_drmemory-rel-32/logs", |
212 "build_drmemory-rel-32/Testing/Temporary", | 203 "build_drmemory-rel-32/Testing/Temporary", |
213 "build_drmemory-dbg-64/logs", | 204 "build_drmemory-dbg-64/logs", |
214 "build_drmemory-dbg-64/Testing/Temporary", | 205 "build_drmemory-dbg-64/Testing/Temporary", |
215 "build_drmemory-rel-64/logs", | 206 "build_drmemory-rel-64/logs", |
216 "build_drmemory-rel-64/Testing/Temporary", | 207 "build_drmemory-rel-64/Testing/Temporary", |
217 "xmlresults" | 208 "xmlresults" |
218 ], | 209 ], |
219 "cwd": "[SLAVE_BUILD]", | |
220 "env": { | 210 "env": { |
221 "BOTTOOLS": "[SLAVE_BUILD]/tools/buildbot/bot_tools" | 211 "BOTTOOLS": "[CWD]/tools/buildbot/bot_tools" |
222 }, | 212 }, |
223 "name": "Pack test results" | 213 "name": "Pack test results" |
224 }, | 214 }, |
225 { | 215 { |
226 "cmd": [ | 216 "cmd": [ |
227 "python", | 217 "python", |
228 "-u", | 218 "-u", |
229 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 219 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
230 "--", | 220 "--", |
231 "[DEPOT_TOOLS]/gsutil.py", | 221 "[ROOT]/b/depot_tools/gsutil.py", |
232 "----", | 222 "----", |
233 "cp", | 223 "cp", |
234 "testlogs_r123456789abcdef_b42.7z", | 224 "testlogs_r123456789abcdef_b42.7z", |
235 "gs://chromium-drmemory-builds/testlogs/from_win-xp-drm" | 225 "gs://chromium-drmemory-builds/testlogs/from_win-xp-drm" |
236 ], | 226 ], |
237 "cwd": "[SLAVE_BUILD]", | |
238 "name": "gsutil upload", | 227 "name": "gsutil upload", |
239 "~followup_annotations": [ | 228 "~followup_annotations": [ |
240 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/testlogs/from_win-xp-drm@@@" | 229 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/testlogs/from_win-xp-drm@@@" |
241 ] | 230 ] |
242 }, | 231 }, |
243 { | 232 { |
244 "name": "$result", | 233 "name": "$result", |
245 "recipe_result": null, | 234 "recipe_result": null, |
246 "status_code": 0 | 235 "status_code": 0 |
247 } | 236 } |
248 ] | 237 ] |
OLD | NEW |