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 "chromium.gpu", | 8 "chromium.gpu", |
9 "--builder", | 9 "--builder", |
10 "Android Debug (Nexus 5)", | 10 "Android Debug (Nexus 5)", |
11 "--slave", | 11 "--slave", |
12 "TestSlave", | 12 "TestSlave", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps'
: {'src/third_party/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url'
: 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project'
, 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', 'sourceforge_url'
: 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromiu
m.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', '
url': 'https://chromium.googlesource.com/chromium/src.git'}]\ntarget_os = ['andr
oid']", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/third_party
/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'http://%s.google
code.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project', 'nacl_trunk': 'ht
tp://src.chromium.org/native_client/trunk', 'sourceforge_url': 'https://svn.code
.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}
, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chro
mium.googlesource.com/chromium/src.git'}]\ntarget_os = ['android']", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi
sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v
8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi
sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v
8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 78 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
79 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
80 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" | 81 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" |
81 ] | 82 ] |
82 }, | 83 }, |
83 { | 84 { |
84 "cmd": [ | 85 "cmd": [ |
85 "python", | 86 "python", |
86 "-u", | 87 "-u", |
87 "[ROOT]/b/build/scripts/slave/gclient_safe_revert.py", | 88 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
88 ".", | 89 ".", |
89 "[ROOT]/b/depot_tools/gclient" | 90 "[DEPOT_TOOLS]/gclient" |
90 ], | 91 ], |
| 92 "cwd": "[SLAVE_BUILD]", |
91 "name": "gclient revert" | 93 "name": "gclient revert" |
92 }, | 94 }, |
93 { | 95 { |
94 "cmd": [ | 96 "cmd": [ |
95 "python", | 97 "python", |
96 "-u", | 98 "-u", |
97 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
98 "--show-path", | 100 "--show-path", |
99 "python", | 101 "python", |
100 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
101 ], | 103 ], |
| 104 "cwd": "[SLAVE_BUILD]", |
102 "name": "cleanup_temp" | 105 "name": "cleanup_temp" |
103 }, | 106 }, |
104 { | 107 { |
105 "allow_subannotations": true, | 108 "allow_subannotations": true, |
106 "cmd": [ | 109 "cmd": [ |
107 "python", | 110 "python", |
108 "-u", | 111 "-u", |
109 "src/build/android/buildbot/bb_run_bot.py", | 112 "src/build/android/buildbot/bb_run_bot.py", |
110 "--build-properties={\"buildername\":\"Android Debug (Nexus 5)\",\"mastern
ame\":\"chromium.gpu\",\"recipe\":\"chromium.gpu.recipe_autogen\",\"slavename\":
\"TestSlave\"}", | 113 "--build-properties={\"buildername\":\"Android Debug (Nexus 5)\",\"mastern
ame\":\"chromium.gpu\",\"recipe\":\"chromium.gpu.recipe_autogen\",\"slavename\":
\"TestSlave\"}", |
111 "--factory-properties={\"GYP_DEFINES\":\" component=shared_library\",\"and
roid_bot_id\":\"gpu-builder-tests-dbg\",\"clobber\":false,\"gclient_env\":{},\"g
client_timeout\":3600,\"target\":\"Debug\",\"target_os\":\"android\"}" | 114 "--factory-properties={\"GYP_DEFINES\":\" component=shared_library\",\"and
roid_bot_id\":\"gpu-builder-tests-dbg\",\"clobber\":false,\"gclient_env\":{},\"g
client_timeout\":3600,\"target\":\"Debug\",\"target_os\":\"android\"}" |
112 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", |
113 "name": "slave_steps" | 117 "name": "slave_steps" |
114 }, | 118 }, |
115 { | 119 { |
116 "name": "$result", | 120 "name": "$result", |
117 "recipe_result": null, | 121 "recipe_result": null, |
118 "status_code": 0 | 122 "status_code": 0 |
119 } | 123 } |
120 ] | 124 ] |
OLD | NEW |