OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "cleanup_temp" | 9 "name": "cleanup_temp" |
10 }, | 10 }, |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 "~followup_annotations": [ | 48 "~followup_annotations": [ |
49 "@@@STEP_LOG_LINE@python.inline@import time; time.sleep(20)@@@", | 49 "@@@STEP_LOG_LINE@python.inline@import time; time.sleep(20)@@@", |
50 "@@@STEP_LOG_END@python.inline@@@" | 50 "@@@STEP_LOG_END@python.inline@@@" |
51 ] | 51 ] |
52 }, | 52 }, |
53 { | 53 { |
54 "cmd": [ | 54 "cmd": [ |
55 "python", | 55 "python", |
56 "-u", | 56 "-u", |
57 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 57 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
58 "--master", | |
59 "client.v8.fyi", | |
60 "--builder", | |
61 "TestBuilder", | |
62 "--slave", | |
63 "TestSlavename", | |
64 "--spec", | 58 "--spec", |
65 "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', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 59 "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', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
66 "--root", | 60 "--root", |
67 "src", | 61 "src", |
68 "--revision_mapping_file", | 62 "--revision_mapping_file", |
69 "{\"src\": \"got_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_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 63 "{\"src\": \"got_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_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
70 "--git-cache-dir", | 64 "--git-cache-dir", |
71 "[GIT_CACHE]", | 65 "[GIT_CACHE]", |
72 "--output_json", | 66 "--output_json", |
73 "/path/to/tmp/json", | 67 "/path/to/tmp/json", |
74 "--revision", | 68 "--revision", |
75 "src@HEAD", | 69 "src@HEAD", |
76 "--revision", | 70 "--revision", |
77 "src/v8@HEAD", | 71 "src/v8@HEAD", |
78 "--force", | |
79 "--no_shallow", | 72 "--no_shallow", |
80 "--output_manifest" | 73 "--output_manifest" |
81 ], | 74 ], |
82 "cwd": "[SLAVE_BUILD]", | 75 "cwd": "[SLAVE_BUILD]", |
83 "env": { | 76 "env": { |
84 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 77 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
85 }, | 78 }, |
86 "name": "bot_update", | 79 "name": "bot_update", |
87 "~followup_annotations": [ | 80 "~followup_annotations": [ |
88 "@@@STEP_TEXT@Some step text@@@", | 81 "@@@STEP_TEXT@Some step text@@@", |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 ], | 188 ], |
196 "cwd": "[SLAVE_BUILD]", | 189 "cwd": "[SLAVE_BUILD]", |
197 "name": "upload stats" | 190 "name": "upload stats" |
198 }, | 191 }, |
199 { | 192 { |
200 "name": "$result", | 193 "name": "$result", |
201 "recipe_result": null, | 194 "recipe_result": null, |
202 "status_code": 0 | 195 "status_code": 0 |
203 } | 196 } |
204 ] | 197 ] |
OLD | NEW |