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.testing.master", | 8 "chromium.testing.master", |
9 "--builder", | 9 "--builder", |
10 "TestBuilder", | 10 "TestBuilder", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\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.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[GIT_CACHE]'\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.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"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\"}", | 18 "{\"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\"}", |
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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
97 ] | 98 ] |
98 }, | 99 }, |
99 { | 100 { |
100 "cmd": [ | 101 "cmd": [ |
101 "python", | 102 "python", |
102 "-u", | 103 "-u", |
103 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
104 "runhooks" | 105 "runhooks" |
105 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
106 "env": { | 108 "env": { |
107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
108 "GYP_DEFINES": "component=static_library gomadir='[ROOT]/b/build/goma' tar
get_arch=x64 use_goma=1", | 110 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", |
109 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 111 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
110 }, | 112 }, |
111 "name": "gclient runhooks" | 113 "name": "gclient runhooks" |
112 }, | 114 }, |
113 { | 115 { |
114 "cmd": [ | 116 "cmd": [ |
115 "python", | 117 "python", |
116 "-u", | 118 "-u", |
117 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 119 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
118 "--show-path", | 120 "--show-path", |
119 "python", | 121 "python", |
120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 122 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
121 ], | 123 ], |
| 124 "cwd": "[SLAVE_BUILD]", |
122 "name": "cleanup_temp" | 125 "name": "cleanup_temp" |
123 }, | 126 }, |
124 { | 127 { |
125 "cmd": [ | 128 "cmd": [ |
126 "python", | 129 "python", |
127 "-u", | 130 "-u", |
128 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 131 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
129 "--show-path", | 132 "--show-path", |
130 "python", | 133 "python", |
131 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 134 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
132 "--gsutil-py-path", | 135 "--gsutil-py-path", |
133 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 136 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
134 "--ninja-path", | 137 "--ninja-path", |
135 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
136 "--target", | 139 "--target", |
137 "Release", | 140 "Release", |
138 "--src-dir", | 141 "--src-dir", |
139 "[CWD]/src", | 142 "[SLAVE_BUILD]/src", |
140 "--goma-cache-dir", | 143 "--goma-cache-dir", |
141 "[ROOT]/b/build/slave/goma_cache", | 144 "[GOMA_CACHE]", |
142 "--build-tool", | 145 "--build-tool", |
143 "ninja", | 146 "ninja", |
144 "--compiler", | 147 "--compiler", |
145 "goma", | 148 "goma", |
146 "--goma-jsonstatus", | 149 "--goma-jsonstatus", |
147 "/path/to/tmp/json", | 150 "/path/to/tmp/json", |
148 "--goma-service-account-json-file", | 151 "--goma-service-account-json-file", |
149 "/creds/service_accounts/service-account-goma-client.json", | 152 "/creds/service_accounts/service-account-goma-client.json", |
150 "--goma-dir", | 153 "--goma-dir", |
151 "[ROOT]/b/build/goma", | 154 "[BUILD]/goma", |
152 "--", | 155 "--", |
153 "chromium_builder_tests" | 156 "chromium_builder_tests" |
154 ], | 157 ], |
| 158 "cwd": "[SLAVE_BUILD]", |
155 "env": { | 159 "env": { |
156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
157 }, | 161 }, |
158 "name": "compile", | 162 "name": "compile", |
159 "~followup_annotations": [ | 163 "~followup_annotations": [ |
160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 164 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
161 "@@@STEP_LOG_END@json.output (invalid)@@@" | 165 "@@@STEP_LOG_END@json.output (invalid)@@@" |
162 ] | 166 ] |
163 }, | 167 }, |
164 { | 168 { |
165 "allow_subannotations": true, | 169 "allow_subannotations": true, |
166 "cmd": [ | 170 "cmd": [ |
167 "python", | 171 "python", |
168 "-u", | 172 "-u", |
169 "[ROOT]/b/build/scripts/slave/chromium/nacl_sdk_buildbot_run.py" | 173 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" |
170 ], | 174 ], |
| 175 "cwd": "[SLAVE_BUILD]", |
171 "name": "annotated_steps" | 176 "name": "annotated_steps" |
172 }, | 177 }, |
173 { | 178 { |
174 "name": "$result", | 179 "name": "$result", |
175 "recipe_result": null, | 180 "recipe_result": null, |
176 "status_code": 0 | 181 "status_code": 0 |
177 } | 182 } |
178 ] | 183 ] |
OLD | NEW |