|
@@ -53,6 +53,44 @@
|
|
|
"@@@STEP_LOG_END@json.output@@@"
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "cmd": [
|
|
|
+ "cipd",
|
|
|
+ "ensure",
|
|
|
+ "-root",
|
|
|
+ "RECIPE_REPO[depot_tools]/.cipd_bin",
|
|
|
+ "-ensure-file",
|
|
|
+ "RECIPE_REPO[depot_tools]/cipd_manifest.txt",
|
|
|
+ "-max-threads",
|
|
|
+ "0",
|
|
|
+ "-json-output",
|
|
|
+ "/path/to/tmp/json"
|
|
|
+ ],
|
|
|
+ "env": {
|
|
|
+ "DEPOT_TOOLS_REPORT_BUILD": "chromium/src/try/linux/8945511751514863184",
|
|
|
+ "GIT_HTTP_LOW_SPEED_LIMIT": "102400",
|
|
|
+ "GIT_HTTP_LOW_SPEED_TIME": "1800"
|
|
|
+ },
|
|
|
+ "luci_context": {
|
|
|
+ "realm": {
|
|
|
+ "name": "chromium/src:try"
|
|
|
+ },
|
|
|
+ "resultdb": {
|
|
|
+ "current_invocation": {
|
|
|
+ "name": "invocations/build:8945511751514863184",
|
|
|
+ "update_token": "token"
|
|
|
+ },
|
|
|
+ "hostname": "rdbhost"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "name": "ensure depot_tools/.cipd_bin",
|
|
|
+ "~followup_annotations": [
|
|
|
+ "@@@STEP_LOG_LINE@json.output@{@@@",
|
|
|
+ "@@@STEP_LOG_LINE@json.output@ \"result\": {}@@@",
|
|
|
+ "@@@STEP_LOG_LINE@json.output@}@@@",
|
|
|
+ "@@@STEP_LOG_END@json.output@@@"
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"cmd": [
|
|
|
"vpython3",
|