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 }, |
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 "TestBuilder", | |
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', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_vars': {'chromium_trunk': 'svn://svn
-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True,
'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 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', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_vars': {'chromium_trunk': 'svn://svn
-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True,
'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
24 "--root", | 18 "--root", |
25 "src", | 19 "src", |
26 "--revision_mapping_file", | 20 "--revision_mapping_file", |
27 "{\"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\", \"v8\": \"got_revision\"}", | 21 "{\"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\", \"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", |
32 "--revision", | 26 "--revision", |
33 "src@HEAD", | 27 "src@HEAD", |
34 "--force", | |
35 "--no_shallow", | 28 "--no_shallow", |
36 "--output_manifest", | 29 "--output_manifest", |
37 "--with_branch_heads" | 30 "--with_branch_heads" |
38 ], | 31 ], |
39 "cwd": "[SLAVE_BUILD]", | 32 "cwd": "[SLAVE_BUILD]", |
40 "env": { | 33 "env": { |
41 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
42 }, | 35 }, |
43 "name": "bot_update", | 36 "name": "bot_update", |
44 "~followup_annotations": [ | 37 "~followup_annotations": [ |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 "~followup_annotations": [ | 137 "~followup_annotations": [ |
145 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8rel/v8-releases-update.json@@@" | 138 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8rel/v8-releases-update.json@@@" |
146 ] | 139 ] |
147 }, | 140 }, |
148 { | 141 { |
149 "name": "$result", | 142 "name": "$result", |
150 "recipe_result": null, | 143 "recipe_result": null, |
151 "status_code": 0 | 144 "status_code": 0 |
152 } | 145 } |
153 ] | 146 ] |
OLD | NEW |