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.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
103 ] | 103 ] |
104 }, | 104 }, |
105 { | 105 { |
106 "cmd": [], | |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "ensure_goma" | |
109 }, | |
110 { | |
111 "cmd": [ | |
112 "python", | |
113 "-u", | |
114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
115 "--platform", | |
116 "linux-amd64", | |
117 "--dest-directory", | |
118 "[SLAVE_BUILD]/cipd", | |
119 "--json-output", | |
120 "/path/to/tmp/json" | |
121 ], | |
122 "cwd": "[SLAVE_BUILD]", | |
123 "name": "ensure_goma.install cipd", | |
124 "~followup_annotations": [ | |
125 "@@@STEP_NEST_LEVEL@1@@@", | |
126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
127 "@@@STEP_LOG_LINE@json.output@{@@@", | |
128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
130 "@@@STEP_LOG_LINE@json.output@}@@@", | |
131 "@@@STEP_LOG_END@json.output@@@" | |
132 ] | |
133 }, | |
134 { | |
135 "cmd": [ | |
136 "[SLAVE_BUILD]/cipd/cipd", | |
137 "ensure", | |
138 "--root", | |
139 "[CACHE]/cipd/goma", | |
140 "--list", | |
141 "infra_internal/goma/client/linux-amd64 release", | |
142 "--json-output", | |
143 "/path/to/tmp/json", | |
144 "--service-account-json", | |
145 "/creds/service_accounts/service-account-goma-client.json" | |
146 ], | |
147 "cwd": "[SLAVE_BUILD]", | |
148 "name": "ensure_goma.ensure_installed", | |
149 "~followup_annotations": [ | |
150 "@@@STEP_NEST_LEVEL@1@@@", | |
151 "@@@STEP_LOG_LINE@json.output@{@@@", | |
152 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
153 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
154 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
155 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
156 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
157 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
158 "@@@STEP_LOG_LINE@json.output@}@@@", | |
159 "@@@STEP_LOG_END@json.output@@@" | |
160 ] | |
161 }, | |
162 { | |
163 "cmd": [ | 106 "cmd": [ |
164 "python", | 107 "python", |
165 "-u", | 108 "-u", |
166 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 109 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
167 "--version" | 110 "--version" |
168 ], | 111 ], |
169 "cwd": "[SLAVE_BUILD]", | 112 "cwd": "[SLAVE_BUILD]", |
170 "name": "swarming.py --version", | 113 "name": "swarming.py --version", |
171 "stdout": "/path/to/tmp/", | 114 "stdout": "/path/to/tmp/", |
172 "~followup_annotations": [ | 115 "~followup_annotations": [ |
(...skipping 13 matching lines...) Expand all Loading... |
186 "~followup_annotations": [ | 129 "~followup_annotations": [ |
187 "@@@SET_BUILD_PROPERTY@failure_hash@\"d263d3961e134a9db54b635705e234a976cb
9ca6\"@@@" | 130 "@@@SET_BUILD_PROPERTY@failure_hash@\"d263d3961e134a9db54b635705e234a976cb
9ca6\"@@@" |
188 ] | 131 ] |
189 }, | 132 }, |
190 { | 133 { |
191 "name": "$result", | 134 "name": "$result", |
192 "reason": "Step('swarming.py --version') failed with return_code 1", | 135 "reason": "Step('swarming.py --version') failed with return_code 1", |
193 "status_code": 1 | 136 "status_code": 1 |
194 } | 137 } |
195 ] | 138 ] |
OLD | NEW |