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 "tryserver.blink", | 8 "tryserver.blink", |
9 "--builder", | 9 "--builder", |
10 "mac_blink_rel", | 10 "mac_blink_rel", |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 102 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
103 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
104 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 104 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
105 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 105 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
106 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 106 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
107 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 107 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
108 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 108 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
109 ] | 109 ] |
110 }, | 110 }, |
111 { | 111 { |
112 "cmd": [], | |
113 "cwd": "[SLAVE_BUILD]", | |
114 "name": "ensure_goma" | |
115 }, | |
116 { | |
117 "cmd": [ | |
118 "python", | |
119 "-u", | |
120 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
121 "--platform", | |
122 "mac-amd64", | |
123 "--dest-directory", | |
124 "[SLAVE_BUILD]/cipd", | |
125 "--json-output", | |
126 "/path/to/tmp/json" | |
127 ], | |
128 "cwd": "[SLAVE_BUILD]", | |
129 "name": "ensure_goma.install cipd", | |
130 "~followup_annotations": [ | |
131 "@@@STEP_NEST_LEVEL@1@@@", | |
132 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
133 "@@@STEP_LOG_LINE@json.output@{@@@", | |
134 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
135 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
136 "@@@STEP_LOG_LINE@json.output@}@@@", | |
137 "@@@STEP_LOG_END@json.output@@@" | |
138 ] | |
139 }, | |
140 { | |
141 "cmd": [ | |
142 "[SLAVE_BUILD]/cipd/cipd", | |
143 "ensure", | |
144 "--root", | |
145 "[CACHE]/cipd/goma", | |
146 "--list", | |
147 "infra_internal/goma/client/mac-amd64 release", | |
148 "--json-output", | |
149 "/path/to/tmp/json", | |
150 "--service-account-json", | |
151 "/creds/service_accounts/service-account-goma-client.json" | |
152 ], | |
153 "cwd": "[SLAVE_BUILD]", | |
154 "name": "ensure_goma.ensure_installed", | |
155 "~followup_annotations": [ | |
156 "@@@STEP_NEST_LEVEL@1@@@", | |
157 "@@@STEP_LOG_LINE@json.output@{@@@", | |
158 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
159 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
160 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
161 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | |
162 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
163 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
164 "@@@STEP_LOG_LINE@json.output@}@@@", | |
165 "@@@STEP_LOG_END@json.output@@@" | |
166 ] | |
167 }, | |
168 { | |
169 "cmd": [ | 112 "cmd": [ |
170 "python", | 113 "python", |
171 "-u", | 114 "-u", |
172 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 115 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
173 "--version" | 116 "--version" |
174 ], | 117 ], |
175 "cwd": "[SLAVE_BUILD]", | 118 "cwd": "[SLAVE_BUILD]", |
176 "name": "swarming.py --version", | 119 "name": "swarming.py --version", |
177 "stdout": "/path/to/tmp/", | 120 "stdout": "/path/to/tmp/", |
178 "~followup_annotations": [ | 121 "~followup_annotations": [ |
179 "@@@STEP_TEXT@0.4.10@@@" | 122 "@@@STEP_TEXT@0.4.10@@@" |
180 ] | 123 ] |
181 }, | 124 }, |
182 { | 125 { |
183 "cmd": [ | 126 "cmd": [ |
184 "python", | 127 "python", |
185 "-u", | 128 "-u", |
186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 129 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
187 "runhooks" | 130 "runhooks" |
188 ], | 131 ], |
189 "cwd": "[SLAVE_BUILD]", | 132 "cwd": "[SLAVE_BUILD]", |
190 "env": { | 133 "env": { |
191 "GYP_CHROMIUM_NO_ACTION": "1", | 134 "GYP_CHROMIUM_NO_ACTION": "1", |
192 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare us
e_goma=1", | 135 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_gom
a=1", |
193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 136 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
194 }, | 137 }, |
195 "name": "gclient runhooks (with patch)" | 138 "name": "gclient runhooks (with patch)" |
196 }, | 139 }, |
197 { | 140 { |
198 "cmd": [ | 141 "cmd": [ |
199 "python", | 142 "python", |
200 "-u", | 143 "-u", |
201 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 144 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
202 "--output", | 145 "--output", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 ], | 262 ], |
320 "cwd": "[SLAVE_BUILD]", | 263 "cwd": "[SLAVE_BUILD]", |
321 "name": "mark: before_tests" | 264 "name": "mark: before_tests" |
322 }, | 265 }, |
323 { | 266 { |
324 "name": "$result", | 267 "name": "$result", |
325 "recipe_result": null, | 268 "recipe_result": null, |
326 "status_code": 0 | 269 "status_code": 0 |
327 } | 270 } |
328 ] | 271 ] |
OLD | NEW |