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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_SyzyASAN_LKGR.json

Issue 1928783004: Extend chromium_tests trigger to work across masters. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Expectations Created 4 years, 7 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
OLDNEW
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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "--clobber", 174 "--clobber",
175 "--", 175 "--",
176 "chromium_builder_asan" 176 "chromium_builder_asan"
177 ], 177 ],
178 "env": { 178 "env": {
179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
180 }, 180 },
181 "name": "compile" 181 "name": "compile"
182 }, 182 },
183 { 183 {
184 "cmd": [],
185 "name": "trigger"
186 },
187 {
184 "cmd": [ 188 "cmd": [
185 "python", 189 "python",
186 "-u", 190 "-u",
187 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n", 191 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
188 "[SLAVE_BUILD]\\src\\out\\Release", 192 "[SLAVE_BUILD]\\src\\out\\Release",
189 "/path/to/tmp/json" 193 "/path/to/tmp/json"
190 ], 194 ],
191 "name": "listdir build_dir", 195 "name": "listdir build_dir",
192 "~followup_annotations": [ 196 "~followup_annotations": [
193 "@@@STEP_LOG_LINE@json.output@[@@@", 197 "@@@STEP_LOG_LINE@json.output@[@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 257 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
254 "@@@STEP_LOG_END@python.inline@@@" 258 "@@@STEP_LOG_END@python.inline@@@"
255 ] 259 ]
256 }, 260 },
257 { 261 {
258 "name": "$result", 262 "name": "$result",
259 "recipe_result": null, 263 "recipe_result": null,
260 "status_code": 0 264 "status_code": 0
261 } 265 }
262 ] 266 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698