Commit ffbe9699 authored by recipe-roller's avatar recipe-roller Committed by LUCI CQ

Roll recipe dependencies (nontrivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

The build that created this CL was
https://ci.chromium.org/b/8835439534712066113

Please review the expectation changes, and LGTM+CQ.

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/63c685b8721140415e55e8756a5026ff5349dfc6~..f28ac0ab20025138a3f46845de09d625960c2a97
  63c685b (chanli@chromium.org)
      [buildbucket] test_api: emulate luci_context based on build info
  f28ac0a (chanli@chromium.org)
      Reland "[recipe-py] expose resultdb info in LUCI_CONTEXT"

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=nodir@chromium.org, tandrii@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: If2d4beb72d786f852feca9f4d43e08778bf71f3b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3174366
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@google.com>
parent 39267252
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"deps": { "deps": {
"recipe_engine": { "recipe_engine": {
"branch": "refs/heads/main", "branch": "refs/heads/main",
"revision": "e5c0c553e875e075fcca2f216ddd848b69263eb1", "revision": "f28ac0ab20025138a3f46845de09d625960c2a97",
"url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
} }
}, },
......
...@@ -1104,23 +1104,23 @@ PYTHON_VERSION_COMPATIBILITY: PY2+3 ...@@ -1104,23 +1104,23 @@ PYTHON_VERSION_COMPATIBILITY: PY2+3
&mdash; **def [RunSteps](/recipes/recipe_modules/windows_sdk/examples/full.py#15)(api):** &mdash; **def [RunSteps](/recipes/recipe_modules/windows_sdk/examples/full.py#15)(api):**
[recipe_engine/recipe_modules/assertions]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-assertions [recipe_engine/recipe_modules/assertions]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-assertions
[recipe_engine/recipe_modules/buildbucket]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-buildbucket [recipe_engine/recipe_modules/buildbucket]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-buildbucket
[recipe_engine/recipe_modules/cipd]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-cipd [recipe_engine/recipe_modules/cipd]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-cipd
[recipe_engine/recipe_modules/commit_position]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-commit_position [recipe_engine/recipe_modules/commit_position]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-commit_position
[recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-context [recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-context
[recipe_engine/recipe_modules/cq]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-cq [recipe_engine/recipe_modules/cq]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-cq
[recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-file [recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-file
[recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-json [recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-json
[recipe_engine/recipe_modules/milo]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-milo [recipe_engine/recipe_modules/milo]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-milo
[recipe_engine/recipe_modules/path]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-path [recipe_engine/recipe_modules/path]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-path
[recipe_engine/recipe_modules/platform]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-platform [recipe_engine/recipe_modules/platform]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-platform
[recipe_engine/recipe_modules/properties]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-properties [recipe_engine/recipe_modules/properties]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-properties
[recipe_engine/recipe_modules/python]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-python [recipe_engine/recipe_modules/python]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-python
[recipe_engine/recipe_modules/raw_io]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-raw_io [recipe_engine/recipe_modules/raw_io]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-raw_io
[recipe_engine/recipe_modules/resultdb]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-resultdb [recipe_engine/recipe_modules/resultdb]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-resultdb
[recipe_engine/recipe_modules/runtime]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-runtime [recipe_engine/recipe_modules/runtime]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-runtime
[recipe_engine/recipe_modules/step]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-step [recipe_engine/recipe_modules/step]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-step
[recipe_engine/recipe_modules/url]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-url [recipe_engine/recipe_modules/url]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-url
[recipe_engine/recipe_modules/version]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/README.recipes.md#recipe_modules-version [recipe_engine/recipe_modules/version]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-version
[recipe_engine/wkt/RecipeApi]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/recipe_engine/recipe_api.py#881 [recipe_engine/wkt/RecipeApi]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f28ac0ab20025138a3f46845de09d625960c2a97/recipe_engine/recipe_api.py#881
...@@ -36,6 +36,18 @@ ...@@ -36,6 +36,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -36,6 +36,18 @@ ...@@ -36,6 +36,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@{@@@",
......
...@@ -34,6 +34,18 @@ ...@@ -34,6 +34,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -35,6 +35,18 @@ ...@@ -35,6 +35,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch) - with branch heads", "name": "bot_update (without patch) - with branch heads",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -34,6 +34,18 @@ ...@@ -34,6 +34,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@{@@@",
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -81,6 +93,18 @@ ...@@ -81,6 +93,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
...@@ -155,6 +179,18 @@ ...@@ -155,6 +179,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -32,6 +32,17 @@ ...@@ -32,6 +32,17 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": ":"
},
"resultdb": {
"current_invocation": {
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
...@@ -143,6 +154,17 @@ ...@@ -143,6 +154,17 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": ":"
},
"resultdb": {
"current_invocation": {
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -81,6 +93,18 @@ ...@@ -81,6 +93,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
...@@ -197,6 +221,18 @@ ...@@ -197,6 +221,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -34,6 +34,18 @@ ...@@ -34,6 +34,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@{@@@",
......
...@@ -34,6 +34,18 @@ ...@@ -34,6 +34,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@{@@@",
......
...@@ -34,6 +34,18 @@ ...@@ -34,6 +34,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@{@@@",
......
...@@ -34,6 +34,18 @@ ...@@ -34,6 +34,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@{@@@",
......
...@@ -34,6 +34,18 @@ ...@@ -34,6 +34,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -34,6 +34,18 @@ ...@@ -34,6 +34,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -32,6 +32,18 @@ ...@@ -32,6 +32,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -36,6 +36,18 @@ ...@@ -36,6 +36,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -81,6 +93,18 @@ ...@@ -81,6 +93,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_END@json.output (invalid)@@@", "@@@STEP_LOG_END@json.output (invalid)@@@",
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -81,6 +93,18 @@ ...@@ -81,6 +93,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -81,6 +93,18 @@ ...@@ -81,6 +93,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -81,6 +93,18 @@ ...@@ -81,6 +93,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
...@@ -197,6 +221,18 @@ ...@@ -197,6 +221,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -81,6 +93,18 @@ ...@@ -81,6 +93,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
...@@ -194,6 +218,18 @@ ...@@ -194,6 +218,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -81,6 +93,18 @@ ...@@ -81,6 +93,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
...@@ -194,6 +218,18 @@ ...@@ -194,6 +218,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -81,6 +93,18 @@ ...@@ -81,6 +93,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
...@@ -197,6 +221,18 @@ ...@@ -197,6 +221,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -81,6 +93,18 @@ ...@@ -81,6 +93,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
...@@ -207,6 +231,18 @@ ...@@ -207,6 +231,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -81,6 +93,18 @@ ...@@ -81,6 +93,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
...@@ -197,6 +221,18 @@ ...@@ -197,6 +221,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -81,6 +93,18 @@ ...@@ -81,6 +93,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update", "name": "bot_update",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
...@@ -197,6 +221,18 @@ ...@@ -197,6 +221,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium/src:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "bot_update (without patch)", "name": "bot_update (without patch)",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@", "@@@STEP_TEXT@Some step text@@@",
......
...@@ -17,6 +17,18 @@ ...@@ -17,6 +17,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient setup" "name": "gclient setup"
}, },
{ {
...@@ -49,6 +61,18 @@ ...@@ -49,6 +61,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient sync", "name": "gclient sync",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@{@@@",
...@@ -81,6 +105,18 @@ ...@@ -81,6 +105,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient recurse (git config user.name)" "name": "gclient recurse (git config user.name)"
}, },
{ {
...@@ -103,6 +139,18 @@ ...@@ -103,6 +139,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient recurse (git config user.email)" "name": "gclient recurse (git config user.email)"
}, },
{ {
...@@ -124,6 +172,18 @@ ...@@ -124,6 +172,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "[spec: Angle] gclient setup" "name": "[spec: Angle] gclient setup"
}, },
{ {
...@@ -157,6 +217,18 @@ ...@@ -157,6 +217,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "[spec: Angle] gclient sync", "name": "[spec: Angle] gclient sync",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@{@@@",
...@@ -194,6 +266,18 @@ ...@@ -194,6 +266,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "[spec: Angle] gclient recurse (git config user.name)" "name": "[spec: Angle] gclient recurse (git config user.name)"
}, },
{ {
...@@ -217,6 +301,18 @@ ...@@ -217,6 +301,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "[spec: Angle] gclient recurse (git config user.email)" "name": "[spec: Angle] gclient recurse (git config user.email)"
}, },
{ {
...@@ -227,6 +323,18 @@ ...@@ -227,6 +323,18 @@
"[START_DIR]" "[START_DIR]"
], ],
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "cleanup index.lock", "name": "cleanup index.lock",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@", "@@@STEP_LOG_LINE@python.inline@@@@",
...@@ -260,6 +368,18 @@ ...@@ -260,6 +368,18 @@
"RECIPE_REPO[depot_tools]" "RECIPE_REPO[depot_tools]"
] ]
}, },
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient runhooks" "name": "gclient runhooks"
}, },
{ {
......
...@@ -17,6 +17,18 @@ ...@@ -17,6 +17,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient setup" "name": "gclient setup"
}, },
{ {
...@@ -47,6 +59,18 @@ ...@@ -47,6 +59,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient sync", "name": "gclient sync",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@{@@@",
...@@ -79,6 +103,18 @@ ...@@ -79,6 +103,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient recurse (git config user.name)" "name": "gclient recurse (git config user.name)"
}, },
{ {
...@@ -101,6 +137,18 @@ ...@@ -101,6 +137,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient recurse (git config user.email)" "name": "gclient recurse (git config user.email)"
}, },
{ {
...@@ -122,6 +170,18 @@ ...@@ -122,6 +170,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "[spec: Angle] gclient setup" "name": "[spec: Angle] gclient setup"
}, },
{ {
...@@ -155,6 +215,18 @@ ...@@ -155,6 +215,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "[spec: Angle] gclient sync", "name": "[spec: Angle] gclient sync",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@", "@@@STEP_LOG_LINE@json.output@{@@@",
...@@ -192,6 +264,18 @@ ...@@ -192,6 +264,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "[spec: Angle] gclient recurse (git config user.name)" "name": "[spec: Angle] gclient recurse (git config user.name)"
}, },
{ {
...@@ -215,6 +299,18 @@ ...@@ -215,6 +299,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "[spec: Angle] gclient recurse (git config user.email)" "name": "[spec: Angle] gclient recurse (git config user.email)"
}, },
{ {
...@@ -225,6 +321,18 @@ ...@@ -225,6 +321,18 @@
"[START_DIR]" "[START_DIR]"
], ],
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "cleanup index.lock", "name": "cleanup index.lock",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@", "@@@STEP_LOG_LINE@python.inline@@@@",
...@@ -258,6 +366,18 @@ ...@@ -258,6 +366,18 @@
"RECIPE_REPO[depot_tools]" "RECIPE_REPO[depot_tools]"
] ]
}, },
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient runhooks" "name": "gclient runhooks"
}, },
{ {
......
...@@ -11,6 +11,18 @@ ...@@ -11,6 +11,18 @@
], ],
"cwd": "[CACHE]", "cwd": "[CACHE]",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "checkout the previous DEPS" "name": "checkout the previous DEPS"
}, },
{ {
...@@ -32,6 +44,18 @@ ...@@ -32,6 +44,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient recursively git diff all DEPS", "name": "gclient recursively git diff all DEPS",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@raw_io.output_text@10>third_party/mockfile1@@@", "@@@STEP_LOG_LINE@raw_io.output_text@10>third_party/mockfile1@@@",
...@@ -51,6 +75,18 @@ ...@@ -51,6 +75,18 @@
], ],
"cwd": "[CACHE]", "cwd": "[CACHE]",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "checkout the original DEPS" "name": "checkout the original DEPS"
}, },
{ {
......
...@@ -11,6 +11,18 @@ ...@@ -11,6 +11,18 @@
], ],
"cwd": "[CACHE]", "cwd": "[CACHE]",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "checkout the previous DEPS" "name": "checkout the previous DEPS"
}, },
{ {
...@@ -32,6 +44,18 @@ ...@@ -32,6 +44,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient recursively git diff all DEPS", "name": "gclient recursively git diff all DEPS",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@raw_io.output_text@fatal: bad object abcdef1234567890@@@", "@@@STEP_LOG_LINE@raw_io.output_text@fatal: bad object abcdef1234567890@@@",
...@@ -52,6 +76,18 @@ ...@@ -52,6 +76,18 @@
], ],
"cwd": "[CACHE]", "cwd": "[CACHE]",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "checkout the original DEPS" "name": "checkout the original DEPS"
}, },
{ {
......
...@@ -11,6 +11,18 @@ ...@@ -11,6 +11,18 @@
], ],
"cwd": "[CACHE]", "cwd": "[CACHE]",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "checkout the previous DEPS" "name": "checkout the previous DEPS"
}, },
{ {
...@@ -32,6 +44,18 @@ ...@@ -32,6 +44,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient recursively git diff all DEPS", "name": "gclient recursively git diff all DEPS",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_END@raw_io.output_text@@@", "@@@STEP_LOG_END@raw_io.output_text@@@",
...@@ -51,6 +75,18 @@ ...@@ -51,6 +75,18 @@
], ],
"cwd": "[CACHE]", "cwd": "[CACHE]",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "checkout the original DEPS" "name": "checkout the original DEPS"
}, },
{ {
......
...@@ -11,6 +11,18 @@ ...@@ -11,6 +11,18 @@
], ],
"cwd": "[CACHE]", "cwd": "[CACHE]",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "checkout the previous DEPS" "name": "checkout the previous DEPS"
}, },
{ {
...@@ -32,6 +44,18 @@ ...@@ -32,6 +44,18 @@
] ]
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gclient recursively git diff all DEPS", "name": "gclient recursively git diff all DEPS",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@raw_io.output_text@10>third_party/mockfile1@@@", "@@@STEP_LOG_LINE@raw_io.output_text@10>third_party/mockfile1@@@",
...@@ -51,6 +75,18 @@ ...@@ -51,6 +75,18 @@
], ],
"cwd": "[CACHE]", "cwd": "[CACHE]",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "checkout the original DEPS" "name": "checkout the original DEPS"
}, },
{ {
......
...@@ -9,6 +9,18 @@ ...@@ -9,6 +9,18 @@
"--url", "--url",
"https://chromium.googlesource.com/chromium/src.git" "https://chromium.googlesource.com/chromium/src.git"
], ],
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git setup" "name": "git setup"
}, },
{ {
...@@ -25,6 +37,18 @@ ...@@ -25,6 +37,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git fetch" "name": "git fetch"
}, },
{ {
...@@ -36,6 +60,18 @@ ...@@ -36,6 +60,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git checkout" "name": "git checkout"
}, },
{ {
...@@ -46,6 +82,18 @@ ...@@ -46,6 +82,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "read revision", "name": "read revision",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
...@@ -61,6 +109,18 @@ ...@@ -61,6 +109,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git clean" "name": "git clean"
}, },
{ {
...@@ -71,6 +131,18 @@ ...@@ -71,6 +131,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "submodule sync" "name": "submodule sync"
}, },
{ {
...@@ -83,6 +155,18 @@ ...@@ -83,6 +155,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "submodule update" "name": "submodule update"
}, },
{ {
...@@ -95,6 +179,18 @@ ...@@ -95,6 +179,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "count-objects" "name": "count-objects"
}, },
{ {
...@@ -106,6 +202,18 @@ ...@@ -106,6 +202,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git config remote.origin.url", "name": "git config remote.origin.url",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@foo@@@" "@@@STEP_TEXT@foo@@@"
...@@ -121,6 +229,18 @@ ...@@ -121,6 +229,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git show" "name": "git show"
}, },
{ {
...@@ -132,6 +252,18 @@ ...@@ -132,6 +252,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git fetch tags" "name": "git fetch tags"
}, },
{ {
...@@ -141,6 +273,18 @@ ...@@ -141,6 +273,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status" "name": "git status"
}, },
{ {
...@@ -150,6 +294,18 @@ ...@@ -150,6 +294,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status can_fail_build" "name": "git status can_fail_build"
}, },
{ {
...@@ -159,6 +315,18 @@ ...@@ -159,6 +315,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status cannot_fail_build" "name": "git status cannot_fail_build"
}, },
{ {
...@@ -172,6 +340,18 @@ ...@@ -172,6 +340,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch refactor" "name": "git new-branch refactor"
}, },
{ {
...@@ -187,6 +367,18 @@ ...@@ -187,6 +367,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch feature" "name": "git new-branch feature"
}, },
{ {
...@@ -201,6 +393,18 @@ ...@@ -201,6 +393,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch track_current" "name": "git new-branch track_current"
}, },
{ {
...@@ -211,6 +415,18 @@ ...@@ -211,6 +415,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "my repo rebase" "name": "my repo rebase"
}, },
{ {
...@@ -223,6 +439,18 @@ ...@@ -223,6 +439,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git bundle" "name": "git bundle"
}, },
{ {
......
...@@ -9,6 +9,18 @@ ...@@ -9,6 +9,18 @@
"--url", "--url",
"https://chromium.googlesource.com/chromium/src.git" "https://chromium.googlesource.com/chromium/src.git"
], ],
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git setup" "name": "git setup"
}, },
{ {
...@@ -24,6 +36,18 @@ ...@@ -24,6 +36,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git fetch" "name": "git fetch"
}, },
{ {
...@@ -35,6 +59,18 @@ ...@@ -35,6 +59,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git checkout" "name": "git checkout"
}, },
{ {
...@@ -45,6 +81,18 @@ ...@@ -45,6 +81,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "read revision", "name": "read revision",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
...@@ -60,6 +108,18 @@ ...@@ -60,6 +108,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git clean" "name": "git clean"
}, },
{ {
...@@ -70,6 +130,18 @@ ...@@ -70,6 +130,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "submodule sync" "name": "submodule sync"
}, },
{ {
...@@ -82,6 +154,18 @@ ...@@ -82,6 +154,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "submodule update" "name": "submodule update"
}, },
{ {
...@@ -94,6 +178,18 @@ ...@@ -94,6 +178,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "count-objects" "name": "count-objects"
}, },
{ {
...@@ -105,6 +201,18 @@ ...@@ -105,6 +201,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git config remote.origin.url", "name": "git config remote.origin.url",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@foo@@@" "@@@STEP_TEXT@foo@@@"
...@@ -120,6 +228,18 @@ ...@@ -120,6 +228,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git show" "name": "git show"
}, },
{ {
...@@ -131,6 +251,18 @@ ...@@ -131,6 +251,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git fetch tags" "name": "git fetch tags"
}, },
{ {
...@@ -140,6 +272,18 @@ ...@@ -140,6 +272,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status" "name": "git status"
}, },
{ {
...@@ -149,6 +293,18 @@ ...@@ -149,6 +293,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status can_fail_build" "name": "git status can_fail_build"
}, },
{ {
...@@ -158,6 +314,18 @@ ...@@ -158,6 +314,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status cannot_fail_build" "name": "git status cannot_fail_build"
}, },
{ {
...@@ -171,6 +339,18 @@ ...@@ -171,6 +339,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch refactor" "name": "git new-branch refactor"
}, },
{ {
...@@ -186,6 +366,18 @@ ...@@ -186,6 +366,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch feature" "name": "git new-branch feature"
}, },
{ {
...@@ -200,6 +392,18 @@ ...@@ -200,6 +392,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch track_current" "name": "git new-branch track_current"
}, },
{ {
...@@ -210,6 +414,18 @@ ...@@ -210,6 +414,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "my repo rebase" "name": "my repo rebase"
}, },
{ {
...@@ -222,6 +438,18 @@ ...@@ -222,6 +438,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git bundle" "name": "git bundle"
}, },
{ {
......
...@@ -9,6 +9,18 @@ ...@@ -9,6 +9,18 @@
"--url", "--url",
"https://chromium.googlesource.com/chromium/src.git" "https://chromium.googlesource.com/chromium/src.git"
], ],
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git setup" "name": "git setup"
}, },
{ {
...@@ -25,6 +37,18 @@ ...@@ -25,6 +37,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git fetch" "name": "git fetch"
}, },
{ {
...@@ -36,6 +60,18 @@ ...@@ -36,6 +60,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git checkout" "name": "git checkout"
}, },
{ {
...@@ -46,6 +82,18 @@ ...@@ -46,6 +82,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "read revision", "name": "read revision",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
...@@ -61,6 +109,18 @@ ...@@ -61,6 +109,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git clean" "name": "git clean"
}, },
{ {
...@@ -71,6 +131,18 @@ ...@@ -71,6 +131,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "submodule sync" "name": "submodule sync"
}, },
{ {
...@@ -83,6 +155,18 @@ ...@@ -83,6 +155,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "submodule update" "name": "submodule update"
}, },
{ {
...@@ -95,6 +179,18 @@ ...@@ -95,6 +179,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "count-objects" "name": "count-objects"
}, },
{ {
...@@ -106,6 +202,18 @@ ...@@ -106,6 +202,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git config remote.origin.url", "name": "git config remote.origin.url",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@foo@@@" "@@@STEP_TEXT@foo@@@"
...@@ -121,6 +229,18 @@ ...@@ -121,6 +229,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git show" "name": "git show"
}, },
{ {
...@@ -132,6 +252,18 @@ ...@@ -132,6 +252,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git fetch tags" "name": "git fetch tags"
}, },
{ {
...@@ -141,6 +273,18 @@ ...@@ -141,6 +273,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status" "name": "git status"
}, },
{ {
...@@ -150,6 +294,18 @@ ...@@ -150,6 +294,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status can_fail_build" "name": "git status can_fail_build"
}, },
{ {
...@@ -159,6 +315,18 @@ ...@@ -159,6 +315,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status cannot_fail_build" "name": "git status cannot_fail_build"
}, },
{ {
...@@ -172,6 +340,18 @@ ...@@ -172,6 +340,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch refactor" "name": "git new-branch refactor"
}, },
{ {
...@@ -187,6 +367,18 @@ ...@@ -187,6 +367,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch feature" "name": "git new-branch feature"
}, },
{ {
...@@ -201,6 +393,18 @@ ...@@ -201,6 +393,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch track_current" "name": "git new-branch track_current"
}, },
{ {
...@@ -211,6 +415,18 @@ ...@@ -211,6 +415,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "my repo rebase" "name": "my repo rebase"
}, },
{ {
...@@ -223,6 +439,18 @@ ...@@ -223,6 +439,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git bundle" "name": "git bundle"
}, },
{ {
......
...@@ -9,6 +9,18 @@ ...@@ -9,6 +9,18 @@
"--url", "--url",
"https://chromium.googlesource.com/chromium/src.git" "https://chromium.googlesource.com/chromium/src.git"
], ],
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git setup" "name": "git setup"
}, },
{ {
...@@ -25,6 +37,18 @@ ...@@ -25,6 +37,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git fetch" "name": "git fetch"
}, },
{ {
...@@ -36,6 +60,18 @@ ...@@ -36,6 +60,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git checkout" "name": "git checkout"
}, },
{ {
...@@ -46,6 +82,18 @@ ...@@ -46,6 +82,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "read revision", "name": "read revision",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
...@@ -61,6 +109,18 @@ ...@@ -61,6 +109,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git clean" "name": "git clean"
}, },
{ {
...@@ -71,6 +131,18 @@ ...@@ -71,6 +131,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "submodule sync" "name": "submodule sync"
}, },
{ {
...@@ -83,6 +155,18 @@ ...@@ -83,6 +155,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "submodule update" "name": "submodule update"
}, },
{ {
...@@ -95,6 +179,18 @@ ...@@ -95,6 +179,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "count-objects" "name": "count-objects"
}, },
{ {
...@@ -106,6 +202,18 @@ ...@@ -106,6 +202,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git config remote.origin.url", "name": "git config remote.origin.url",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@foo@@@" "@@@STEP_TEXT@foo@@@"
...@@ -121,6 +229,18 @@ ...@@ -121,6 +229,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git show" "name": "git show"
}, },
{ {
...@@ -132,6 +252,18 @@ ...@@ -132,6 +252,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git fetch tags" "name": "git fetch tags"
}, },
{ {
...@@ -141,6 +273,18 @@ ...@@ -141,6 +273,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status" "name": "git status"
}, },
{ {
...@@ -150,6 +294,18 @@ ...@@ -150,6 +294,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status can_fail_build" "name": "git status can_fail_build"
}, },
{ {
...@@ -159,6 +315,18 @@ ...@@ -159,6 +315,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status cannot_fail_build" "name": "git status cannot_fail_build"
}, },
{ {
...@@ -172,6 +340,18 @@ ...@@ -172,6 +340,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch refactor" "name": "git new-branch refactor"
}, },
{ {
...@@ -187,6 +367,18 @@ ...@@ -187,6 +367,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch feature" "name": "git new-branch feature"
}, },
{ {
...@@ -201,6 +393,18 @@ ...@@ -201,6 +393,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch track_current" "name": "git new-branch track_current"
}, },
{ {
...@@ -211,6 +415,18 @@ ...@@ -211,6 +415,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "my repo rebase" "name": "my repo rebase"
}, },
{ {
...@@ -222,6 +438,18 @@ ...@@ -222,6 +438,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git fetch tags (2)" "name": "git fetch tags (2)"
}, },
{ {
...@@ -233,6 +461,18 @@ ...@@ -233,6 +461,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git cat-file abcdef12345:TestFile" "name": "git cat-file abcdef12345:TestFile"
}, },
{ {
...@@ -245,6 +485,18 @@ ...@@ -245,6 +485,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git bundle" "name": "git bundle"
}, },
{ {
......
...@@ -9,6 +9,18 @@ ...@@ -9,6 +9,18 @@
"--url", "--url",
"https://chromium.googlesource.com/chromium/src.git" "https://chromium.googlesource.com/chromium/src.git"
], ],
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git setup" "name": "git setup"
}, },
{ {
...@@ -26,6 +38,18 @@ ...@@ -26,6 +38,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git fetch" "name": "git fetch"
}, },
{ {
...@@ -37,6 +61,18 @@ ...@@ -37,6 +61,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git checkout" "name": "git checkout"
}, },
{ {
...@@ -47,6 +83,18 @@ ...@@ -47,6 +83,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "read revision", "name": "read revision",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
...@@ -62,6 +110,18 @@ ...@@ -62,6 +110,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git clean" "name": "git clean"
}, },
{ {
...@@ -72,6 +132,18 @@ ...@@ -72,6 +132,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "submodule sync" "name": "submodule sync"
}, },
{ {
...@@ -84,6 +156,18 @@ ...@@ -84,6 +156,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "submodule update" "name": "submodule update"
}, },
{ {
...@@ -96,6 +180,18 @@ ...@@ -96,6 +180,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "count-objects" "name": "count-objects"
}, },
{ {
...@@ -107,6 +203,18 @@ ...@@ -107,6 +203,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git config remote.origin.url", "name": "git config remote.origin.url",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_TEXT@foo@@@" "@@@STEP_TEXT@foo@@@"
...@@ -122,6 +230,18 @@ ...@@ -122,6 +230,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git show" "name": "git show"
}, },
{ {
...@@ -133,6 +253,18 @@ ...@@ -133,6 +253,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git fetch tags" "name": "git fetch tags"
}, },
{ {
...@@ -142,6 +274,18 @@ ...@@ -142,6 +274,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status" "name": "git status"
}, },
{ {
...@@ -151,6 +295,18 @@ ...@@ -151,6 +295,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status can_fail_build" "name": "git status can_fail_build"
}, },
{ {
...@@ -160,6 +316,18 @@ ...@@ -160,6 +316,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git status cannot_fail_build" "name": "git status cannot_fail_build"
}, },
{ {
...@@ -173,6 +341,18 @@ ...@@ -173,6 +341,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch refactor" "name": "git new-branch refactor"
}, },
{ {
...@@ -188,6 +368,18 @@ ...@@ -188,6 +368,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch feature" "name": "git new-branch feature"
}, },
{ {
...@@ -202,6 +394,18 @@ ...@@ -202,6 +394,18 @@
"PATH": "RECIPE_REPO[depot_tools]:<PATH>" "PATH": "RECIPE_REPO[depot_tools]:<PATH>"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git new-branch track_current" "name": "git new-branch track_current"
}, },
{ {
...@@ -212,6 +416,18 @@ ...@@ -212,6 +416,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "my repo rebase" "name": "my repo rebase"
}, },
{ {
...@@ -224,6 +440,18 @@ ...@@ -224,6 +440,18 @@
], ],
"cwd": "[START_DIR]/src", "cwd": "[START_DIR]/src",
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "project:ci"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git bundle" "name": "git bundle"
}, },
{ {
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -65,6 +77,18 @@ ...@@ -65,6 +77,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit changes", "name": "gerrit changes",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -99,6 +123,18 @@ ...@@ -99,6 +123,18 @@
"--json", "--json",
"/path/to/tmp/json" "/path/to/tmp/json"
], ],
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "parse description", "name": "parse description",
"stdin": "Change commit message", "stdin": "Change commit message",
"~followup_annotations": [ "~followup_annotations": [
...@@ -130,6 +166,18 @@ ...@@ -130,6 +166,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit changes (2)", "name": "gerrit changes (2)",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -164,6 +212,18 @@ ...@@ -164,6 +212,18 @@
"--json", "--json",
"/path/to/tmp/json" "/path/to/tmp/json"
], ],
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "parse description (2)", "name": "parse description (2)",
"stdin": "Change commit message", "stdin": "Change commit message",
"~followup_annotations": [ "~followup_annotations": [
...@@ -182,6 +242,18 @@ ...@@ -182,6 +242,18 @@
"--name-only" "--name-only"
], ],
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git diff to analyze patch", "name": "git diff to analyze patch",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@files@None/foo.cc@@@", "@@@STEP_LOG_LINE@files@None/foo.cc@@@",
...@@ -274,6 +346,18 @@ ...@@ -274,6 +346,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info (2)", "name": "gerrit fetch current CL info (2)",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
......
...@@ -22,6 +22,18 @@ ...@@ -22,6 +22,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info", "name": "gerrit fetch current CL info",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -65,6 +77,18 @@ ...@@ -65,6 +77,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit changes", "name": "gerrit changes",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -99,6 +123,18 @@ ...@@ -99,6 +123,18 @@
"--json", "--json",
"/path/to/tmp/json" "/path/to/tmp/json"
], ],
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "parse description", "name": "parse description",
"stdin": "Change commit message", "stdin": "Change commit message",
"~followup_annotations": [ "~followup_annotations": [
...@@ -130,6 +166,18 @@ ...@@ -130,6 +166,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit changes (2)", "name": "gerrit changes (2)",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
...@@ -164,6 +212,18 @@ ...@@ -164,6 +212,18 @@
"--json", "--json",
"/path/to/tmp/json" "/path/to/tmp/json"
], ],
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "parse description (2)", "name": "parse description (2)",
"stdin": "Change commit message", "stdin": "Change commit message",
"~followup_annotations": [ "~followup_annotations": [
...@@ -182,6 +242,18 @@ ...@@ -182,6 +242,18 @@
"--name-only" "--name-only"
], ],
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "git diff to analyze patch", "name": "git diff to analyze patch",
"~followup_annotations": [ "~followup_annotations": [
"@@@STEP_LOG_LINE@files@None/foo.cc@@@", "@@@STEP_LOG_LINE@files@None/foo.cc@@@",
...@@ -274,6 +346,18 @@ ...@@ -274,6 +346,18 @@
"PATH": "<PATH>:RECIPE_REPO[depot_tools]" "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
}, },
"infra_step": true, "infra_step": true,
"luci_context": {
"realm": {
"name": "chromium:linux"
},
"resultdb": {
"current_invocation": {
"name": "invocations/build:8945511751514863184",
"update_token": "token"
},
"hostname": "rdbhost"
}
},
"name": "gerrit fetch current CL info (2)", "name": "gerrit fetch current CL info (2)",
"timeout": 60, "timeout": 60,
"~followup_annotations": [ "~followup_annotations": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment