diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 1e2a32715..a0f596d08 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -5,5 +5,5 @@ deps { project_id: "recipe_engine" url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" branch: "master" - revision: "2606a110184a3effca282bc1dbed36ee790872bb" + revision: "05a33f9dcf2289bbaf233fcae1e2fb508d95f528" } diff --git a/recipe_modules/bot_update/example.expected/apply_gerrit_ref.json b/recipe_modules/bot_update/example.expected/apply_gerrit_ref.json index 342885c26..5d0f86edf 100644 --- a/recipe_modules/bot_update/example.expected/apply_gerrit_ref.json +++ b/recipe_modules/bot_update/example.expected/apply_gerrit_ref.json @@ -16,6 +16,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "apply_gerrit" }, { diff --git a/recipe_modules/bot_update/example.expected/basic.json b/recipe_modules/bot_update/example.expected/basic.json index 4ce9cb9e4..9c076eeaf 100644 --- a/recipe_modules/bot_update/example.expected/basic.json +++ b/recipe_modules/bot_update/example.expected/basic.json @@ -22,6 +22,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update (without patch)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/basic_output_manifest.json b/recipe_modules/bot_update/example.expected/basic_output_manifest.json index c300d1032..b0461e570 100644 --- a/recipe_modules/bot_update/example.expected/basic_output_manifest.json +++ b/recipe_modules/bot_update/example.expected/basic_output_manifest.json @@ -23,6 +23,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json b/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json index 11aedd1bf..7a15e762f 100644 --- a/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json +++ b/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json @@ -23,6 +23,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update - with branch heads", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/buildbot.json b/recipe_modules/bot_update/example.expected/buildbot.json index 4ce9cb9e4..9c076eeaf 100644 --- a/recipe_modules/bot_update/example.expected/buildbot.json +++ b/recipe_modules/bot_update/example.expected/buildbot.json @@ -22,6 +22,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update (without patch)", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/clobber.json b/recipe_modules/bot_update/example.expected/clobber.json index 5c3d7e73f..de8670743 100644 --- a/recipe_modules/bot_update/example.expected/clobber.json +++ b/recipe_modules/bot_update/example.expected/clobber.json @@ -23,6 +23,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/gerrit_no_rebase_patch_ref.json b/recipe_modules/bot_update/example.expected/gerrit_no_rebase_patch_ref.json index 6be8ab235..357838b08 100644 --- a/recipe_modules/bot_update/example.expected/gerrit_no_rebase_patch_ref.json +++ b/recipe_modules/bot_update/example.expected/gerrit_no_rebase_patch_ref.json @@ -23,6 +23,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/gerrit_no_reset.json b/recipe_modules/bot_update/example.expected/gerrit_no_reset.json index 8de2bbd08..c6e5c9ed4 100644 --- a/recipe_modules/bot_update/example.expected/gerrit_no_reset.json +++ b/recipe_modules/bot_update/example.expected/gerrit_no_reset.json @@ -23,6 +23,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/no_shallow.json b/recipe_modules/bot_update/example.expected/no_shallow.json index a0c8b77b9..3c9b75c34 100644 --- a/recipe_modules/bot_update/example.expected/no_shallow.json +++ b/recipe_modules/bot_update/example.expected/no_shallow.json @@ -23,6 +23,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json b/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json index 56c3356fc..e1128d382 100644 --- a/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json +++ b/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json @@ -22,6 +22,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/trychange.json b/recipe_modules/bot_update/example.expected/trychange.json index 460cee7df..c4ead1f06 100644 --- a/recipe_modules/bot_update/example.expected/trychange.json +++ b/recipe_modules/bot_update/example.expected/trychange.json @@ -24,6 +24,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/trychange_oauth2_buildbot.json b/recipe_modules/bot_update/example.expected/trychange_oauth2_buildbot.json index e165a8bce..18541765d 100644 --- a/recipe_modules/bot_update/example.expected/trychange_oauth2_buildbot.json +++ b/recipe_modules/bot_update/example.expected/trychange_oauth2_buildbot.json @@ -26,6 +26,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/trychange_oauth2_json.json b/recipe_modules/bot_update/example.expected/trychange_oauth2_json.json index fbfa89f7b..80103aa6d 100644 --- a/recipe_modules/bot_update/example.expected/trychange_oauth2_json.json +++ b/recipe_modules/bot_update/example.expected/trychange_oauth2_json.json @@ -24,6 +24,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/trychange_oauth2_json_win.json b/recipe_modules/bot_update/example.expected/trychange_oauth2_json_win.json index d1eff6084..2ca096ba2 100644 --- a/recipe_modules/bot_update/example.expected/trychange_oauth2_json_win.json +++ b/recipe_modules/bot_update/example.expected/trychange_oauth2_json_win.json @@ -24,6 +24,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/tryjob.json b/recipe_modules/bot_update/example.expected/tryjob.json index 6c252c5b5..11671e6cf 100644 --- a/recipe_modules/bot_update/example.expected/tryjob.json +++ b/recipe_modules/bot_update/example.expected/tryjob.json @@ -28,6 +28,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/tryjob_fail.json b/recipe_modules/bot_update/example.expected/tryjob_fail.json index e80f75f80..2e59ae9c1 100644 --- a/recipe_modules/bot_update/example.expected/tryjob_fail.json +++ b/recipe_modules/bot_update/example.expected/tryjob_fail.json @@ -28,6 +28,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "step returned non-zero exit code: 1", diff --git a/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json b/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json index 6bd07829f..026ae099d 100644 --- a/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json +++ b/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json @@ -28,6 +28,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json b/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json index 6b43e0559..b8e39678f 100644 --- a/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json +++ b/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json @@ -28,6 +28,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", @@ -65,6 +66,7 @@ "-u", "import sys;print \"Patch download failed. See bot_update step for details\";sys.exit(1)" ], + "infra_step": true, "name": "Patch failure - Try Rebasing", "~followup_annotations": [ "step returned non-zero exit code: 1", diff --git a/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json b/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json index 1a4ca6986..3919f7f11 100644 --- a/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json +++ b/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json @@ -28,6 +28,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle_deprecated.json b/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle_deprecated.json index 1a4ca6986..3919f7f11 100644 --- a/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle_deprecated.json +++ b/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle_deprecated.json @@ -28,6 +28,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/tryjob_v8.json b/recipe_modules/bot_update/example.expected/tryjob_v8.json index 78b06fa46..f8536eef2 100644 --- a/recipe_modules/bot_update/example.expected/tryjob_v8.json +++ b/recipe_modules/bot_update/example.expected/tryjob_v8.json @@ -30,6 +30,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json b/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json index e981ae292..5a980c7c4 100644 --- a/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json +++ b/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json @@ -30,6 +30,7 @@ "GIT_HTTP_LOW_SPEED_TIME": "300", "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "bot_update", "~followup_annotations": [ "@@@STEP_TEXT@Some step text@@@", diff --git a/recipe_modules/gclient/example.expected/basic.json b/recipe_modules/gclient/example.expected/basic.json index 10edb01a8..5d4187915 100644 --- a/recipe_modules/gclient/example.expected/basic.json +++ b/recipe_modules/gclient/example.expected/basic.json @@ -11,6 +11,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient setup" }, { @@ -34,6 +35,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient sync", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -60,6 +62,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient recurse (git config user.name)" }, { @@ -76,6 +79,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient recurse (git config user.email)" }, { @@ -91,6 +95,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient setup" }, { @@ -117,6 +122,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient sync", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -148,6 +154,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient recurse (git config user.name)" }, { @@ -165,6 +172,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient recurse (git config user.email)" }, { @@ -174,6 +182,7 @@ "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_path):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.join(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove(path_to_file)\n", "[START_DIR]" ], + "infra_step": true, "name": "cleanup index.lock", "~followup_annotations": [ "@@@STEP_LOG_LINE@python.inline@@@@", diff --git a/recipe_modules/gclient/example.expected/buildbot.json b/recipe_modules/gclient/example.expected/buildbot.json index 3e4f7922b..8a2bd2f8b 100644 --- a/recipe_modules/gclient/example.expected/buildbot.json +++ b/recipe_modules/gclient/example.expected/buildbot.json @@ -11,6 +11,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient setup" }, { @@ -34,6 +35,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient sync", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -60,6 +62,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient recurse (git config user.name)" }, { @@ -76,6 +79,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient recurse (git config user.email)" }, { @@ -91,6 +95,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient setup" }, { @@ -117,6 +122,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient sync", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -148,6 +154,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient recurse (git config user.name)" }, { @@ -165,6 +172,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient recurse (git config user.email)" }, { @@ -174,6 +182,7 @@ "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_path):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.join(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove(path_to_file)\n", "[START_DIR]" ], + "infra_step": true, "name": "cleanup index.lock", "~followup_annotations": [ "@@@STEP_LOG_LINE@python.inline@@@@", diff --git a/recipe_modules/gclient/example.expected/revision.json b/recipe_modules/gclient/example.expected/revision.json index 1a6447302..31be88b2b 100644 --- a/recipe_modules/gclient/example.expected/revision.json +++ b/recipe_modules/gclient/example.expected/revision.json @@ -11,6 +11,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient setup" }, { @@ -36,6 +37,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient sync", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -62,6 +64,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient recurse (git config user.name)" }, { @@ -78,6 +81,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient recurse (git config user.email)" }, { @@ -93,6 +97,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient setup" }, { @@ -121,6 +126,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient sync", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -152,6 +158,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient recurse (git config user.name)" }, { @@ -169,6 +176,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient recurse (git config user.email)" }, { @@ -178,6 +186,7 @@ "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_path):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.join(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove(path_to_file)\n", "[START_DIR]" ], + "infra_step": true, "name": "cleanup index.lock", "~followup_annotations": [ "@@@STEP_LOG_LINE@python.inline@@@@", diff --git a/recipe_modules/gclient/example.expected/tryserver.json b/recipe_modules/gclient/example.expected/tryserver.json index 4cdc05efa..99cfc83a8 100644 --- a/recipe_modules/gclient/example.expected/tryserver.json +++ b/recipe_modules/gclient/example.expected/tryserver.json @@ -11,6 +11,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient setup" }, { @@ -36,6 +37,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient sync", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -62,6 +64,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient recurse (git config user.name)" }, { @@ -78,6 +81,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gclient recurse (git config user.email)" }, { @@ -93,6 +97,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient setup" }, { @@ -121,6 +126,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient sync", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -152,6 +158,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient recurse (git config user.name)" }, { @@ -169,6 +176,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "[spec: Angle] gclient recurse (git config user.email)" }, { @@ -178,6 +186,7 @@ "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_path):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.join(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove(path_to_file)\n", "[START_DIR]" ], + "infra_step": true, "name": "cleanup index.lock", "~followup_annotations": [ "@@@STEP_LOG_LINE@python.inline@@@@", diff --git a/recipe_modules/gerrit/example.expected/basic.json b/recipe_modules/gerrit/example.expected/basic.json index 7b83e5626..56bcc29d5 100644 --- a/recipe_modules/gerrit/example.expected/basic.json +++ b/recipe_modules/gerrit/example.expected/basic.json @@ -19,6 +19,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gerrit create_gerrit_branch", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", @@ -47,6 +48,7 @@ "env": { "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" }, + "infra_step": true, "name": "gerrit get_gerrit_branch", "~followup_annotations": [ "@@@STEP_LOG_LINE@json.output@{@@@", diff --git a/recipe_modules/git/example.expected/basic.json b/recipe_modules/git/example.expected/basic.json index 99f0904f8..02a61c36f 100644 --- a/recipe_modules/git/example.expected/basic.json +++ b/recipe_modules/git/example.expected/basic.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -34,6 +35,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -43,6 +45,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -58,6 +61,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -67,6 +71,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -78,6 +83,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -89,6 +95,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -100,6 +107,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -115,6 +123,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -126,6 +135,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -134,6 +144,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -142,6 +153,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -150,6 +162,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -162,6 +175,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -176,6 +190,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -185,6 +200,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -196,6 +212,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/basic_branch.json b/recipe_modules/git/example.expected/basic_branch.json index 6faf46510..ea4b11409 100644 --- a/recipe_modules/git/example.expected/basic_branch.json +++ b/recipe_modules/git/example.expected/basic_branch.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -34,6 +35,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -43,6 +45,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -58,6 +61,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -67,6 +71,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -78,6 +83,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -89,6 +95,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -100,6 +107,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -115,6 +123,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -126,6 +135,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -134,6 +144,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -142,6 +153,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -150,6 +162,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -162,6 +175,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -176,6 +190,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -185,6 +200,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -196,6 +212,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/basic_file_name.json b/recipe_modules/git/example.expected/basic_file_name.json index 508fc3a7a..05a632ceb 100644 --- a/recipe_modules/git/example.expected/basic_file_name.json +++ b/recipe_modules/git/example.expected/basic_file_name.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -36,6 +37,7 @@ "DEPS" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -45,6 +47,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -60,6 +63,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -69,6 +73,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -80,6 +85,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -91,6 +97,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -102,6 +109,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -117,6 +125,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -128,6 +137,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -136,6 +146,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -144,6 +155,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -152,6 +164,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -164,6 +177,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -178,6 +192,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -187,6 +202,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -198,6 +214,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/basic_hash.json b/recipe_modules/git/example.expected/basic_hash.json index 3081cdd3c..761bb8f9d 100644 --- a/recipe_modules/git/example.expected/basic_hash.json +++ b/recipe_modules/git/example.expected/basic_hash.json @@ -23,6 +23,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -33,6 +34,7 @@ "abcdef0123456789abcdef0123456789abcdef01" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -42,6 +44,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -57,6 +60,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -66,6 +70,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -77,6 +82,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -88,6 +94,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -99,6 +106,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -114,6 +122,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -125,6 +134,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -133,6 +143,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -141,6 +152,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -149,6 +161,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -161,6 +174,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -175,6 +189,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -184,6 +199,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -195,6 +211,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/basic_ref.json b/recipe_modules/git/example.expected/basic_ref.json index c86d6e1bb..bdcd0a601 100644 --- a/recipe_modules/git/example.expected/basic_ref.json +++ b/recipe_modules/git/example.expected/basic_ref.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -34,6 +35,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -43,6 +45,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -58,6 +61,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -67,6 +71,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -78,6 +83,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -89,6 +95,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -100,6 +107,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -115,6 +123,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -126,6 +135,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -134,6 +144,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -142,6 +153,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -150,6 +162,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -162,6 +175,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -176,6 +190,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -185,6 +200,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -196,6 +212,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/basic_submodule_update_force.json b/recipe_modules/git/example.expected/basic_submodule_update_force.json index 9939587be..8a9950fca 100644 --- a/recipe_modules/git/example.expected/basic_submodule_update_force.json +++ b/recipe_modules/git/example.expected/basic_submodule_update_force.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -34,6 +35,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -43,6 +45,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -58,6 +61,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -67,6 +71,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -79,6 +84,7 @@ "--force" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -90,6 +96,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -101,6 +108,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -116,6 +124,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -127,6 +136,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -135,6 +145,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -143,6 +154,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -151,6 +163,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -163,6 +176,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -177,6 +191,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -186,6 +201,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -197,6 +213,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/can_fail_build.json b/recipe_modules/git/example.expected/can_fail_build.json index e44ac3582..7aa7f0cf3 100644 --- a/recipe_modules/git/example.expected/can_fail_build.json +++ b/recipe_modules/git/example.expected/can_fail_build.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -34,6 +35,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -43,6 +45,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -58,6 +61,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -67,6 +71,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -78,6 +83,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -89,6 +95,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -100,6 +107,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -115,6 +123,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -126,6 +135,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -134,6 +144,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -142,6 +153,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build", "~followup_annotations": [ "step returned non-zero exit code: 1", diff --git a/recipe_modules/git/example.expected/cannot_fail_build.json b/recipe_modules/git/example.expected/cannot_fail_build.json index 310043d1c..11fb9361f 100644 --- a/recipe_modules/git/example.expected/cannot_fail_build.json +++ b/recipe_modules/git/example.expected/cannot_fail_build.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -34,6 +35,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -43,6 +45,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -58,6 +61,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -67,6 +71,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -78,6 +83,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -89,6 +95,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -100,6 +107,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -115,6 +123,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -126,6 +135,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -134,6 +144,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -142,6 +153,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -150,6 +162,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build", "~followup_annotations": [ "step returned non-zero exit code: 1", @@ -166,6 +179,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -180,6 +194,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -189,6 +204,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -200,6 +216,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/cat-file_test.json b/recipe_modules/git/example.expected/cat-file_test.json index de80320cc..90e763f39 100644 --- a/recipe_modules/git/example.expected/cat-file_test.json +++ b/recipe_modules/git/example.expected/cat-file_test.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -34,6 +35,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -43,6 +45,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -58,6 +61,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -67,6 +71,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -78,6 +83,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -89,6 +95,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -100,6 +107,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -115,6 +123,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -126,6 +135,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -134,6 +144,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -142,6 +153,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -150,6 +162,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -162,6 +175,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -176,6 +190,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -185,6 +200,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -195,6 +211,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags (2)", "stdout": "/path/to/tmp/" }, @@ -206,6 +223,7 @@ "abcdef12345:TestFile" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git cat-file abcdef12345:TestFile", "stdout": "/path/to/tmp/" }, @@ -218,6 +236,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/count-objects_delta.json b/recipe_modules/git/example.expected/count-objects_delta.json index 970ac2e6a..4164af603 100644 --- a/recipe_modules/git/example.expected/count-objects_delta.json +++ b/recipe_modules/git/example.expected/count-objects_delta.json @@ -18,6 +18,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects before git fetch", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -45,6 +46,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -54,6 +56,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects after git fetch", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -107,6 +110,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -116,6 +120,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -131,6 +136,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -140,6 +146,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -151,6 +158,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -162,6 +170,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -173,6 +182,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -188,6 +198,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -199,6 +210,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -207,6 +219,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -215,6 +228,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -223,6 +237,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -235,6 +250,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -249,6 +265,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -258,6 +275,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -269,6 +287,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/count-objects_failed.json b/recipe_modules/git/example.expected/count-objects_failed.json index 79ce74450..85e0932bd 100644 --- a/recipe_modules/git/example.expected/count-objects_failed.json +++ b/recipe_modules/git/example.expected/count-objects_failed.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -34,6 +35,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -43,6 +45,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -58,6 +61,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -67,6 +71,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -78,6 +83,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -89,6 +95,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -104,6 +111,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -119,6 +127,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -130,6 +139,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -138,6 +148,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -146,6 +157,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -154,6 +166,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -166,6 +179,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -180,6 +194,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -189,6 +204,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -200,6 +216,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/count-objects_with_bad_output.json b/recipe_modules/git/example.expected/count-objects_with_bad_output.json index fbf575f02..d6f58e5f7 100644 --- a/recipe_modules/git/example.expected/count-objects_with_bad_output.json +++ b/recipe_modules/git/example.expected/count-objects_with_bad_output.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -34,6 +35,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -43,6 +45,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -58,6 +61,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -67,6 +71,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -78,6 +83,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -89,6 +95,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -105,6 +112,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -120,6 +128,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -131,6 +140,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -139,6 +149,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -147,6 +158,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -155,6 +167,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -167,6 +180,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -181,6 +195,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -190,6 +205,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -201,6 +217,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json b/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json index a2228771b..7a257b8ed 100644 --- a/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json +++ b/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -34,6 +35,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -43,6 +45,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -58,6 +61,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -67,6 +71,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -78,6 +83,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -89,6 +95,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/", "~followup_annotations": [ diff --git a/recipe_modules/git/example.expected/curl_trace_file.json b/recipe_modules/git/example.expected/curl_trace_file.json index 29ec8efe7..2b9f4f425 100644 --- a/recipe_modules/git/example.expected/curl_trace_file.json +++ b/recipe_modules/git/example.expected/curl_trace_file.json @@ -25,6 +25,7 @@ "GIT_CURL_VERBOSE": "1", "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch", "stderr": "[START_DIR]/curl_trace.log" }, @@ -36,6 +37,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -45,6 +47,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -60,6 +63,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -69,6 +73,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -80,6 +85,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -91,6 +97,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -102,6 +109,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -117,6 +125,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -128,6 +137,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -136,6 +146,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -144,6 +155,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -152,6 +164,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -164,6 +177,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -178,6 +192,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -187,6 +202,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -198,6 +214,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/git-cache-checkout.json b/recipe_modules/git/example.expected/git-cache-checkout.json index f3105f040..7d34b2ecb 100644 --- a/recipe_modules/git/example.expected/git-cache-checkout.json +++ b/recipe_modules/git/example.expected/git-cache-checkout.json @@ -25,6 +25,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "populate cache" }, { @@ -41,6 +42,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git cache", "stdout": "/path/to/tmp/" }, @@ -56,6 +58,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git remote" }, { @@ -71,6 +74,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -81,6 +85,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -90,6 +95,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -105,6 +111,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -114,6 +121,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -125,6 +133,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -136,6 +145,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -147,6 +157,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -162,6 +173,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -173,6 +185,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -181,6 +194,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -189,6 +203,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -197,6 +212,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -209,6 +225,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -223,6 +240,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -232,6 +250,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -243,6 +262,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/platform_win.json b/recipe_modules/git/example.expected/platform_win.json index 30bd1ebab..1e2649012 100644 --- a/recipe_modules/git/example.expected/platform_win.json +++ b/recipe_modules/git/example.expected/platform_win.json @@ -7,6 +7,7 @@ "--verbose" ], "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", + "infra_step": true, "name": "ensure git tooling on windows", "timeout": 300 }, @@ -37,6 +38,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -47,6 +49,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "git checkout" }, { @@ -56,6 +59,7 @@ "HEAD" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -71,6 +75,7 @@ "-x" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "git clean" }, { @@ -80,6 +85,7 @@ "sync" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "submodule sync" }, { @@ -91,6 +97,7 @@ "--recursive" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "submodule update" }, { @@ -102,6 +109,7 @@ "-v" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -113,6 +121,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -128,6 +137,7 @@ "-s" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -139,6 +149,7 @@ "--tags" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "git fetch tags" }, { @@ -147,6 +158,7 @@ "status" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "git status" }, { @@ -155,6 +167,7 @@ "status" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -163,6 +176,7 @@ "status" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -175,6 +189,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -189,6 +204,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -198,6 +214,7 @@ "origin/master" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "my repo rebase" }, { @@ -209,6 +226,7 @@ "--all" ], "cwd": "[START_DIR]\\src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/rebase_failed.json b/recipe_modules/git/example.expected/rebase_failed.json index a62dd2ebf..bd1ac467d 100644 --- a/recipe_modules/git/example.expected/rebase_failed.json +++ b/recipe_modules/git/example.expected/rebase_failed.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -34,6 +35,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -43,6 +45,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -58,6 +61,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -67,6 +71,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -78,6 +83,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -89,6 +95,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -100,6 +107,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -115,6 +123,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -126,6 +135,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -134,6 +144,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -142,6 +153,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -150,6 +162,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -162,6 +175,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -176,6 +190,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -185,6 +200,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase", "~followup_annotations": [ "step returned non-zero exit code: 1", @@ -198,6 +214,7 @@ "--abort" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase abort" }, { diff --git a/recipe_modules/git/example.expected/remote_not_origin.json b/recipe_modules/git/example.expected/remote_not_origin.json index 784b8e161..53be03404 100644 --- a/recipe_modules/git/example.expected/remote_not_origin.json +++ b/recipe_modules/git/example.expected/remote_not_origin.json @@ -26,6 +26,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -36,6 +37,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -45,6 +47,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -60,6 +63,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -69,6 +73,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -80,6 +85,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -91,6 +97,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -102,6 +109,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -117,6 +125,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -128,6 +137,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -136,6 +146,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -144,6 +155,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -152,6 +164,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -164,6 +177,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -178,6 +192,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -187,6 +202,7 @@ "not_origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -198,6 +214,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/git/example.expected/set_got_revision.json b/recipe_modules/git/example.expected/set_got_revision.json index 4bee451de..ce2a97dce 100644 --- a/recipe_modules/git/example.expected/set_got_revision.json +++ b/recipe_modules/git/example.expected/set_got_revision.json @@ -24,6 +24,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git fetch" }, { @@ -34,6 +35,7 @@ "FETCH_HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git checkout" }, { @@ -43,6 +45,7 @@ "HEAD" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "read revision", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -59,6 +62,7 @@ "-x" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git clean" }, { @@ -68,6 +72,7 @@ "sync" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule sync" }, { @@ -79,6 +84,7 @@ "--recursive" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "submodule update" }, { @@ -90,6 +96,7 @@ "-v" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "count-objects", "stdout": "/path/to/tmp/" }, @@ -101,6 +108,7 @@ "remote.origin.url" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git config remote.origin.url", "stdout": "/path/to/tmp/", "~followup_annotations": [ @@ -116,6 +124,7 @@ "-s" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git show", "stdout": "/path/to/tmp/" }, @@ -127,6 +136,7 @@ "--tags" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git fetch tags" }, { @@ -135,6 +145,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status" }, { @@ -143,6 +154,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status can_fail_build" }, { @@ -151,6 +163,7 @@ "status" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git status cannot_fail_build" }, { @@ -163,6 +176,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch refactor" }, { @@ -177,6 +191,7 @@ "env": { "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" }, + "infra_step": true, "name": "git new-branch feature" }, { @@ -186,6 +201,7 @@ "origin/master" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "my repo rebase" }, { @@ -197,6 +213,7 @@ "--all" ], "cwd": "[START_DIR]/src", + "infra_step": true, "name": "git bundle" }, { diff --git a/recipe_modules/gsutil/example.expected/basic.json b/recipe_modules/gsutil/example.expected/basic.json index 90b01f796..ce908510e 100644 --- a/recipe_modules/gsutil/example.expected/basic.json +++ b/recipe_modules/gsutil/example.expected/basic.json @@ -19,6 +19,7 @@ "[TMP_BASE]/boom", "gs://example/some/random/path/to/boom" ], + "infra_step": true, "name": "gsutil upload", "~followup_annotations": [ "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/example/some/random/path/to/boom@@@" @@ -45,6 +46,7 @@ "[TMP_BASE]/boom", "gs://example/some/random/path/to/boom" ], + "infra_step": true, "name": "gsutil upload (2)", "~followup_annotations": [ "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/example/some/random/path/to/boom@@@" @@ -62,6 +64,7 @@ "gs://example/some/random/path/**", "gs://example/staging" ], + "infra_step": true, "name": "gsutil cp" }, { @@ -78,6 +81,7 @@ "gs://example/some/random/path/**", "gs://example/staging" ], + "infra_step": true, "name": "gsutil cp (2)" }, { @@ -92,6 +96,7 @@ "gs://example/some/random/path/to/boom", "[TMP_BASE]/boom" ], + "infra_step": true, "name": "gsutil gsutil download url" }, { @@ -106,6 +111,7 @@ "gs://example/staging/to/boom", "[TMP_BASE]/erang" ], + "infra_step": true, "name": "gsutil download" }, { @@ -120,6 +126,7 @@ "path/to/key", "gs://example/some/random/path/to/boom" ], + "infra_step": true, "name": "gsutil signed url" }, { @@ -133,6 +140,7 @@ "rm", "gs://example/staging/to/boom" ], + "infra_step": true, "name": "gsutil remove" }, { @@ -146,6 +154,7 @@ "ls", "gs://example/foo" ], + "infra_step": true, "name": "gsutil list" }, { @@ -160,6 +169,7 @@ "gs://example/some/random/path/to/boom", "gs://example/staging/to/boom" ], + "infra_step": true, "name": "gsutil copy", "~followup_annotations": [ "@@@STEP_LINK@gsutil.copy@https://storage.cloud.google.com/example/staging/to/boom@@@" @@ -176,6 +186,7 @@ "cat", "gs://example/foo" ], + "infra_step": true, "name": "gsutil cat" }, { diff --git a/recipe_modules/tryserver/example.expected/with_gerrit_patch.json b/recipe_modules/tryserver/example.expected/with_gerrit_patch.json index 20904fe7f..83e52a3ce 100644 --- a/recipe_modules/tryserver/example.expected/with_gerrit_patch.json +++ b/recipe_modules/tryserver/example.expected/with_gerrit_patch.json @@ -7,6 +7,7 @@ "--name-only" ], "cwd": "[START_DIR]", + "infra_step": true, "name": "git diff to analyze patch", "stdout": "/path/to/tmp/", "~followup_annotations": [ diff --git a/recipe_modules/tryserver/example.expected/with_gerrit_patch_deprecated.json b/recipe_modules/tryserver/example.expected/with_gerrit_patch_deprecated.json index 20904fe7f..83e52a3ce 100644 --- a/recipe_modules/tryserver/example.expected/with_gerrit_patch_deprecated.json +++ b/recipe_modules/tryserver/example.expected/with_gerrit_patch_deprecated.json @@ -7,6 +7,7 @@ "--name-only" ], "cwd": "[START_DIR]", + "infra_step": true, "name": "git diff to analyze patch", "stdout": "/path/to/tmp/", "~followup_annotations": [ diff --git a/recipe_modules/tryserver/example.expected/with_git_patch.json b/recipe_modules/tryserver/example.expected/with_git_patch.json index 431f6f281..105d99507 100644 --- a/recipe_modules/tryserver/example.expected/with_git_patch.json +++ b/recipe_modules/tryserver/example.expected/with_git_patch.json @@ -19,6 +19,7 @@ "johndoe#123.diff" ], "cwd": "[TMP_BASE]/patch_tmp_1", + "infra_step": true, "name": "patch fetch" }, { @@ -30,6 +31,7 @@ "-x" ], "cwd": "[TMP_BASE]/patch_tmp_1", + "infra_step": true, "name": "patch clean" }, { @@ -40,6 +42,7 @@ "FETCH_HEAD" ], "cwd": "[TMP_BASE]/patch_tmp_1", + "infra_step": true, "name": "patch git checkout" }, { @@ -73,6 +76,7 @@ "--name-only" ], "cwd": "[START_DIR]/v8", + "infra_step": true, "name": "git diff to analyze patch", "stdout": "/path/to/tmp/", "~followup_annotations": [ diff --git a/recipe_modules/tryserver/example.expected/with_rietveld_patch.json b/recipe_modules/tryserver/example.expected/with_rietveld_patch.json index a10c036e0..71aa5c23d 100644 --- a/recipe_modules/tryserver/example.expected/with_rietveld_patch.json +++ b/recipe_modules/tryserver/example.expected/with_rietveld_patch.json @@ -53,6 +53,7 @@ "--name-only" ], "cwd": "[START_DIR]", + "infra_step": true, "name": "git diff to analyze patch", "stdout": "/path/to/tmp/", "~followup_annotations": [ diff --git a/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json b/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json index 0b6400ef5..53498c6b2 100644 --- a/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json +++ b/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json @@ -53,6 +53,7 @@ "--name-only" ], "cwd": "[START_DIR]/sub/project", + "infra_step": true, "name": "git diff to analyze patch", "stdout": "/path/to/tmp/", "~followup_annotations": [ diff --git a/recipe_modules/tryserver/example.expected/with_wrong_patch.json b/recipe_modules/tryserver/example.expected/with_wrong_patch.json index 7af9d1d34..a45f2ec8a 100644 --- a/recipe_modules/tryserver/example.expected/with_wrong_patch.json +++ b/recipe_modules/tryserver/example.expected/with_wrong_patch.json @@ -7,6 +7,7 @@ "--verbose" ], "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", + "infra_step": true, "name": "ensure git tooling on windows", "timeout": 300 }, @@ -18,6 +19,7 @@ "--name-only" ], "cwd": "[START_DIR]", + "infra_step": true, "name": "git diff to analyze patch", "stdout": "/path/to/tmp/", "~followup_annotations": [ diff --git a/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json b/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json index ac38ea238..aaf3156b6 100644 --- a/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +++ b/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json @@ -7,6 +7,7 @@ "--verbose" ], "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", + "infra_step": true, "name": "ensure git tooling on windows", "timeout": 300 }, @@ -18,6 +19,7 @@ "--name-only" ], "cwd": "[START_DIR]\\sub\\project", + "infra_step": true, "name": "git diff to analyze patch", "stdout": "/path/to/tmp/", "~followup_annotations": [