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

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

Issue 1694383003: build: Bot_update refactor recipe roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Disable for cronet and swarming Created 4 years, 10 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
11 { 11 {
12 "cmd": [ 12 "cmd": [
13 "python", 13 "python",
14 "-u", 14 "-u",
15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
16 "--master",
17 "client.v8.fyi",
18 "--builder",
19 "Chromium Win SyzyASAN",
20 "--slave",
21 "TestSlavename",
22 "--spec", 16 "--spec",
23 "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', 'v8_branch': 'branches/bleeding_edge', 'webkit_trunk': 'svn://svn-mi rror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'nam e': 'src', 'safesync_url': 'https://chromium-status.appspot.com/lkgr', 'url': 's vn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", 17 "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', 'v8_branch': 'branches/bleeding_edge', 'webkit_trunk': 'svn://svn-mi rror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'nam e': 'src', 'safesync_url': 'https://chromium-status.appspot.com/lkgr', 'url': 's vn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]",
24 "--root", 18 "--root",
25 "src", 19 "src",
26 "--revision_mapping_file", 20 "--revision_mapping_file",
27 "{\"src\": \"got_cr_revision\", \"src/native_client\": \"got_nacl_revision \", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\ ": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client _revision\", \"src/v8\": \"got_revision\"}", 21 "{\"src\": \"got_cr_revision\", \"src/native_client\": \"got_nacl_revision \", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\ ": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client _revision\", \"src/v8\": \"got_revision\"}",
28 "--git-cache-dir", 22 "--git-cache-dir",
29 "[GIT_CACHE]", 23 "[GIT_CACHE]",
30 "--output_json", 24 "--output_json",
31 "/path/to/tmp/json", 25 "/path/to/tmp/json",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 302 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
309 "@@@STEP_LOG_END@python.inline@@@" 303 "@@@STEP_LOG_END@python.inline@@@"
310 ] 304 ]
311 }, 305 },
312 { 306 {
313 "name": "$result", 307 "name": "$result",
314 "recipe_result": null, 308 "recipe_result": null,
315 "status_code": 0 309 "status_code": 0
316 } 310 }
317 ] 311 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698