From ffbe96997ebdf6061dc486b5450d3e04e6063e92 Mon Sep 17 00:00:00 2001 From: recipe-roller Date: Tue, 21 Sep 2021 23:13:41 +0000 Subject: [PATCH] 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 Commit-Queue: Andrii Shyshkalov Auto-Submit: Recipe Roller Reviewed-by: Andrii Shyshkalov --- infra/config/recipes.cfg | 2 +- recipes/README.recipes.md | 40 +-- .../full.expected/add_blamelists.json | 12 + .../add_blamelists_bot_update_failure.json | 12 + .../examples/full.expected/basic.json | 12 + .../basic_with_branch_heads.json | 12 + .../full.expected/bot_update_failure.json | 12 + .../deprecated_got_revision_mapping.json | 36 +++ .../input_commit_with_id_without_repo.json | 22 ++ .../no_apply_patch_on_gclient.json | 36 +++ .../full.expected/no_cp_checkout_HEAD.json | 12 + .../no_cp_checkout_a_branch_head.json | 12 + .../no_cp_checkout_a_specific_commit.json | 12 + .../full.expected/no_cp_checkout_main.json | 12 + .../examples/full.expected/origin_main.json | 12 + .../resolve_chromium_fixed_version.json | 12 + ...sion_fallback_chain_set_output_commit.json | 12 + .../revision_specifying_ref.json | 12 + .../examples/full.expected/tryjob_fail.json | 24 ++ .../full.expected/tryjob_fail_patch.json | 24 ++ .../tryjob_fail_patch_download.json | 24 ++ .../full.expected/tryjob_gerrit_angle.json | 36 +++ .../tryjob_gerrit_branch_heads.json | 36 +++ .../tryjob_gerrit_feature_branch.json | 36 +++ .../tryjob_gerrit_v8_feature_branch.json | 36 +++ .../full.expected/tryjob_gerrit_webrtc.json | 36 +++ .../examples/full.expected/tryjob_v8.json | 36 +++ .../tryjob_v8_head_by_default.json | 36 +++ .../examples/full.expected/revision.json | 120 +++++++++ .../examples/full.expected/tryserver.json | 120 +++++++++ .../tests/diff_deps.expected/basic.json | 36 +++ .../dont have revision yet.json | 36 +++ .../no change, exception.json | 36 +++ .../tests/diff_deps.expected/windows.json | 36 +++ .../examples/full.expected/basic_branch.json | 228 ++++++++++++++++ .../examples/full.expected/basic_hash.json | 228 ++++++++++++++++ .../git/examples/full.expected/basic_ref.json | 228 ++++++++++++++++ .../examples/full.expected/cat-file_test.json | 252 ++++++++++++++++++ .../full.expected/curl_trace_file.json | 228 ++++++++++++++++ .../full.expected/with_gerrit_patch.json | 84 ++++++ .../with_gerrit_patch_and_target_ref.json | 84 ++++++ 41 files changed, 2311 insertions(+), 21 deletions(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index d04b46f1c..6aadf1a26 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -16,7 +16,7 @@ "deps": { "recipe_engine": { "branch": "refs/heads/main", - "revision": "e5c0c553e875e075fcca2f216ddd848b69263eb1", + "revision": "f28ac0ab20025138a3f46845de09d625960c2a97", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } }, diff --git a/recipes/README.recipes.md b/recipes/README.recipes.md index ca7642b19..19ab52787 100644 --- a/recipes/README.recipes.md +++ b/recipes/README.recipes.md @@ -1104,23 +1104,23 @@ PYTHON_VERSION_COMPATIBILITY: PY2+3 — **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/buildbucket]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/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/commit_position]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/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/cq]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/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/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/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/path]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/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/properties]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/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/raw_io]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/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/runtime]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/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/url]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/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/wkt/RecipeApi]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e5c0c553e875e075fcca2f216ddd848b69263eb1/recipe_engine/recipe_api.py#881 +[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/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-buildbucket +[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/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-commit_position +[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/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-cq +[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/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-json +[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/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-path +[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/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-properties +[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/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-raw_io +[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/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-runtime +[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/+/f28ac0ab20025138a3f46845de09d625960c2a97/README.recipes.md#recipe_modules-url +[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/+/f28ac0ab20025138a3f46845de09d625960c2a97/recipe_engine/recipe_api.py#881 diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists.json b/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists.json index 7268dfcd7..e8c1df138 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists.json @@ -36,6 +36,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists_bot_update_failure.json b/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists_bot_update_failure.json index b9cafc777..52cc689b9 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists_bot_update_failure.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/add_blamelists_bot_update_failure.json @@ -36,6 +36,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/basic.json b/recipes/recipe_modules/bot_update/examples/full.expected/basic.json index 1cacd86d5..a321f17c6 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/basic.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/basic.json @@ -34,6 +34,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/basic_with_branch_heads.json b/recipes/recipe_modules/bot_update/examples/full.expected/basic_with_branch_heads.json index eb4c9c792..b01001852 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/basic_with_branch_heads.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/basic_with_branch_heads.json @@ -35,6 +35,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/bot_update_failure.json b/recipes/recipe_modules/bot_update/examples/full.expected/bot_update_failure.json index 4480eb5d4..615e59b98 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/bot_update_failure.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/bot_update_failure.json @@ -34,6 +34,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/deprecated_got_revision_mapping.json b/recipes/recipe_modules/bot_update/examples/full.expected/deprecated_got_revision_mapping.json index b6be1abee..bd7132ca5 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/deprecated_got_revision_mapping.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/deprecated_got_revision_mapping.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -81,6 +93,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", @@ -155,6 +179,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/input_commit_with_id_without_repo.json b/recipes/recipe_modules/bot_update/examples/full.expected/input_commit_with_id_without_repo.json index 3823f633f..ae9f9b1b9 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/input_commit_with_id_without_repo.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/input_commit_with_id_without_repo.json @@ -32,6 +32,17 @@ ] }, "infra_step": true, + "luci_context": { + "realm": { + "name": ":" + }, + "resultdb": { + "current_invocation": { + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", @@ -143,6 +154,17 @@ ] }, "infra_step": true, + "luci_context": { + "realm": { + "name": ":" + }, + "resultdb": { + "current_invocation": { + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "bot_update (without patch)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/no_apply_patch_on_gclient.json b/recipes/recipe_modules/bot_update/examples/full.expected/no_apply_patch_on_gclient.json index 0853a0b7f..1d5b0445b 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/no_apply_patch_on_gclient.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/no_apply_patch_on_gclient.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -81,6 +93,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", @@ -197,6 +221,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_HEAD.json b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_HEAD.json index 29147b4eb..484464702 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_HEAD.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_HEAD.json @@ -34,6 +34,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_branch_head.json b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_branch_head.json index eec993e00..ee0c1ddcc 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_branch_head.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_branch_head.json @@ -34,6 +34,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_specific_commit.json b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_specific_commit.json index 5faab3b76..58405ebba 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_specific_commit.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_specific_commit.json @@ -34,6 +34,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_main.json b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_main.json index c54a570cd..f8e975a9a 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_main.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_main.json @@ -34,6 +34,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/origin_main.json b/recipes/recipe_modules/bot_update/examples/full.expected/origin_main.json index cc045c342..9dba48ff2 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/origin_main.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/origin_main.json @@ -34,6 +34,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/resolve_chromium_fixed_version.json b/recipes/recipe_modules/bot_update/examples/full.expected/resolve_chromium_fixed_version.json index 1cacd86d5..a321f17c6 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/resolve_chromium_fixed_version.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/resolve_chromium_fixed_version.json @@ -34,6 +34,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/revision_fallback_chain_set_output_commit.json b/recipes/recipe_modules/bot_update/examples/full.expected/revision_fallback_chain_set_output_commit.json index b8dcd25b9..67acde5e8 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/revision_fallback_chain_set_output_commit.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/revision_fallback_chain_set_output_commit.json @@ -32,6 +32,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/revision_specifying_ref.json b/recipes/recipe_modules/bot_update/examples/full.expected/revision_specifying_ref.json index 07bee0500..61b737af3 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/revision_specifying_ref.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/revision_specifying_ref.json @@ -36,6 +36,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json index b58f8467f..2a6300da8 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -81,6 +93,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_LOG_END@json.output (invalid)@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json index d72fa0d26..0596b0f22 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -81,6 +93,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json index 5cb3316d1..bf3282a12 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -81,6 +93,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle.json index 0853a0b7f..1d5b0445b 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -81,6 +93,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", @@ -197,6 +221,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_branch_heads.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_branch_heads.json index 103e4b336..67e770228 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_branch_heads.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_branch_heads.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -81,6 +93,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", @@ -194,6 +218,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_feature_branch.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_feature_branch.json index a668b6614..91da74bee 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_feature_branch.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_feature_branch.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -81,6 +93,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", @@ -194,6 +218,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_v8_feature_branch.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_v8_feature_branch.json index 4a39e0f8f..8619d30fb 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_v8_feature_branch.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_v8_feature_branch.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -81,6 +93,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", @@ -197,6 +221,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_webrtc.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_webrtc.json index e8e4882bf..493c035f0 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_webrtc.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_webrtc.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -81,6 +93,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", @@ -207,6 +231,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8.json index 7083d223b..af4774afe 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -81,6 +93,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", @@ -197,6 +221,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8_head_by_default.json b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8_head_by_default.json index df9b7b22f..42658f6a7 100644 --- a/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8_head_by_default.json +++ b/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8_head_by_default.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -81,6 +93,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", @@ -197,6 +221,18 @@ ] }, "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)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipes/recipe_modules/gclient/examples/full.expected/revision.json b/recipes/recipe_modules/gclient/examples/full.expected/revision.json index b9786eff4..7ae83c862 100644 --- a/recipes/recipe_modules/gclient/examples/full.expected/revision.json +++ b/recipes/recipe_modules/gclient/examples/full.expected/revision.json @@ -17,6 +17,18 @@ ] }, "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "gclient setup" }, { @@ -49,6 +61,18 @@ ] }, "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "gclient sync", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -81,6 +105,18 @@ ] }, "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)" }, { @@ -103,6 +139,18 @@ ] }, "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)" }, { @@ -124,6 +172,18 @@ ] }, "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" }, { @@ -157,6 +217,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -194,6 +266,18 @@ ] }, "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)" }, { @@ -217,6 +301,18 @@ ] }, "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)" }, { @@ -227,6 +323,18 @@ "[START_DIR]" ], "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", "~followup_annotations": [ "@@@STEP_LOG_LINE@python.inline@@@@", @@ -260,6 +368,18 @@ "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" }, { diff --git a/recipes/recipe_modules/gclient/examples/full.expected/tryserver.json b/recipes/recipe_modules/gclient/examples/full.expected/tryserver.json index 47a832d8f..f9566201d 100644 --- a/recipes/recipe_modules/gclient/examples/full.expected/tryserver.json +++ b/recipes/recipe_modules/gclient/examples/full.expected/tryserver.json @@ -17,6 +17,18 @@ ] }, "infra_step": true, + "luci_context": { + "realm": { + "name": "project:try" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "gclient setup" }, { @@ -47,6 +59,18 @@ ] }, "infra_step": true, + "luci_context": { + "realm": { + "name": "project:try" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "gclient sync", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -79,6 +103,18 @@ ] }, "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)" }, { @@ -101,6 +137,18 @@ ] }, "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)" }, { @@ -122,6 +170,18 @@ ] }, "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" }, { @@ -155,6 +215,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -192,6 +264,18 @@ ] }, "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)" }, { @@ -215,6 +299,18 @@ ] }, "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)" }, { @@ -225,6 +321,18 @@ "[START_DIR]" ], "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", "~followup_annotations": [ "@@@STEP_LOG_LINE@python.inline@@@@", @@ -258,6 +366,18 @@ "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" }, { diff --git a/recipes/recipe_modules/gclient/tests/diff_deps.expected/basic.json b/recipes/recipe_modules/gclient/tests/diff_deps.expected/basic.json index 85ff54b76..ace8499b5 100644 --- a/recipes/recipe_modules/gclient/tests/diff_deps.expected/basic.json +++ b/recipes/recipe_modules/gclient/tests/diff_deps.expected/basic.json @@ -11,6 +11,18 @@ ], "cwd": "[CACHE]", "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" }, { @@ -32,6 +44,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_LOG_LINE@raw_io.output_text@10>third_party/mockfile1@@@", @@ -51,6 +75,18 @@ ], "cwd": "[CACHE]", "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" }, { diff --git a/recipes/recipe_modules/gclient/tests/diff_deps.expected/dont have revision yet.json b/recipes/recipe_modules/gclient/tests/diff_deps.expected/dont have revision yet.json index 38552c2b3..c82ae3f59 100644 --- a/recipes/recipe_modules/gclient/tests/diff_deps.expected/dont have revision yet.json +++ b/recipes/recipe_modules/gclient/tests/diff_deps.expected/dont have revision yet.json @@ -11,6 +11,18 @@ ], "cwd": "[CACHE]", "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" }, { @@ -32,6 +44,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_LOG_LINE@raw_io.output_text@fatal: bad object abcdef1234567890@@@", @@ -52,6 +76,18 @@ ], "cwd": "[CACHE]", "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" }, { diff --git a/recipes/recipe_modules/gclient/tests/diff_deps.expected/no change, exception.json b/recipes/recipe_modules/gclient/tests/diff_deps.expected/no change, exception.json index 4205018d3..f2f2a4f66 100644 --- a/recipes/recipe_modules/gclient/tests/diff_deps.expected/no change, exception.json +++ b/recipes/recipe_modules/gclient/tests/diff_deps.expected/no change, exception.json @@ -11,6 +11,18 @@ ], "cwd": "[CACHE]", "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" }, { @@ -32,6 +44,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_LOG_END@raw_io.output_text@@@", @@ -51,6 +75,18 @@ ], "cwd": "[CACHE]", "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" }, { diff --git a/recipes/recipe_modules/gclient/tests/diff_deps.expected/windows.json b/recipes/recipe_modules/gclient/tests/diff_deps.expected/windows.json index 56591ba80..2eb4b8f37 100644 --- a/recipes/recipe_modules/gclient/tests/diff_deps.expected/windows.json +++ b/recipes/recipe_modules/gclient/tests/diff_deps.expected/windows.json @@ -11,6 +11,18 @@ ], "cwd": "[CACHE]", "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" }, { @@ -32,6 +44,18 @@ ] }, "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", "~followup_annotations": [ "@@@STEP_LOG_LINE@raw_io.output_text@10>third_party/mockfile1@@@", @@ -51,6 +75,18 @@ ], "cwd": "[CACHE]", "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" }, { diff --git a/recipes/recipe_modules/git/examples/full.expected/basic_branch.json b/recipes/recipe_modules/git/examples/full.expected/basic_branch.json index e20ca3d7b..c1d41627d 100644 --- a/recipes/recipe_modules/git/examples/full.expected/basic_branch.json +++ b/recipes/recipe_modules/git/examples/full.expected/basic_branch.json @@ -9,6 +9,18 @@ "--url", "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" }, { @@ -25,6 +37,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git fetch" }, { @@ -36,6 +60,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git checkout" }, { @@ -46,6 +82,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "read revision", "~followup_annotations": [ "@@@STEP_TEXT@
checked out 'deadbeef'
@@@" @@ -61,6 +109,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git clean" }, { @@ -71,6 +131,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "submodule sync" }, { @@ -83,6 +155,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "submodule update" }, { @@ -95,6 +179,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "count-objects" }, { @@ -106,6 +202,18 @@ ], "cwd": "[START_DIR]/src", "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", "~followup_annotations": [ "@@@STEP_TEXT@foo@@@" @@ -121,6 +229,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git show" }, { @@ -132,6 +252,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -141,6 +273,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git status" }, { @@ -150,6 +294,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -159,6 +315,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -172,6 +340,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -187,6 +367,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -201,6 +393,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -211,6 +415,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -223,6 +439,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git bundle" }, { diff --git a/recipes/recipe_modules/git/examples/full.expected/basic_hash.json b/recipes/recipe_modules/git/examples/full.expected/basic_hash.json index 08b4d3d11..8a6b804ca 100644 --- a/recipes/recipe_modules/git/examples/full.expected/basic_hash.json +++ b/recipes/recipe_modules/git/examples/full.expected/basic_hash.json @@ -9,6 +9,18 @@ "--url", "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" }, { @@ -24,6 +36,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git fetch" }, { @@ -35,6 +59,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git checkout" }, { @@ -45,6 +81,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "read revision", "~followup_annotations": [ "@@@STEP_TEXT@
checked out 'deadbeef'
@@@" @@ -60,6 +108,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git clean" }, { @@ -70,6 +130,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "submodule sync" }, { @@ -82,6 +154,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "submodule update" }, { @@ -94,6 +178,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "count-objects" }, { @@ -105,6 +201,18 @@ ], "cwd": "[START_DIR]/src", "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", "~followup_annotations": [ "@@@STEP_TEXT@foo@@@" @@ -120,6 +228,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git show" }, { @@ -131,6 +251,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -140,6 +272,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git status" }, { @@ -149,6 +293,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -158,6 +314,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -171,6 +339,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -186,6 +366,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -200,6 +392,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -210,6 +414,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -222,6 +438,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git bundle" }, { diff --git a/recipes/recipe_modules/git/examples/full.expected/basic_ref.json b/recipes/recipe_modules/git/examples/full.expected/basic_ref.json index d6ea05339..025c6b616 100644 --- a/recipes/recipe_modules/git/examples/full.expected/basic_ref.json +++ b/recipes/recipe_modules/git/examples/full.expected/basic_ref.json @@ -9,6 +9,18 @@ "--url", "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" }, { @@ -25,6 +37,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git fetch" }, { @@ -36,6 +60,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git checkout" }, { @@ -46,6 +82,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "read revision", "~followup_annotations": [ "@@@STEP_TEXT@
checked out 'deadbeef'
@@@" @@ -61,6 +109,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git clean" }, { @@ -71,6 +131,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "submodule sync" }, { @@ -83,6 +155,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "submodule update" }, { @@ -95,6 +179,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "count-objects" }, { @@ -106,6 +202,18 @@ ], "cwd": "[START_DIR]/src", "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", "~followup_annotations": [ "@@@STEP_TEXT@foo@@@" @@ -121,6 +229,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git show" }, { @@ -132,6 +252,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -141,6 +273,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git status" }, { @@ -150,6 +294,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -159,6 +315,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -172,6 +340,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -187,6 +367,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -201,6 +393,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -211,6 +415,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -223,6 +439,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git bundle" }, { diff --git a/recipes/recipe_modules/git/examples/full.expected/cat-file_test.json b/recipes/recipe_modules/git/examples/full.expected/cat-file_test.json index 56df00453..7825e3f0d 100644 --- a/recipes/recipe_modules/git/examples/full.expected/cat-file_test.json +++ b/recipes/recipe_modules/git/examples/full.expected/cat-file_test.json @@ -9,6 +9,18 @@ "--url", "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" }, { @@ -25,6 +37,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git fetch" }, { @@ -36,6 +60,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git checkout" }, { @@ -46,6 +82,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "read revision", "~followup_annotations": [ "@@@STEP_TEXT@
checked out 'deadbeef'
@@@" @@ -61,6 +109,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git clean" }, { @@ -71,6 +131,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "submodule sync" }, { @@ -83,6 +155,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "submodule update" }, { @@ -95,6 +179,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "count-objects" }, { @@ -106,6 +202,18 @@ ], "cwd": "[START_DIR]/src", "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", "~followup_annotations": [ "@@@STEP_TEXT@foo@@@" @@ -121,6 +229,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git show" }, { @@ -132,6 +252,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -141,6 +273,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git status" }, { @@ -150,6 +294,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -159,6 +315,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -172,6 +340,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -187,6 +367,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -201,6 +393,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -211,6 +415,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -222,6 +438,18 @@ ], "cwd": "[START_DIR]/src", "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)" }, { @@ -233,6 +461,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -245,6 +485,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git bundle" }, { diff --git a/recipes/recipe_modules/git/examples/full.expected/curl_trace_file.json b/recipes/recipe_modules/git/examples/full.expected/curl_trace_file.json index 2dfdbfac8..f017f64a6 100644 --- a/recipes/recipe_modules/git/examples/full.expected/curl_trace_file.json +++ b/recipes/recipe_modules/git/examples/full.expected/curl_trace_file.json @@ -9,6 +9,18 @@ "--url", "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" }, { @@ -26,6 +38,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git fetch" }, { @@ -37,6 +61,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git checkout" }, { @@ -47,6 +83,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "read revision", "~followup_annotations": [ "@@@STEP_TEXT@
checked out 'deadbeef'
@@@" @@ -62,6 +110,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git clean" }, { @@ -72,6 +132,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "submodule sync" }, { @@ -84,6 +156,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "submodule update" }, { @@ -96,6 +180,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "count-objects" }, { @@ -107,6 +203,18 @@ ], "cwd": "[START_DIR]/src", "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", "~followup_annotations": [ "@@@STEP_TEXT@foo@@@" @@ -122,6 +230,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git show" }, { @@ -133,6 +253,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -142,6 +274,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git status" }, { @@ -151,6 +295,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -160,6 +316,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -173,6 +341,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -188,6 +368,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -202,6 +394,18 @@ "PATH": "RECIPE_REPO[depot_tools]:" }, "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" }, { @@ -212,6 +416,18 @@ ], "cwd": "[START_DIR]/src", "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" }, { @@ -224,6 +440,18 @@ ], "cwd": "[START_DIR]/src", "infra_step": true, + "luci_context": { + "realm": { + "name": "project:ci" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "git bundle" }, { diff --git a/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch.json b/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch.json index 5b5f4141e..9851c05a5 100644 --- a/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch.json +++ b/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -65,6 +77,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "infra_step": true, + "luci_context": { + "realm": { + "name": "chromium:linux" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "gerrit changes", "timeout": 60, "~followup_annotations": [ @@ -99,6 +123,18 @@ "--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", "stdin": "Change commit message", "~followup_annotations": [ @@ -130,6 +166,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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)", "timeout": 60, "~followup_annotations": [ @@ -164,6 +212,18 @@ "--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)", "stdin": "Change commit message", "~followup_annotations": [ @@ -182,6 +242,18 @@ "--name-only" ], "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", "~followup_annotations": [ "@@@STEP_LOG_LINE@files@None/foo.cc@@@", @@ -274,6 +346,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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)", "timeout": 60, "~followup_annotations": [ diff --git a/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch_and_target_ref.json b/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch_and_target_ref.json index 4df70bdd0..365321eca 100644 --- a/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch_and_target_ref.json +++ b/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch_and_target_ref.json @@ -22,6 +22,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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", "timeout": 60, "~followup_annotations": [ @@ -65,6 +77,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "infra_step": true, + "luci_context": { + "realm": { + "name": "chromium:linux" + }, + "resultdb": { + "current_invocation": { + "name": "invocations/build:8945511751514863184", + "update_token": "token" + }, + "hostname": "rdbhost" + } + }, "name": "gerrit changes", "timeout": 60, "~followup_annotations": [ @@ -99,6 +123,18 @@ "--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", "stdin": "Change commit message", "~followup_annotations": [ @@ -130,6 +166,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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)", "timeout": 60, "~followup_annotations": [ @@ -164,6 +212,18 @@ "--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)", "stdin": "Change commit message", "~followup_annotations": [ @@ -182,6 +242,18 @@ "--name-only" ], "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", "~followup_annotations": [ "@@@STEP_LOG_LINE@files@None/foo.cc@@@", @@ -274,6 +346,18 @@ "PATH": ":RECIPE_REPO[depot_tools]" }, "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)", "timeout": 60, "~followup_annotations": [