roll all recipe deps to the latest
This is to pick up https://fxrev.dev/1181716
Changes in recipes:
1. fuchsia/luci_config recipe module is replaced by
recipe_engine/luci_config
2. fuchsia/buildbucket_util.id no longer exists. use
recipe_engine/buildbucket.build.id instead.
Change-Id: Ib04cbc9286cffb83ff286d6d84d1fe0b40020fb8
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/62120
Commit-Queue: Christopher Fujino <fujino@google.com>
Reviewed-by: Christopher Fujino <fujino@google.com>
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 90066c1..d3ddc9b 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -21,22 +21,22 @@
"deps": {
"dart": {
"branch": "refs/heads/main",
- "revision": "74cd94b690d75c71d2216f4cae42b9fe81a8ffb7",
+ "revision": "252800072b854116222f652c41b224d57bc2fa44",
"url": "https://dart.googlesource.com/recipes.git"
},
"depot_tools": {
"branch": "refs/heads/main",
- "revision": "0d379cd15fe87e77d35d77ae58d79100e4669ebd",
+ "revision": "c9552ffad54987afe24dfcc3767203375d2d2394",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
},
"fuchsia": {
"branch": "refs/heads/main",
- "revision": "ab47e912dc17ba589adab8229bf54909ee37294d",
+ "revision": "8b9815fcff9ccc762ed8c109e061cf283325d652",
"url": "https://fuchsia.googlesource.com/infra/recipes.git"
},
"recipe_engine": {
"branch": "refs/heads/main",
- "revision": "322ca7b88551fb44a98a43b7031d01f32358f5aa",
+ "revision": "e1eaa6f138b3543be53feaf58d26edb3447c720b",
"url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
}
},
diff --git a/recipe_modules/android_virtual_device/examples/emulator_start_retries.expected/setup_avd_fails.json b/recipe_modules/android_virtual_device/examples/emulator_start_retries.expected/setup_avd_fails.json
index 568f402..2c5c6af 100644
--- a/recipe_modules/android_virtual_device/examples/emulator_start_retries.expected/setup_avd_fails.json
+++ b/recipe_modules/android_virtual_device/examples/emulator_start_retries.expected/setup_avd_fails.json
@@ -28,6 +28,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/android_virtual_device/examples/emulator_start_retries.expected/setup_avd_pass_on_retry.json b/recipe_modules/android_virtual_device/examples/emulator_start_retries.expected/setup_avd_pass_on_retry.json
index 881b3cd..a7e5c96 100644
--- a/recipe_modules/android_virtual_device/examples/emulator_start_retries.expected/setup_avd_pass_on_retry.json
+++ b/recipe_modules/android_virtual_device/examples/emulator_start_retries.expected/setup_avd_pass_on_retry.json
@@ -28,6 +28,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/android_virtual_device/examples/full.expected/emulator started and stopped, processes killed.json b/recipe_modules/android_virtual_device/examples/full.expected/emulator started and stopped, processes killed.json
index e2b2cf5..9e104dd 100644
--- a/recipe_modules/android_virtual_device/examples/full.expected/emulator started and stopped, processes killed.json
+++ b/recipe_modules/android_virtual_device/examples/full.expected/emulator started and stopped, processes killed.json
@@ -28,6 +28,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/android_virtual_device/examples/full.expected/emulator started.json b/recipe_modules/android_virtual_device/examples/full.expected/emulator started.json
index e2b2cf5..9e104dd 100644
--- a/recipe_modules/android_virtual_device/examples/full.expected/emulator started.json
+++ b/recipe_modules/android_virtual_device/examples/full.expected/emulator started.json
@@ -28,6 +28,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/android_virtual_device/examples/full_api_34.expected/emulator_start_fails.json b/recipe_modules/android_virtual_device/examples/full_api_34.expected/emulator_start_fails.json
index 30da27d..61d19ac 100644
--- a/recipe_modules/android_virtual_device/examples/full_api_34.expected/emulator_start_fails.json
+++ b/recipe_modules/android_virtual_device/examples/full_api_34.expected/emulator_start_fails.json
@@ -28,6 +28,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/android_virtual_device/examples/full_api_34.expected/emulator_started.json b/recipe_modules/android_virtual_device/examples/full_api_34.expected/emulator_started.json
index e2b2cf5..9e104dd 100644
--- a/recipe_modules/android_virtual_device/examples/full_api_34.expected/emulator_started.json
+++ b/recipe_modules/android_virtual_device/examples/full_api_34.expected/emulator_started.json
@@ -28,6 +28,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/android_virtual_device/examples/full_api_34.expected/emulator_started_and stopped_processes_killed.json b/recipe_modules/android_virtual_device/examples/full_api_34.expected/emulator_started_and stopped_processes_killed.json
index e2b2cf5..9e104dd 100644
--- a/recipe_modules/android_virtual_device/examples/full_api_34.expected/emulator_started_and stopped_processes_killed.json
+++ b/recipe_modules/android_virtual_device/examples/full_api_34.expected/emulator_started_and stopped_processes_killed.json
@@ -28,6 +28,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/android_virtual_device/examples/full_legacy_version.expected/emulator started and stopped, processes killed.json b/recipe_modules/android_virtual_device/examples/full_legacy_version.expected/emulator started and stopped, processes killed.json
index 7cc16ab..8f9e344 100644
--- a/recipe_modules/android_virtual_device/examples/full_legacy_version.expected/emulator started and stopped, processes killed.json
+++ b/recipe_modules/android_virtual_device/examples/full_legacy_version.expected/emulator started and stopped, processes killed.json
@@ -28,6 +28,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/android_virtual_device/examples/full_legacy_version.expected/emulator started.json b/recipe_modules/android_virtual_device/examples/full_legacy_version.expected/emulator started.json
index 7cc16ab..8f9e344 100644
--- a/recipe_modules/android_virtual_device/examples/full_legacy_version.expected/emulator started.json
+++ b/recipe_modules/android_virtual_device/examples/full_legacy_version.expected/emulator started.json
@@ -28,6 +28,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/android_virtual_device/examples/full_legacy_version_28.expected/emulator started and stopped, processes killed.json b/recipe_modules/android_virtual_device/examples/full_legacy_version_28.expected/emulator started and stopped, processes killed.json
index 6604a89..3d9b7e2 100644
--- a/recipe_modules/android_virtual_device/examples/full_legacy_version_28.expected/emulator started and stopped, processes killed.json
+++ b/recipe_modules/android_virtual_device/examples/full_legacy_version_28.expected/emulator started and stopped, processes killed.json
@@ -28,6 +28,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/android_virtual_device/examples/full_legacy_version_28.expected/emulator started.json b/recipe_modules/android_virtual_device/examples/full_legacy_version_28.expected/emulator started.json
index 6604a89..3d9b7e2 100644
--- a/recipe_modules/android_virtual_device/examples/full_legacy_version_28.expected/emulator started.json
+++ b/recipe_modules/android_virtual_device/examples/full_legacy_version_28.expected/emulator started.json
@@ -28,6 +28,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/flutter_bcid/examples/full.expected/basic.json b/recipe_modules/flutter_bcid/examples/full.expected/basic.json
index e048ba7..f51afee 100644
--- a/recipe_modules/flutter_bcid/examples/full.expected/basic.json
+++ b/recipe_modules/flutter_bcid/examples/full.expected/basic.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipe_modules/flutter_bcid/examples/full.expected/prod_build.json b/recipe_modules/flutter_bcid/examples/full.expected/prod_build.json
index e048ba7..f51afee 100644
--- a/recipe_modules/flutter_bcid/examples/full.expected/prod_build.json
+++ b/recipe_modules/flutter_bcid/examples/full.expected/prod_build.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipe_modules/flutter_deps/examples/full.expected/basic.json b/recipe_modules/flutter_deps/examples/full.expected/basic.json
index ac8362f..3e1117f 100644
--- a/recipe_modules/flutter_deps/examples/full.expected/basic.json
+++ b/recipe_modules/flutter_deps/examples/full.expected/basic.json
@@ -16,6 +16,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "OpenJDK dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -49,6 +50,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Arm Tools dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -116,6 +118,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Download goldctl.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -149,6 +152,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -178,6 +182,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -211,6 +216,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Firefox dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -240,6 +246,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -283,6 +290,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -352,6 +360,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (3)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -397,6 +406,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (4)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -507,6 +517,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install cmake.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -540,6 +551,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Installing Mac codesign CIPD pkg.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -573,6 +585,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ninja.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -606,6 +619,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install clang.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -646,6 +660,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Prepare code signing.Installing Mac mobileprovision.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
@@ -696,6 +711,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (5)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -724,6 +740,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (6)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -756,6 +773,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install dart sdk.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -789,6 +807,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ruby.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -834,6 +853,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ktlint.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -875,6 +895,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (7)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/flutter_deps/examples/full.expected/goldTryjob.json b/recipe_modules/flutter_deps/examples/full.expected/goldTryjob.json
index d9b79d9..c9d6eaf 100644
--- a/recipe_modules/flutter_deps/examples/full.expected/goldTryjob.json
+++ b/recipe_modules/flutter_deps/examples/full.expected/goldTryjob.json
@@ -16,6 +16,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "OpenJDK dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -49,6 +50,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Arm Tools dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -116,6 +118,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Download goldctl.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -149,6 +152,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -178,6 +182,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -211,6 +216,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Firefox dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -240,6 +246,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -283,6 +290,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -352,6 +360,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (3)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -397,6 +406,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (4)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -507,6 +517,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install cmake.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -540,6 +551,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Installing Mac codesign CIPD pkg.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -573,6 +585,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ninja.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -606,6 +619,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install clang.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -646,6 +660,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Prepare code signing.Installing Mac mobileprovision.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
@@ -696,6 +711,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (5)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -724,6 +740,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (6)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -756,6 +773,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install dart sdk.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -789,6 +807,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ruby.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -834,6 +853,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ktlint.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -875,6 +895,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (7)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/flutter_deps/examples/full.expected/linux.json b/recipe_modules/flutter_deps/examples/full.expected/linux.json
index ac8362f..3e1117f 100644
--- a/recipe_modules/flutter_deps/examples/full.expected/linux.json
+++ b/recipe_modules/flutter_deps/examples/full.expected/linux.json
@@ -16,6 +16,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "OpenJDK dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -49,6 +50,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Arm Tools dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -116,6 +118,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Download goldctl.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -149,6 +152,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -178,6 +182,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -211,6 +216,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Firefox dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -240,6 +246,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -283,6 +290,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -352,6 +360,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (3)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -397,6 +406,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (4)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -507,6 +517,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install cmake.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -540,6 +551,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Installing Mac codesign CIPD pkg.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -573,6 +585,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ninja.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -606,6 +619,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install clang.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -646,6 +660,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Prepare code signing.Installing Mac mobileprovision.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
@@ -696,6 +711,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (5)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -724,6 +740,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (6)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -756,6 +773,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install dart sdk.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -789,6 +807,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ruby.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -834,6 +853,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ktlint.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -875,6 +895,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (7)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/flutter_deps/examples/full.expected/local_engine_cas.json b/recipe_modules/flutter_deps/examples/full.expected/local_engine_cas.json
index 8c766d1..c0e9a07 100644
--- a/recipe_modules/flutter_deps/examples/full.expected/local_engine_cas.json
+++ b/recipe_modules/flutter_deps/examples/full.expected/local_engine_cas.json
@@ -16,6 +16,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "OpenJDK dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -49,6 +50,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Arm Tools dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -116,6 +118,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Download goldctl.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -149,6 +152,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -178,6 +182,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -211,6 +216,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Firefox dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -240,6 +246,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -283,6 +290,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -352,6 +360,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (3)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -397,6 +406,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (4)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -591,6 +601,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install cmake.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -624,6 +635,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Installing Mac codesign CIPD pkg.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -657,6 +669,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ninja.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -690,6 +703,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install clang.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -730,6 +744,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Prepare code signing.Installing Mac mobileprovision.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
@@ -780,6 +795,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (5)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -808,6 +824,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (6)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -840,6 +857,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install dart sdk.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -873,6 +891,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ruby.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -918,6 +937,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ktlint.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -959,6 +979,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (7)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/flutter_deps/examples/full.expected/local_web_sdk_cas.json b/recipe_modules/flutter_deps/examples/full.expected/local_web_sdk_cas.json
index cbccb71..75b826e 100644
--- a/recipe_modules/flutter_deps/examples/full.expected/local_web_sdk_cas.json
+++ b/recipe_modules/flutter_deps/examples/full.expected/local_web_sdk_cas.json
@@ -16,6 +16,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "OpenJDK dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -49,6 +50,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Arm Tools dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -116,6 +118,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Download goldctl.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -149,6 +152,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -178,6 +182,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -211,6 +216,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Firefox dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -240,6 +246,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -283,6 +290,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -352,6 +360,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (3)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -397,6 +406,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (4)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -591,6 +601,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install cmake.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -624,6 +635,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Installing Mac codesign CIPD pkg.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -657,6 +669,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ninja.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -690,6 +703,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install clang.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -730,6 +744,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Prepare code signing.Installing Mac mobileprovision.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
@@ -780,6 +795,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (5)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -808,6 +824,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (6)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -840,6 +857,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install dart sdk.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -873,6 +891,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ruby.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -918,6 +937,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ktlint.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -959,6 +979,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (7)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/flutter_deps/examples/full.expected/mac.json b/recipe_modules/flutter_deps/examples/full.expected/mac.json
index f6b08a7..39196a9 100644
--- a/recipe_modules/flutter_deps/examples/full.expected/mac.json
+++ b/recipe_modules/flutter_deps/examples/full.expected/mac.json
@@ -23,6 +23,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "OpenJDK dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -56,6 +57,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Arm Tools dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -123,6 +125,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Download goldctl.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -156,6 +159,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -185,6 +189,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -218,6 +223,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Firefox dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -247,6 +253,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -290,6 +297,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -363,6 +371,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency (2).ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -392,6 +401,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency (2).ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -421,6 +431,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (3)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -466,6 +477,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (4)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -576,6 +588,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install cmake.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -609,6 +622,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Installing Mac codesign CIPD pkg.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -642,6 +656,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ninja.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -675,6 +690,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install clang.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -718,6 +734,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (5)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -746,6 +763,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (6)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -778,6 +796,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install dart sdk.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -811,6 +830,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ruby.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -856,6 +876,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ktlint.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -901,6 +922,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install swift-format.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/flutter_deps/examples/full.expected/mac_old.json b/recipe_modules/flutter_deps/examples/full.expected/mac_old.json
index 6b8cef6..6c8fd88 100644
--- a/recipe_modules/flutter_deps/examples/full.expected/mac_old.json
+++ b/recipe_modules/flutter_deps/examples/full.expected/mac_old.json
@@ -23,6 +23,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "OpenJDK dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -56,6 +57,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Arm Tools dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -123,6 +125,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Download goldctl.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -156,6 +159,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -185,6 +189,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -218,6 +223,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Firefox dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -247,6 +253,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -290,6 +297,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -363,6 +371,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency (2).ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -392,6 +401,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency (2).ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -421,6 +431,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (3)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -466,6 +477,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (4)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -576,6 +588,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install cmake.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -609,6 +622,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Installing Mac codesign CIPD pkg.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -642,6 +656,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ninja.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -675,6 +690,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install clang.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -718,6 +734,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (5)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -746,6 +763,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (6)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -778,6 +796,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install dart sdk.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -811,6 +830,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ruby.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -856,6 +876,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ktlint.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -901,6 +922,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install swift-format.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/flutter_deps/examples/full.expected/noop_golds_official_builds.json b/recipe_modules/flutter_deps/examples/full.expected/noop_golds_official_builds.json
index abd63f4..03fc42d 100644
--- a/recipe_modules/flutter_deps/examples/full.expected/noop_golds_official_builds.json
+++ b/recipe_modules/flutter_deps/examples/full.expected/noop_golds_official_builds.json
@@ -16,6 +16,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -61,6 +62,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -164,6 +166,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -205,6 +208,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -250,6 +254,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -291,6 +296,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -358,6 +364,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -463,6 +470,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -532,6 +540,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -714,6 +723,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -759,6 +769,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -804,6 +815,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -849,6 +861,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -901,6 +914,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -987,6 +1001,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -1027,6 +1042,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -1071,6 +1087,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -1116,6 +1133,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -1185,6 +1203,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -1250,6 +1269,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
diff --git a/recipe_modules/flutter_deps/examples/full.expected/windows_vs_installed.json b/recipe_modules/flutter_deps/examples/full.expected/windows_vs_installed.json
index 49ff191..5619e5b 100644
--- a/recipe_modules/flutter_deps/examples/full.expected/windows_vs_installed.json
+++ b/recipe_modules/flutter_deps/examples/full.expected/windows_vs_installed.json
@@ -16,6 +16,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "OpenJDK dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -49,6 +50,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Arm Tools dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -116,6 +118,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Download goldctl.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -149,6 +152,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -178,6 +182,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -211,6 +216,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Firefox dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -240,6 +246,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -283,6 +290,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -352,6 +360,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (3)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -397,6 +406,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (4)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -507,6 +517,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install cmake.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -540,6 +551,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Installing Mac codesign CIPD pkg.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -573,6 +585,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ninja.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -606,6 +619,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install clang.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -646,6 +660,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Prepare code signing.Installing Mac mobileprovision.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
@@ -696,6 +711,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (5)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -724,6 +740,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (6)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -756,6 +773,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install dart sdk.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -789,6 +807,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install certs.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -892,6 +911,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ruby.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -937,6 +957,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ktlint.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/flutter_deps/examples/full.expected/windows_vs_not_installed.json b/recipe_modules/flutter_deps/examples/full.expected/windows_vs_not_installed.json
index f641106..ea40801 100644
--- a/recipe_modules/flutter_deps/examples/full.expected/windows_vs_not_installed.json
+++ b/recipe_modules/flutter_deps/examples/full.expected/windows_vs_not_installed.json
@@ -16,6 +16,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "OpenJDK dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -49,6 +50,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Arm Tools dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -116,6 +118,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Download goldctl.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -149,6 +152,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -178,6 +182,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -211,6 +216,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Firefox dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -240,6 +246,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -283,6 +290,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -352,6 +360,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (3)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -397,6 +406,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (4)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -507,6 +517,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install cmake.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -540,6 +551,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Installing Mac codesign CIPD pkg.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -573,6 +585,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ninja.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -606,6 +619,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install clang.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -646,6 +660,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Prepare code signing.Installing Mac mobileprovision.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
@@ -696,6 +711,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (5)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -724,6 +740,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (6)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -756,6 +773,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install dart sdk.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -789,6 +807,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install certs.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -887,6 +906,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "VSBuild.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -1386,6 +1406,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ruby.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -1431,6 +1452,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Install ktlint.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/gcloud/tests/full.expected/example.json b/recipe_modules/gcloud/tests/full.expected/example.json
index bf85458..90ac988 100644
--- a/recipe_modules/gcloud/tests/full.expected/example.json
+++ b/recipe_modules/gcloud/tests/full.expected/example.json
@@ -16,6 +16,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure gcloud.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -61,6 +62,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure gcloud (2).ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -101,6 +103,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure gcloud (3).ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -144,6 +147,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure gcloud (4).ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -177,6 +181,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure gcloud (5).ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/gcloud/tests/full.expected/windows.json b/recipe_modules/gcloud/tests/full.expected/windows.json
index a0a0a78..b8d0a81 100644
--- a/recipe_modules/gcloud/tests/full.expected/windows.json
+++ b/recipe_modules/gcloud/tests/full.expected/windows.json
@@ -16,6 +16,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure gcloud.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -61,6 +62,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure gcloud (2).ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -101,6 +103,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure gcloud (3).ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -144,6 +147,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure gcloud (4).ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -177,6 +181,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure gcloud (5).ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/gsutil/__init__.py b/recipe_modules/gsutil/__init__.py
index efa393d..17749c8 100644
--- a/recipe_modules/gsutil/__init__.py
+++ b/recipe_modules/gsutil/__init__.py
@@ -3,9 +3,9 @@
# found in the LICENSE file.
DEPS = [
- "fuchsia/buildbucket_util",
"fuchsia/python3",
"fuchsia/utils",
+ "recipe_engine/buildbucket",
"recipe_engine/cipd",
"recipe_engine/platform",
"recipe_engine/step",
diff --git a/recipe_modules/gsutil/api.py b/recipe_modules/gsutil/api.py
index 9d07bf1..c55e376 100644
--- a/recipe_modules/gsutil/api.py
+++ b/recipe_modules/gsutil/api.py
@@ -95,7 +95,7 @@
def namespaced_gcs_path(self, relative_path, namespace=None):
if not namespace:
- namespace = self.m.buildbucket_util.id
+ namespace = self.m.buildbucket.build.id
return f"builds/{namespace}/{relative_path}"
def http_url(self, bucket, dest, unauthenticated_url=False):
diff --git a/recipe_modules/kms/examples/full.expected/basic.json b/recipe_modules/kms/examples/full.expected/basic.json
index c3da001..fd897f3 100644
--- a/recipe_modules/kms/examples/full.expected/basic.json
+++ b/recipe_modules/kms/examples/full.expected/basic.json
@@ -12,6 +12,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -67,6 +68,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipe_modules/recipe_testing/__init__.py b/recipe_modules/recipe_testing/__init__.py
index 3f46e98..2466152 100644
--- a/recipe_modules/recipe_testing/__init__.py
+++ b/recipe_modules/recipe_testing/__init__.py
@@ -8,7 +8,6 @@
"fuchsia/gerrit",
"fuchsia/git",
"fuchsia/gitiles",
- "fuchsia/luci_config",
"flutter/subbuild",
"flutter/swarming_retry",
"recipe_engine/buildbucket",
@@ -16,6 +15,7 @@
"recipe_engine/file",
"recipe_engine/json",
"recipe_engine/led",
+ "recipe_engine/luci_config",
"recipe_engine/path",
"recipe_engine/properties",
"recipe_engine/raw_io",
diff --git a/recipe_modules/recipe_testing/api.py b/recipe_modules/recipe_testing/api.py
index 56e80eb..385186e 100644
--- a/recipe_modules/recipe_testing/api.py
+++ b/recipe_modules/recipe_testing/api.py
@@ -555,9 +555,10 @@
def _all_tryjobs(
self, project, include_unrestricted, include_restricted, config_name
):
- cfg = self.m.luci_config.commit_queue(
+ cfg = self.m.luci_config.fetch_config(
+ config_name or "commit-queue.cfg",
+ config_pb2.Config,
project=project,
- config_name=config_name or "commit-queue.cfg",
)
builders = set()
config_groups = cfg.config_groups if cfg else []
diff --git a/recipe_modules/repo_util/examples/full.expected/bot_update.json b/recipe_modules/repo_util/examples/full.expected/bot_update.json
index 952e602..47bea94 100644
--- a/recipe_modules/repo_util/examples/full.expected/bot_update.json
+++ b/recipe_modules/repo_util/examples/full.expected/bot_update.json
@@ -625,7 +625,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipe_modules/repo_util/examples/full.expected/first_bot_update_failed.json b/recipe_modules/repo_util/examples/full.expected/first_bot_update_failed.json
index 9331e7a..66b7b1e 100644
--- a/recipe_modules/repo_util/examples/full.expected/first_bot_update_failed.json
+++ b/recipe_modules/repo_util/examples/full.expected/first_bot_update_failed.json
@@ -625,7 +625,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipe_modules/repo_util/examples/full.expected/first_bot_update_revision_not_found.json b/recipe_modules/repo_util/examples/full.expected/first_bot_update_revision_not_found.json
index 1c28617..4680c9a 100644
--- a/recipe_modules/repo_util/examples/full.expected/first_bot_update_revision_not_found.json
+++ b/recipe_modules/repo_util/examples/full.expected/first_bot_update_revision_not_found.json
@@ -625,7 +625,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipe_modules/repo_util/examples/full.expected/fusion.json b/recipe_modules/repo_util/examples/full.expected/fusion.json
index 2bca69c..af8a25b 100644
--- a/recipe_modules/repo_util/examples/full.expected/fusion.json
+++ b/recipe_modules/repo_util/examples/full.expected/fusion.json
@@ -626,7 +626,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipe_modules/signing/__init__.py b/recipe_modules/signing/__init__.py
index 0f8be88..81ceec8 100644
--- a/recipe_modules/signing/__init__.py
+++ b/recipe_modules/signing/__init__.py
@@ -7,7 +7,7 @@
'flutter/flutter_deps',
'flutter/kms',
'flutter/zip',
- 'fuchsia/buildbucket_util',
+ 'recipe_engine/buildbucket',
'recipe_engine/context',
'recipe_engine/file',
'recipe_engine/futures',
diff --git a/recipe_modules/signing/api.py b/recipe_modules/signing/api.py
index 7c48d39..4cc5165 100644
--- a/recipe_modules/signing/api.py
+++ b/recipe_modules/signing/api.py
@@ -118,7 +118,7 @@
)
finally:
# This will namespace the remote GCS path by the buildbucket build ID
- buildbucket_id = self.m.buildbucket_util.id
+ buildbucket_id = self.m.buildbucket.build.id
remote_path = '%s/setup_keychain_logs.txt' % buildbucket_id
self.m.gsutil.upload(
bucket='flutter_tmp_logs',
diff --git a/recipe_modules/signing/examples/code_sign.expected/mac_require_signing.json b/recipe_modules/signing/examples/code_sign.expected/mac_require_signing.json
index e7f2f8e..b9a40bf 100644
--- a/recipe_modules/signing/examples/code_sign.expected/mac_require_signing.json
+++ b/recipe_modules/signing/examples/code_sign.expected/mac_require_signing.json
@@ -30,6 +30,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Codesign Dependencies.Installing Mac codesign CIPD pkg.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
@@ -63,6 +64,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Setup codesign environment.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -125,6 +127,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Setup codesign environment.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -187,6 +190,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Setup codesign environment.ensure_installed (3)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -249,6 +253,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Setup codesign environment.ensure_installed (4)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -311,6 +316,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Setup codesign environment.ensure_installed (5)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/signing/examples/code_sign.expected/no_signing_identity.json b/recipe_modules/signing/examples/code_sign.expected/no_signing_identity.json
index e7f2f8e..b9a40bf 100644
--- a/recipe_modules/signing/examples/code_sign.expected/no_signing_identity.json
+++ b/recipe_modules/signing/examples/code_sign.expected/no_signing_identity.json
@@ -30,6 +30,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Codesign Dependencies.Installing Mac codesign CIPD pkg.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
@@ -63,6 +64,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Setup codesign environment.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -125,6 +127,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Setup codesign environment.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -187,6 +190,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Setup codesign environment.ensure_installed (3)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -249,6 +253,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Setup codesign environment.ensure_installed (4)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -311,6 +316,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Setup codesign environment.ensure_installed (5)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipe_modules/signing/examples/requires_signing.expected/mac_does_not_require_signing.json b/recipe_modules/signing/examples/requires_signing.expected/mac_does_not_require_signing.json
index cce5c3a..89750bb 100644
--- a/recipe_modules/signing/examples/requires_signing.expected/mac_does_not_require_signing.json
+++ b/recipe_modules/signing/examples/requires_signing.expected/mac_does_not_require_signing.json
@@ -50,7 +50,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipe_modules/status_reporting/examples/full.expected/basic.json b/recipe_modules/status_reporting/examples/full.expected/basic.json
index 1c04a93..b55a59f 100644
--- a/recipe_modules/status_reporting/examples/full.expected/basic.json
+++ b/recipe_modules/status_reporting/examples/full.expected/basic.json
@@ -23,6 +23,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Publish results.ensure gcloud.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
@@ -78,6 +79,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Publish results (2).ensure gcloud.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
@@ -133,6 +135,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "Publish results (3).ensure gcloud.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
diff --git a/recipes/cipd/cosign.expected/cosign.json b/recipes/cipd/cosign.expected/cosign.json
index 1e95e0b..72700b2 100644
--- a/recipes/cipd/cosign.expected/cosign.json
+++ b/recipes/cipd/cosign.expected/cosign.json
@@ -84,6 +84,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "build mac-amd64",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -105,6 +106,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "register flutter/tools/cosign/mac-amd64",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -188,6 +190,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "build linux-amd64",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -209,6 +212,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "register flutter/tools/cosign/linux-amd64",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -284,6 +288,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "build windows-amd64",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -305,6 +310,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "register flutter/tools/cosign/windows-amd64",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/cocoon/cipd.expected/cipd_mac_no_upload.json b/recipes/cocoon/cipd.expected/cipd_mac_no_upload.json
index bc01dad..3cf9242 100644
--- a/recipes/cocoon/cipd.expected/cipd_mac_no_upload.json
+++ b/recipes/cocoon/cipd.expected/cipd_mac_no_upload.json
@@ -248,6 +248,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
diff --git a/recipes/cocoon/cipd.expected/cipd_win_upload.json b/recipes/cocoon/cipd.expected/cipd_win_upload.json
index 5c64912..a3f61f5 100644
--- a/recipes/cocoon/cipd.expected/cipd_win_upload.json
+++ b/recipes/cocoon/cipd.expected/cipd_win_upload.json
@@ -228,6 +228,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:prod"
@@ -261,6 +262,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:prod"
diff --git a/recipes/devicelab/devicelab_drone.expected/emulator-test.json b/recipes/devicelab/devicelab_drone.expected/emulator-test.json
index 47fb38f..153e09e 100644
--- a/recipes/devicelab/devicelab_drone.expected/emulator-test.json
+++ b/recipes/devicelab/devicelab_drone.expected/emulator-test.json
@@ -330,6 +330,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/engine_v2/builder.expected/basic.json b/recipes/engine_v2/builder.expected/basic.json
index f05dcdc..c5da8bc 100644
--- a/recipes/engine_v2/builder.expected/basic.json
+++ b/recipes/engine_v2/builder.expected/basic.json
@@ -160,7 +160,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/builder.expected/basic_fusion.json b/recipes/engine_v2/builder.expected/basic_fusion.json
index 253b455..a884a45 100644
--- a/recipes/engine_v2/builder.expected/basic_fusion.json
+++ b/recipes/engine_v2/builder.expected/basic_fusion.json
@@ -386,7 +386,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/builder.expected/config_file.json b/recipes/engine_v2/builder.expected/config_file.json
index d902c7a..53e1563 100644
--- a/recipes/engine_v2/builder.expected/config_file.json
+++ b/recipes/engine_v2/builder.expected/config_file.json
@@ -386,7 +386,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/builder.expected/dart-internal-flutter-success.json b/recipes/engine_v2/builder.expected/dart-internal-flutter-success.json
index 762a2b4..8b61fd0 100644
--- a/recipes/engine_v2/builder.expected/dart-internal-flutter-success.json
+++ b/recipes/engine_v2/builder.expected/dart-internal-flutter-success.json
@@ -30,12 +30,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -54,7 +55,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/engine_v2/builder.expected/mac_main.json b/recipes/engine_v2/builder.expected/mac_main.json
index 6786dc0..4c6b600 100644
--- a/recipes/engine_v2/builder.expected/mac_main.json
+++ b/recipes/engine_v2/builder.expected/mac_main.json
@@ -239,7 +239,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/builder.expected/mac_release_candidate.json b/recipes/engine_v2/builder.expected/mac_release_candidate.json
index ebc699e..30c990b 100644
--- a/recipes/engine_v2/builder.expected/mac_release_candidate.json
+++ b/recipes/engine_v2/builder.expected/mac_release_candidate.json
@@ -239,7 +239,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
@@ -3669,7 +3669,7 @@
"stdin": "{\"zip_file\": \"[CACHE]/builder/src/out/android_jit_release_x86/zip_archives/android-x86-jit-release/artifacts.zip\"}",
"~followup_annotations": [
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
@@ -3728,7 +3728,7 @@
"stdin": "{\"zip_file\": \"[CACHE]/builder/src/out/android_jit_release_x86/zip_archives/download.flutter.io/io/flutter/x86_debug/1.0.0-0005149dca9b248663adcde4bdd7c6c915a76584/x86_debug-1.0.0-0005149dca9b248663adcde4bdd7c6c915a76584.jar\"}",
"~followup_annotations": [
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
@@ -3787,7 +3787,7 @@
"stdin": "{\"zip_file\": \"[CACHE]/builder/src/out/android_jit_release_x86/zip_archives/download.flutter.io/io/flutter/x86_debug/1.0.0-0005149dca9b248663adcde4bdd7c6c915a76584/x86_debug-1.0.0-0005149dca9b248663adcde4bdd7c6c915a76584.pom\"}",
"~followup_annotations": [
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
@@ -3849,6 +3849,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "flutter:prod"
@@ -3928,6 +3929,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "flutter:prod"
@@ -4128,6 +4130,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "flutter:prod"
@@ -4328,6 +4331,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "flutter:prod"
@@ -4528,6 +4532,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "flutter:prod"
@@ -4728,6 +4733,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "flutter:prod"
diff --git a/recipes/engine_v2/builder.expected/test_if_not_skip_postsubmit.json b/recipes/engine_v2/builder.expected/test_if_not_skip_postsubmit.json
index 84991c9..7216df8 100644
--- a/recipes/engine_v2/builder.expected/test_if_not_skip_postsubmit.json
+++ b/recipes/engine_v2/builder.expected/test_if_not_skip_postsubmit.json
@@ -160,7 +160,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/builder.expected/test_if_not_skip_presubmit.json b/recipes/engine_v2/builder.expected/test_if_not_skip_presubmit.json
index e34d793..a87c90e 100644
--- a/recipes/engine_v2/builder.expected/test_if_not_skip_presubmit.json
+++ b/recipes/engine_v2/builder.expected/test_if_not_skip_presubmit.json
@@ -160,7 +160,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/builder.expected/test_if_skip_postsubmit.json b/recipes/engine_v2/builder.expected/test_if_skip_postsubmit.json
index 728d6cd..78be1a3 100644
--- a/recipes/engine_v2/builder.expected/test_if_skip_postsubmit.json
+++ b/recipes/engine_v2/builder.expected/test_if_skip_postsubmit.json
@@ -160,7 +160,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/builder.expected/test_if_skip_presubmit.json b/recipes/engine_v2/builder.expected/test_if_skip_presubmit.json
index 2562796..0a2b163 100644
--- a/recipes/engine_v2/builder.expected/test_if_skip_presubmit.json
+++ b/recipes/engine_v2/builder.expected/test_if_skip_presubmit.json
@@ -160,7 +160,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/cache.expected/basic.json b/recipes/engine_v2/cache.expected/basic.json
index a2eec7a..361207e 100644
--- a/recipes/engine_v2/cache.expected/basic.json
+++ b/recipes/engine_v2/cache.expected/basic.json
@@ -90,7 +90,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/engine_v2.expected/basic_linux.json b/recipes/engine_v2/engine_v2.expected/basic_linux.json
index a014acf..3b37667 100644
--- a/recipes/engine_v2/engine_v2.expected/basic_linux.json
+++ b/recipes/engine_v2/engine_v2.expected/basic_linux.json
@@ -402,7 +402,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/engine_v2.expected/basic_mac.json b/recipes/engine_v2/engine_v2.expected/basic_mac.json
index 345735b..2ff117d 100644
--- a/recipes/engine_v2/engine_v2.expected/basic_mac.json
+++ b/recipes/engine_v2/engine_v2.expected/basic_mac.json
@@ -416,7 +416,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
@@ -1652,7 +1652,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/engine_v2.expected/basic_mac_dart_internal.json b/recipes/engine_v2/engine_v2.expected/basic_mac_dart_internal.json
index e8f1349..36af225 100644
--- a/recipes/engine_v2/engine_v2.expected/basic_mac_dart_internal.json
+++ b/recipes/engine_v2/engine_v2.expected/basic_mac_dart_internal.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart-internal:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
@@ -1839,7 +1840,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/engine_v2.expected/basic_mac_fusion.json b/recipes/engine_v2/engine_v2.expected/basic_mac_fusion.json
index ca278f6..be31186 100644
--- a/recipes/engine_v2/engine_v2.expected/basic_mac_fusion.json
+++ b/recipes/engine_v2/engine_v2.expected/basic_mac_fusion.json
@@ -642,7 +642,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
@@ -1878,7 +1878,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/engine_v2.expected/codesign_release_branch.json b/recipes/engine_v2/engine_v2.expected/codesign_release_branch.json
index 7bf4fec..9684cd0 100644
--- a/recipes/engine_v2/engine_v2.expected/codesign_release_branch.json
+++ b/recipes/engine_v2/engine_v2.expected/codesign_release_branch.json
@@ -777,7 +777,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
@@ -2155,7 +2155,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
@@ -2181,7 +2181,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
@@ -2235,6 +2235,7 @@
"[CACHE]/builder/src/flutter/third_party/dart/tools/sdks/dart-sdk/bin"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "proj:try"
@@ -2306,6 +2307,7 @@
"[CACHE]/builder/src/flutter/third_party/dart/tools/sdks/dart-sdk/bin"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "proj:try"
@@ -2473,6 +2475,7 @@
"[CACHE]/builder/src/flutter/third_party/dart/tools/sdks/dart-sdk/bin"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "proj:try"
@@ -2640,6 +2643,7 @@
"[CACHE]/builder/src/flutter/third_party/dart/tools/sdks/dart-sdk/bin"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "proj:try"
@@ -2807,6 +2811,7 @@
"[CACHE]/builder/src/flutter/third_party/dart/tools/sdks/dart-sdk/bin"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "proj:try"
@@ -2974,6 +2979,7 @@
"[CACHE]/builder/src/flutter/third_party/dart/tools/sdks/dart-sdk/bin"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "proj:try"
diff --git a/recipes/engine_v2/engine_v2.expected/config_from_file.json b/recipes/engine_v2/engine_v2.expected/config_from_file.json
index 6bbad00..bb6c0c5 100644
--- a/recipes/engine_v2/engine_v2.expected/config_from_file.json
+++ b/recipes/engine_v2/engine_v2.expected/config_from_file.json
@@ -652,7 +652,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
diff --git a/recipes/engine_v2/tester.expected/monorepo_framework_tests.json b/recipes/engine_v2/tester.expected/monorepo_framework_tests.json
index cbfd8b3..f2498cc 100644
--- a/recipes/engine_v2/tester.expected/monorepo_framework_tests.json
+++ b/recipes/engine_v2/tester.expected/monorepo_framework_tests.json
@@ -667,6 +667,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
diff --git a/recipes/engine_v2/tester.expected/monorepo_web_tests.json b/recipes/engine_v2/tester.expected/monorepo_web_tests.json
index 09f89f8..74533c2 100644
--- a/recipes/engine_v2/tester.expected/monorepo_web_tests.json
+++ b/recipes/engine_v2/tester.expected/monorepo_web_tests.json
@@ -671,6 +671,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
@@ -712,6 +713,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "dart:ci.sandbox"
diff --git a/recipes/engine_v2/tester_engine.expected/basic.json b/recipes/engine_v2/tester_engine.expected/basic.json
index 00f304d..9fbd4e4 100644
--- a/recipes/engine_v2/tester_engine.expected/basic.json
+++ b/recipes/engine_v2/tester_engine.expected/basic.json
@@ -63,7 +63,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
@@ -314,6 +314,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -375,6 +376,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/engine_v2/tester_engine.expected/fusion.json b/recipes/engine_v2/tester_engine.expected/fusion.json
index cded029..8c1dca2 100644
--- a/recipes/engine_v2/tester_engine.expected/fusion.json
+++ b/recipes/engine_v2/tester_engine.expected/fusion.json
@@ -63,7 +63,7 @@
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@",
- "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
+ "@@@STEP_LOG_LINE@json.output (exception)@Expecting value: line 1 column 1 (char 0)@@@",
"@@@STEP_LOG_END@json.output (exception)@@@"
]
},
@@ -314,6 +314,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -375,6 +376,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "Chrome and driver dependency.ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
diff --git a/recipes/flutter/docs.expected/docs_generated_but_not_uploaded_on_release_candidate_branch.json b/recipes/flutter/docs.expected/docs_generated_but_not_uploaded_on_release_candidate_branch.json
index 2cd3ace..c7af4d4 100644
--- a/recipes/flutter/docs.expected/docs_generated_but_not_uploaded_on_release_candidate_branch.json
+++ b/recipes/flutter/docs.expected/docs_generated_but_not_uploaded_on_release_candidate_branch.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "flutter:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/flutter/docs.expected/docs_upload_on_stable_branch.json b/recipes/flutter/docs.expected/docs_upload_on_stable_branch.json
index 8255c4c..002fa6b 100644
--- a/recipes/flutter/docs.expected/docs_upload_on_stable_branch.json
+++ b/recipes/flutter/docs.expected/docs_upload_on_stable_branch.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "flutter:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/flutter/flutter_drone.expected/android_sdk.json b/recipes/flutter/flutter_drone.expected/android_sdk.json
index 4201926..9b76bca 100644
--- a/recipes/flutter/flutter_drone.expected/android_sdk.json
+++ b/recipes/flutter/flutter_drone.expected/android_sdk.json
@@ -171,6 +171,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/flutter/flutter_drone.expected/android_sdk_reduced.json b/recipes/flutter/flutter_drone.expected/android_sdk_reduced.json
index 11bf277..6b6cece 100644
--- a/recipes/flutter/flutter_drone.expected/android_sdk_reduced.json
+++ b/recipes/flutter/flutter_drone.expected/android_sdk_reduced.json
@@ -171,6 +171,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/infra/ci_yaml.expected/basic.json b/recipes/infra/ci_yaml.expected/basic.json
index 1104c0b..6fdaa31 100644
--- a/recipes/infra/ci_yaml.expected/basic.json
+++ b/recipes/infra/ci_yaml.expected/basic.json
@@ -597,6 +597,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:prod"
@@ -961,7 +962,7 @@
"hostname": "rdbhost"
}
},
- "name": "check for no-op commit",
+ "name": "check for no-op commit: unstaged / ignored files",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -971,6 +972,35 @@
{
"cmd": [
"git",
+ "diff",
+ "HEAD",
+ "--cached",
+ "--name-only"
+ ],
+ "cwd": "[START_DIR]/infra",
+ "luci_context": {
+ "realm": {
+ "name": "project:prod"
+ },
+ "resultdb": {
+ "current_invocation": {
+ "name": "invocations/build:8945511751514863184",
+ "update_token": "token"
+ },
+ "hostname": "rdbhost"
+ }
+ },
+ "name": "check for no-op commit: staged files",
+ "timeout": 300.0,
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@stdout@staged-foo.txt@@@",
+ "@@@STEP_LOG_LINE@stdout@staged-bar.txt@@@",
+ "@@@STEP_LOG_END@stdout@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
"add",
"--update"
],
@@ -1261,7 +1291,7 @@
"git",
"commit",
"-m",
- "Roll engine to abc123\n\nRoller-URL: https://ci.chromium.org/b/8945511751514863184\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I520324b8ea4bfe51bb4d3690983686816663e896",
+ "Roll engine to abc123\n\nRoller-URL: https://cr-buildbucket.appspot.com/build/8945511751514863184\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I520324b8ea4bfe51bb4d3690983686816663e896",
"-a",
"--no-verify"
],
@@ -1331,7 +1361,7 @@
"-host",
"https://flutter-review.googlesource.com",
"-input",
- "{\"change_id\": \"infra~main~I520324b8ea4bfe51bb4d3690983686816663e896\", \"params\": {\"o\": [\"CURRENT_REVISION\", \"DETAILED_ACCOUNTS\"]}}",
+ "{\"change_id\": \"infra~main~I520324b8ea4bfe51bb4d3690983686816663e896\", \"params\": {\"o\": [\"CURRENT_REVISION\", \"DETAILED_ACCOUNTS\", \"SUBMITTABLE\"]}}",
"-output",
"/path/to/tmp/json"
],
@@ -1375,7 +1405,8 @@
"@@@STEP_LOG_LINE@json.input@ \"params\": {@@@",
"@@@STEP_LOG_LINE@json.input@ \"o\": [@@@",
"@@@STEP_LOG_LINE@json.input@ \"CURRENT_REVISION\",@@@",
- "@@@STEP_LOG_LINE@json.input@ \"DETAILED_ACCOUNTS\"@@@",
+ "@@@STEP_LOG_LINE@json.input@ \"DETAILED_ACCOUNTS\",@@@",
+ "@@@STEP_LOG_LINE@json.input@ \"SUBMITTABLE\"@@@",
"@@@STEP_LOG_LINE@json.input@ ]@@@",
"@@@STEP_LOG_LINE@json.input@ }@@@",
"@@@STEP_LOG_LINE@json.input@}@@@",
diff --git a/recipes/infra/ci_yaml.expected/flutter.monorepo.json b/recipes/infra/ci_yaml.expected/flutter.monorepo.json
index 897fb28..3ebdd9f 100644
--- a/recipes/infra/ci_yaml.expected/flutter.monorepo.json
+++ b/recipes/infra/ci_yaml.expected/flutter.monorepo.json
@@ -597,6 +597,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:prod"
@@ -1050,7 +1051,7 @@
"hostname": "rdbhost"
}
},
- "name": "check for no-op commit",
+ "name": "check for no-op commit: unstaged / ignored files",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -1060,6 +1061,35 @@
{
"cmd": [
"git",
+ "diff",
+ "HEAD",
+ "--cached",
+ "--name-only"
+ ],
+ "cwd": "[START_DIR]/infra",
+ "luci_context": {
+ "realm": {
+ "name": "project:prod"
+ },
+ "resultdb": {
+ "current_invocation": {
+ "name": "invocations/build:8945511751514863184",
+ "update_token": "token"
+ },
+ "hostname": "rdbhost"
+ }
+ },
+ "name": "check for no-op commit: staged files",
+ "timeout": 300.0,
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@stdout@staged-foo.txt@@@",
+ "@@@STEP_LOG_LINE@stdout@staged-bar.txt@@@",
+ "@@@STEP_LOG_END@stdout@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
"add",
"--update"
],
@@ -1350,7 +1380,7 @@
"git",
"commit",
"-m",
- "Roll flutter to abc123\n\nRoller-URL: https://ci.chromium.org/b/8945511751514863184\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I520324b8ea4bfe51bb4d3690983686816663e896",
+ "Roll flutter to abc123\n\nRoller-URL: https://cr-buildbucket.appspot.com/build/8945511751514863184\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I520324b8ea4bfe51bb4d3690983686816663e896",
"-a",
"--no-verify"
],
@@ -1420,7 +1450,7 @@
"-host",
"https://flutter-review.googlesource.com",
"-input",
- "{\"change_id\": \"infra~main~I520324b8ea4bfe51bb4d3690983686816663e896\", \"params\": {\"o\": [\"CURRENT_REVISION\", \"DETAILED_ACCOUNTS\"]}}",
+ "{\"change_id\": \"infra~main~I520324b8ea4bfe51bb4d3690983686816663e896\", \"params\": {\"o\": [\"CURRENT_REVISION\", \"DETAILED_ACCOUNTS\", \"SUBMITTABLE\"]}}",
"-output",
"/path/to/tmp/json"
],
@@ -1464,7 +1494,8 @@
"@@@STEP_LOG_LINE@json.input@ \"params\": {@@@",
"@@@STEP_LOG_LINE@json.input@ \"o\": [@@@",
"@@@STEP_LOG_LINE@json.input@ \"CURRENT_REVISION\",@@@",
- "@@@STEP_LOG_LINE@json.input@ \"DETAILED_ACCOUNTS\"@@@",
+ "@@@STEP_LOG_LINE@json.input@ \"DETAILED_ACCOUNTS\",@@@",
+ "@@@STEP_LOG_LINE@json.input@ \"SUBMITTABLE\"@@@",
"@@@STEP_LOG_LINE@json.input@ ]@@@",
"@@@STEP_LOG_LINE@json.input@ }@@@",
"@@@STEP_LOG_LINE@json.input@}@@@",
diff --git a/recipes/infra/ci_yaml.expected/presubmit.json b/recipes/infra/ci_yaml.expected/presubmit.json
index 563b73c..ff0a690 100644
--- a/recipes/infra/ci_yaml.expected/presubmit.json
+++ b/recipes/infra/ci_yaml.expected/presubmit.json
@@ -597,6 +597,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:try"
diff --git a/recipes/infra/ci_yaml.expected/release.json b/recipes/infra/ci_yaml.expected/release.json
index 403c2be..73af694 100644
--- a/recipes/infra/ci_yaml.expected/release.json
+++ b/recipes/infra/ci_yaml.expected/release.json
@@ -597,6 +597,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:prod"
@@ -961,7 +962,7 @@
"hostname": "rdbhost"
}
},
- "name": "check for no-op commit",
+ "name": "check for no-op commit: unstaged / ignored files",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -971,6 +972,35 @@
{
"cmd": [
"git",
+ "diff",
+ "HEAD",
+ "--cached",
+ "--name-only"
+ ],
+ "cwd": "[START_DIR]/infra",
+ "luci_context": {
+ "realm": {
+ "name": "project:prod"
+ },
+ "resultdb": {
+ "current_invocation": {
+ "name": "invocations/build:8945511751514863184",
+ "update_token": "token"
+ },
+ "hostname": "rdbhost"
+ }
+ },
+ "name": "check for no-op commit: staged files",
+ "timeout": 300.0,
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@stdout@staged-foo.txt@@@",
+ "@@@STEP_LOG_LINE@stdout@staged-bar.txt@@@",
+ "@@@STEP_LOG_END@stdout@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
"add",
"--update"
],
@@ -1261,7 +1291,7 @@
"git",
"commit",
"-m",
- "Roll engine to abc123\n\nRoller-URL: https://ci.chromium.org/b/8945511751514863184\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I520324b8ea4bfe51bb4d3690983686816663e896",
+ "Roll engine to abc123\n\nRoller-URL: https://cr-buildbucket.appspot.com/build/8945511751514863184\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I520324b8ea4bfe51bb4d3690983686816663e896",
"-a",
"--no-verify"
],
@@ -1331,7 +1361,7 @@
"-host",
"https://flutter-review.googlesource.com",
"-input",
- "{\"change_id\": \"infra~main~I520324b8ea4bfe51bb4d3690983686816663e896\", \"params\": {\"o\": [\"CURRENT_REVISION\", \"DETAILED_ACCOUNTS\"]}}",
+ "{\"change_id\": \"infra~main~I520324b8ea4bfe51bb4d3690983686816663e896\", \"params\": {\"o\": [\"CURRENT_REVISION\", \"DETAILED_ACCOUNTS\", \"SUBMITTABLE\"]}}",
"-output",
"/path/to/tmp/json"
],
@@ -1375,7 +1405,8 @@
"@@@STEP_LOG_LINE@json.input@ \"params\": {@@@",
"@@@STEP_LOG_LINE@json.input@ \"o\": [@@@",
"@@@STEP_LOG_LINE@json.input@ \"CURRENT_REVISION\",@@@",
- "@@@STEP_LOG_LINE@json.input@ \"DETAILED_ACCOUNTS\"@@@",
+ "@@@STEP_LOG_LINE@json.input@ \"DETAILED_ACCOUNTS\",@@@",
+ "@@@STEP_LOG_LINE@json.input@ \"SUBMITTABLE\"@@@",
"@@@STEP_LOG_LINE@json.input@ ]@@@",
"@@@STEP_LOG_LINE@json.input@ }@@@",
"@@@STEP_LOG_LINE@json.input@}@@@",
diff --git a/recipes/infra/ci_yaml.expected/staging.json b/recipes/infra/ci_yaml.expected/staging.json
index 5298789..3846141 100644
--- a/recipes/infra/ci_yaml.expected/staging.json
+++ b/recipes/infra/ci_yaml.expected/staging.json
@@ -597,6 +597,7 @@
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:staging"
@@ -961,7 +962,7 @@
"hostname": "rdbhost"
}
},
- "name": "check for no-op commit",
+ "name": "check for no-op commit: unstaged / ignored files",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_LOG_LINE@stdout@hello@@@",
@@ -971,6 +972,35 @@
{
"cmd": [
"git",
+ "diff",
+ "HEAD",
+ "--cached",
+ "--name-only"
+ ],
+ "cwd": "[START_DIR]/infra",
+ "luci_context": {
+ "realm": {
+ "name": "project:staging"
+ },
+ "resultdb": {
+ "current_invocation": {
+ "name": "invocations/build:8945511751514863184",
+ "update_token": "token"
+ },
+ "hostname": "rdbhost"
+ }
+ },
+ "name": "check for no-op commit: staged files",
+ "timeout": 300.0,
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@stdout@staged-foo.txt@@@",
+ "@@@STEP_LOG_LINE@stdout@staged-bar.txt@@@",
+ "@@@STEP_LOG_END@stdout@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
"add",
"--update"
],
@@ -1261,7 +1291,7 @@
"git",
"commit",
"-m",
- "Roll engine to abc123\n\nRoller-URL: https://ci.chromium.org/b/8945511751514863184\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I520324b8ea4bfe51bb4d3690983686816663e896",
+ "Roll engine to abc123\n\nRoller-URL: https://cr-buildbucket.appspot.com/build/8945511751514863184\nCQ-Do-Not-Cancel-Tryjobs: true\nChange-Id: I520324b8ea4bfe51bb4d3690983686816663e896",
"-a",
"--no-verify"
],
@@ -1331,7 +1361,7 @@
"-host",
"https://flutter-review.googlesource.com",
"-input",
- "{\"change_id\": \"infra~main~I520324b8ea4bfe51bb4d3690983686816663e896\", \"params\": {\"o\": [\"CURRENT_REVISION\", \"DETAILED_ACCOUNTS\"]}}",
+ "{\"change_id\": \"infra~main~I520324b8ea4bfe51bb4d3690983686816663e896\", \"params\": {\"o\": [\"CURRENT_REVISION\", \"DETAILED_ACCOUNTS\", \"SUBMITTABLE\"]}}",
"-output",
"/path/to/tmp/json"
],
@@ -1375,7 +1405,8 @@
"@@@STEP_LOG_LINE@json.input@ \"params\": {@@@",
"@@@STEP_LOG_LINE@json.input@ \"o\": [@@@",
"@@@STEP_LOG_LINE@json.input@ \"CURRENT_REVISION\",@@@",
- "@@@STEP_LOG_LINE@json.input@ \"DETAILED_ACCOUNTS\"@@@",
+ "@@@STEP_LOG_LINE@json.input@ \"DETAILED_ACCOUNTS\",@@@",
+ "@@@STEP_LOG_LINE@json.input@ \"SUBMITTABLE\"@@@",
"@@@STEP_LOG_LINE@json.input@ ]@@@",
"@@@STEP_LOG_LINE@json.input@ }@@@",
"@@@STEP_LOG_LINE@json.input@}@@@",
diff --git a/recipes/infra/luci_config.expected/basic.json b/recipes/infra/luci_config.expected/basic.json
index a111790..ca079c1 100644
--- a/recipes/infra/luci_config.expected/basic.json
+++ b/recipes/infra/luci_config.expected/basic.json
@@ -77,7 +77,7 @@
],
"cwd": "[START_DIR]/infra",
"infra_step": true,
- "name": "checkout.set fetch.uriprotocols",
+ "name": "checkout.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -199,7 +199,7 @@
],
"cwd": "[CACHE]/git/flutter.googlesource.com-infra",
"infra_step": true,
- "name": "checkout.cache.set fetch.uriprotocols",
+ "name": "checkout.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/infra/luci_config.expected/cq.json b/recipes/infra/luci_config.expected/cq.json
index f68a209..5c443b9 100644
--- a/recipes/infra/luci_config.expected/cq.json
+++ b/recipes/infra/luci_config.expected/cq.json
@@ -137,7 +137,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout.set fetch.uriprotocols",
+ "name": "checkout.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -343,7 +343,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout.cache.set fetch.uriprotocols",
+ "name": "checkout.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/packages/packages.expected/emulator-test.json b/recipes/packages/packages.expected/emulator-test.json
index 18e8e76..8139520 100644
--- a/recipes/packages/packages.expected/emulator-test.json
+++ b/recipes/packages/packages.expected/emulator-test.json
@@ -487,6 +487,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"name": "Run package tests.download avd package.ensure_installed",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@",
diff --git a/recipes/packaging/packaging.expected/linux_invalidbeta_experimental_flutter.json b/recipes/packaging/packaging.expected/linux_invalidbeta_experimental_flutter.json
index b990449..b9646ff 100644
--- a/recipes/packaging/packaging.expected/linux_invalidbeta_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_invalidbeta_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_invalidbeta_flutter.json b/recipes/packaging/packaging.expected/linux_invalidbeta_flutter.json
index b990449..b9646ff 100644
--- a/recipes/packaging/packaging.expected/linux_invalidbeta_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_invalidbeta_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_invalidflutter-release-test_experimental_flutter.json b/recipes/packaging/packaging.expected/linux_invalidflutter-release-test_experimental_flutter.json
index 04f3aa5..946f6ec 100644
--- a/recipes/packaging/packaging.expected/linux_invalidflutter-release-test_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_invalidflutter-release-test_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_invalidflutter-release-test_flutter.json b/recipes/packaging/packaging.expected/linux_invalidflutter-release-test_flutter.json
index 04f3aa5..946f6ec 100644
--- a/recipes/packaging/packaging.expected/linux_invalidflutter-release-test_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_invalidflutter-release-test_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_invalidmaster_experimental_flutter.json b/recipes/packaging/packaging.expected/linux_invalidmaster_experimental_flutter.json
index 1d6b749..95aafcc 100644
--- a/recipes/packaging/packaging.expected/linux_invalidmaster_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_invalidmaster_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_invalidmaster_flutter.json b/recipes/packaging/packaging.expected/linux_invalidmaster_flutter.json
index 1d6b749..95aafcc 100644
--- a/recipes/packaging/packaging.expected/linux_invalidmaster_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_invalidmaster_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_invalidstable_experimental_flutter.json b/recipes/packaging/packaging.expected/linux_invalidstable_experimental_flutter.json
index 3eb11e9..a5b47b4 100644
--- a/recipes/packaging/packaging.expected/linux_invalidstable_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_invalidstable_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_invalidstable_flutter.json b/recipes/packaging/packaging.expected/linux_invalidstable_flutter.json
index 3eb11e9..a5b47b4 100644
--- a/recipes/packaging/packaging.expected/linux_invalidstable_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_invalidstable_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_refs_heads_beta_experimental_flutter.json b/recipes/packaging/packaging.expected/linux_refs_heads_beta_experimental_flutter.json
index 8e0bd55..7b3bb97 100644
--- a/recipes/packaging/packaging.expected/linux_refs_heads_beta_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_refs_heads_beta_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_refs_heads_beta_flutter.json b/recipes/packaging/packaging.expected/linux_refs_heads_beta_flutter.json
index e1876ee..af3cdf6 100644
--- a/recipes/packaging/packaging.expected/linux_refs_heads_beta_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_refs_heads_beta_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_refs_heads_flutter-release-test_experimental_flutter.json b/recipes/packaging/packaging.expected/linux_refs_heads_flutter-release-test_experimental_flutter.json
index 624c80a..2d0a3f2 100644
--- a/recipes/packaging/packaging.expected/linux_refs_heads_flutter-release-test_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_refs_heads_flutter-release-test_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_refs_heads_flutter-release-test_flutter.json b/recipes/packaging/packaging.expected/linux_refs_heads_flutter-release-test_flutter.json
index 15b25c8..3ac4aa0 100644
--- a/recipes/packaging/packaging.expected/linux_refs_heads_flutter-release-test_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_refs_heads_flutter-release-test_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_refs_heads_master_experimental_flutter.json b/recipes/packaging/packaging.expected/linux_refs_heads_master_experimental_flutter.json
index b37135d..593c58d 100644
--- a/recipes/packaging/packaging.expected/linux_refs_heads_master_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_refs_heads_master_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_refs_heads_master_flutter.json b/recipes/packaging/packaging.expected/linux_refs_heads_master_flutter.json
index c8bf5db..e354704 100644
--- a/recipes/packaging/packaging.expected/linux_refs_heads_master_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_refs_heads_master_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_refs_heads_stable_experimental_flutter.json b/recipes/packaging/packaging.expected/linux_refs_heads_stable_experimental_flutter.json
index 3504b3e..0d1f89f 100644
--- a/recipes/packaging/packaging.expected/linux_refs_heads_stable_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_refs_heads_stable_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/linux_refs_heads_stable_flutter.json b/recipes/packaging/packaging.expected/linux_refs_heads_stable_flutter.json
index f341e89..75c04a0 100644
--- a/recipes/packaging/packaging.expected/linux_refs_heads_stable_flutter.json
+++ b/recipes/packaging/packaging.expected/linux_refs_heads_stable_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_invalidbeta_experimental_flutter.json b/recipes/packaging/packaging.expected/mac_invalidbeta_experimental_flutter.json
index 4f483d4..228aac6 100644
--- a/recipes/packaging/packaging.expected/mac_invalidbeta_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_invalidbeta_experimental_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_invalidbeta_flutter.json b/recipes/packaging/packaging.expected/mac_invalidbeta_flutter.json
index 4f483d4..228aac6 100644
--- a/recipes/packaging/packaging.expected/mac_invalidbeta_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_invalidbeta_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_invalidflutter-release-test_experimental_flutter.json b/recipes/packaging/packaging.expected/mac_invalidflutter-release-test_experimental_flutter.json
index 69267e1..9e35ec9 100644
--- a/recipes/packaging/packaging.expected/mac_invalidflutter-release-test_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_invalidflutter-release-test_experimental_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_invalidflutter-release-test_flutter.json b/recipes/packaging/packaging.expected/mac_invalidflutter-release-test_flutter.json
index 69267e1..9e35ec9 100644
--- a/recipes/packaging/packaging.expected/mac_invalidflutter-release-test_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_invalidflutter-release-test_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_invalidmaster_experimental_flutter.json b/recipes/packaging/packaging.expected/mac_invalidmaster_experimental_flutter.json
index 0b45cd3..6ba8f14 100644
--- a/recipes/packaging/packaging.expected/mac_invalidmaster_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_invalidmaster_experimental_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_invalidmaster_flutter.json b/recipes/packaging/packaging.expected/mac_invalidmaster_flutter.json
index 0b45cd3..6ba8f14 100644
--- a/recipes/packaging/packaging.expected/mac_invalidmaster_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_invalidmaster_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_invalidstable_experimental_flutter.json b/recipes/packaging/packaging.expected/mac_invalidstable_experimental_flutter.json
index 2fa8362..dbad224 100644
--- a/recipes/packaging/packaging.expected/mac_invalidstable_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_invalidstable_experimental_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_invalidstable_flutter.json b/recipes/packaging/packaging.expected/mac_invalidstable_flutter.json
index 2fa8362..dbad224 100644
--- a/recipes/packaging/packaging.expected/mac_invalidstable_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_invalidstable_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_refs_heads_beta_experimental_flutter.json b/recipes/packaging/packaging.expected/mac_refs_heads_beta_experimental_flutter.json
index 9f830b9..861ed5f 100644
--- a/recipes/packaging/packaging.expected/mac_refs_heads_beta_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_refs_heads_beta_experimental_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_refs_heads_beta_flutter.json b/recipes/packaging/packaging.expected/mac_refs_heads_beta_flutter.json
index 59e115e..9a5e14d7 100644
--- a/recipes/packaging/packaging.expected/mac_refs_heads_beta_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_refs_heads_beta_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_refs_heads_flutter-release-test_experimental_flutter.json b/recipes/packaging/packaging.expected/mac_refs_heads_flutter-release-test_experimental_flutter.json
index 390085c..e45a8cc 100644
--- a/recipes/packaging/packaging.expected/mac_refs_heads_flutter-release-test_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_refs_heads_flutter-release-test_experimental_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_refs_heads_flutter-release-test_flutter.json b/recipes/packaging/packaging.expected/mac_refs_heads_flutter-release-test_flutter.json
index fb3589a..dc061cb 100644
--- a/recipes/packaging/packaging.expected/mac_refs_heads_flutter-release-test_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_refs_heads_flutter-release-test_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_refs_heads_master_experimental_flutter.json b/recipes/packaging/packaging.expected/mac_refs_heads_master_experimental_flutter.json
index e6646be..d4170da 100644
--- a/recipes/packaging/packaging.expected/mac_refs_heads_master_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_refs_heads_master_experimental_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_refs_heads_master_flutter.json b/recipes/packaging/packaging.expected/mac_refs_heads_master_flutter.json
index 9b7d812..61c5d26 100644
--- a/recipes/packaging/packaging.expected/mac_refs_heads_master_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_refs_heads_master_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_refs_heads_stable_experimental_flutter.json b/recipes/packaging/packaging.expected/mac_refs_heads_stable_experimental_flutter.json
index 4d760a0..25a95bb 100644
--- a/recipes/packaging/packaging.expected/mac_refs_heads_stable_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_refs_heads_stable_experimental_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/mac_refs_heads_stable_flutter.json b/recipes/packaging/packaging.expected/mac_refs_heads_stable_flutter.json
index 53df883..8b1daad 100644
--- a/recipes/packaging/packaging.expected/mac_refs_heads_stable_flutter.json
+++ b/recipes/packaging/packaging.expected/mac_refs_heads_stable_flutter.json
@@ -25,12 +25,13 @@
"-root",
"[START_DIR]/reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -49,7 +50,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_invalidbeta_experimental_flutter.json b/recipes/packaging/packaging.expected/win_invalidbeta_experimental_flutter.json
index 2b28aed..78466a9 100644
--- a/recipes/packaging/packaging.expected/win_invalidbeta_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/win_invalidbeta_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_invalidbeta_flutter.json b/recipes/packaging/packaging.expected/win_invalidbeta_flutter.json
index 2b28aed..78466a9 100644
--- a/recipes/packaging/packaging.expected/win_invalidbeta_flutter.json
+++ b/recipes/packaging/packaging.expected/win_invalidbeta_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_invalidflutter-release-test_experimental_flutter.json b/recipes/packaging/packaging.expected/win_invalidflutter-release-test_experimental_flutter.json
index 02d751b..a85979b 100644
--- a/recipes/packaging/packaging.expected/win_invalidflutter-release-test_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/win_invalidflutter-release-test_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_invalidflutter-release-test_flutter.json b/recipes/packaging/packaging.expected/win_invalidflutter-release-test_flutter.json
index 02d751b..a85979b 100644
--- a/recipes/packaging/packaging.expected/win_invalidflutter-release-test_flutter.json
+++ b/recipes/packaging/packaging.expected/win_invalidflutter-release-test_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_invalidmaster_experimental_flutter.json b/recipes/packaging/packaging.expected/win_invalidmaster_experimental_flutter.json
index 51672d9..70c9068 100644
--- a/recipes/packaging/packaging.expected/win_invalidmaster_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/win_invalidmaster_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_invalidmaster_flutter.json b/recipes/packaging/packaging.expected/win_invalidmaster_flutter.json
index 51672d9..70c9068 100644
--- a/recipes/packaging/packaging.expected/win_invalidmaster_flutter.json
+++ b/recipes/packaging/packaging.expected/win_invalidmaster_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_invalidstable_experimental_flutter.json b/recipes/packaging/packaging.expected/win_invalidstable_experimental_flutter.json
index 8eba066..847928c 100644
--- a/recipes/packaging/packaging.expected/win_invalidstable_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/win_invalidstable_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_invalidstable_flutter.json b/recipes/packaging/packaging.expected/win_invalidstable_flutter.json
index 8eba066..847928c 100644
--- a/recipes/packaging/packaging.expected/win_invalidstable_flutter.json
+++ b/recipes/packaging/packaging.expected/win_invalidstable_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_beta_experimental_flutter.json b/recipes/packaging/packaging.expected/win_refs_heads_beta_experimental_flutter.json
index 97d8e4b..2a192b1 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_beta_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_beta_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_beta_flutter.json b/recipes/packaging/packaging.expected/win_refs_heads_beta_flutter.json
index c87c033..b875a5e 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_beta_flutter.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_beta_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
@@ -830,6 +831,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_beta_prod.json b/recipes/packaging/packaging.expected/win_refs_heads_beta_prod.json
index 248b9a5..f5c7aa8 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_beta_prod.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_beta_prod.json
@@ -697,6 +697,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:prod"
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_beta_staging.json b/recipes/packaging/packaging.expected/win_refs_heads_beta_staging.json
index 8013322..59bef7f 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_beta_staging.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_beta_staging.json
@@ -697,6 +697,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:staging"
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_experimental_flutter.json b/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_experimental_flutter.json
index ca4a1f8..25630c4 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_flutter.json b/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_flutter.json
index f386898..cac68a7 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_flutter.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
@@ -830,6 +831,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_prod.json b/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_prod.json
index 78736ff..0ba4fed 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_prod.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_prod.json
@@ -697,6 +697,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:prod"
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_staging.json b/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_staging.json
index 83fdc66..a7424c5 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_staging.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_flutter-release-test_staging.json
@@ -697,6 +697,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:staging"
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_master_experimental_flutter.json b/recipes/packaging/packaging.expected/win_refs_heads_master_experimental_flutter.json
index 9488352..1b5df68 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_master_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_master_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_master_flutter.json b/recipes/packaging/packaging.expected/win_refs_heads_master_flutter.json
index f12c61f..f67a5d6 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_master_flutter.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_master_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
@@ -830,6 +831,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_master_prod.json b/recipes/packaging/packaging.expected/win_refs_heads_master_prod.json
index 26e10b3..4e6b8f4 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_master_prod.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_master_prod.json
@@ -697,6 +697,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:prod"
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_master_staging.json b/recipes/packaging/packaging.expected/win_refs_heads_master_staging.json
index 3c43cf1..e00f85d 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_master_staging.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_master_staging.json
@@ -697,6 +697,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:staging"
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_stable_experimental_flutter.json b/recipes/packaging/packaging.expected/win_refs_heads_stable_experimental_flutter.json
index dbf7172..b569dc3 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_stable_experimental_flutter.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_stable_experimental_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_stable_flutter.json b/recipes/packaging/packaging.expected/win_refs_heads_stable_flutter.json
index 2bdf49f..1c6b479 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_stable_flutter.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_stable_flutter.json
@@ -6,12 +6,13 @@
"-root",
"[START_DIR]\\reporter",
"-ensure-file",
- "infra/tools/security/provenance_broker/${platform} git_revision:1976175bb06a6ae95a0fe1b08de38572fe447fe8",
+ "infra/tools/security/provenance_broker/${platform} git_revision:9022d7a188fb08ac5fce88b3bcaff5c9b1dbeee2",
"-max-threads",
"0",
"-json-output",
"/path/to/tmp/json"
],
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
@@ -30,7 +31,7 @@
"@@@STEP_LOG_LINE@json.output@ \"result\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"\": [@@@",
"@@@STEP_LOG_LINE@json.output@ {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:197\",@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-git_revision:902\",@@@",
"@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/security/provenance_broker/resolved-platform\"@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
@@ -830,6 +831,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:flutter"
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_stable_prod.json b/recipes/packaging/packaging.expected/win_refs_heads_stable_prod.json
index d4cfae9..746c67e 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_stable_prod.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_stable_prod.json
@@ -697,6 +697,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:prod"
diff --git a/recipes/packaging/packaging.expected/win_refs_heads_stable_staging.json b/recipes/packaging/packaging.expected/win_refs_heads_stable_staging.json
index 004c900..d234f2f 100644
--- a/recipes/packaging/packaging.expected/win_refs_heads_stable_staging.json
+++ b/recipes/packaging/packaging.expected/win_refs_heads_stable_staging.json
@@ -697,6 +697,7 @@
"RECIPE_REPO[depot_tools]"
]
},
+ "infra_step": true,
"luci_context": {
"realm": {
"name": "project:staging"
diff --git a/recipes/pub_autoroller/pub_autoroller.expected/roll.json b/recipes/pub_autoroller/pub_autoroller.expected/roll.json
index 8b1cfbc..67959b6 100644
--- a/recipes/pub_autoroller/pub_autoroller.expected/roll.json
+++ b/recipes/pub_autoroller/pub_autoroller.expected/roll.json
@@ -178,6 +178,7 @@
"[START_DIR]/flutter/bin/cache/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/recipes.expected/ci.json b/recipes/recipes.expected/ci.json
index fc6dfbf..4fe5de7 100644
--- a/recipes/recipes.expected/ci.json
+++ b/recipes/recipes.expected/ci.json
@@ -307,7 +307,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout.fetch refs/heads/main.set fetch.uriprotocols",
+ "name": "checkout.fetch refs/heads/main.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
@@ -513,7 +513,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout.fetch refs/heads/main.cache.set fetch.uriprotocols",
+ "name": "checkout.fetch refs/heads/main.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@3@@@"
@@ -976,7 +976,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout.set fetch.uriprotocols",
+ "name": "checkout.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -1151,7 +1151,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout.cache.set fetch.uriprotocols",
+ "name": "checkout.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/recipes.expected/cq_try.json b/recipes/recipes.expected/cq_try.json
index fc6dfbf..4fe5de7 100644
--- a/recipes/recipes.expected/cq_try.json
+++ b/recipes/recipes.expected/cq_try.json
@@ -307,7 +307,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout.fetch refs/heads/main.set fetch.uriprotocols",
+ "name": "checkout.fetch refs/heads/main.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
@@ -513,7 +513,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout.fetch refs/heads/main.cache.set fetch.uriprotocols",
+ "name": "checkout.fetch refs/heads/main.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@3@@@"
@@ -976,7 +976,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout.set fetch.uriprotocols",
+ "name": "checkout.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -1151,7 +1151,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout.cache.set fetch.uriprotocols",
+ "name": "checkout.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/release/release_publish.expected/monorepo_1.2.3-4.5.pre_beta.json b/recipes/release/release_publish.expected/monorepo_1.2.3-4.5.pre_beta.json
index afb4b6a..24eaa87 100644
--- a/recipes/release/release_publish.expected/monorepo_1.2.3-4.5.pre_beta.json
+++ b/recipes/release/release_publish.expected/monorepo_1.2.3-4.5.pre_beta.json
@@ -211,6 +211,7 @@
"[START_DIR]/flutter/bin/cache/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/release/release_publish.expected/monorepo_1.2.3-4.5.pre_beta_force.json b/recipes/release/release_publish.expected/monorepo_1.2.3-4.5.pre_beta_force.json
index afb4b6a..24eaa87 100644
--- a/recipes/release/release_publish.expected/monorepo_1.2.3-4.5.pre_beta_force.json
+++ b/recipes/release/release_publish.expected/monorepo_1.2.3-4.5.pre_beta_force.json
@@ -211,6 +211,7 @@
"[START_DIR]/flutter/bin/cache/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/release/release_publish.expected/monorepo_1.2.3_stable.json b/recipes/release/release_publish.expected/monorepo_1.2.3_stable.json
index 443175b..c187e2b 100644
--- a/recipes/release/release_publish.expected/monorepo_1.2.3_stable.json
+++ b/recipes/release/release_publish.expected/monorepo_1.2.3_stable.json
@@ -211,6 +211,7 @@
"[START_DIR]/flutter/bin/cache/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/release/release_publish.expected/monorepo_1.2.3_stable_force.json b/recipes/release/release_publish.expected/monorepo_1.2.3_stable_force.json
index 443175b..c187e2b 100644
--- a/recipes/release/release_publish.expected/monorepo_1.2.3_stable_force.json
+++ b/recipes/release/release_publish.expected/monorepo_1.2.3_stable_force.json
@@ -211,6 +211,7 @@
"[START_DIR]/flutter/bin/cache/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/release/release_publish.expected/non-monorepo_1.2.3-4.5.pre_beta.json b/recipes/release/release_publish.expected/non-monorepo_1.2.3-4.5.pre_beta.json
index 5037f9d..3544282 100644
--- a/recipes/release/release_publish.expected/non-monorepo_1.2.3-4.5.pre_beta.json
+++ b/recipes/release/release_publish.expected/non-monorepo_1.2.3-4.5.pre_beta.json
@@ -329,6 +329,7 @@
"[START_DIR]/flutter/bin/cache/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -480,6 +481,7 @@
"[START_DIR]/engine/src/flutter/third_party/dart/tools/sdks/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/release/release_publish.expected/non-monorepo_1.2.3-4.5.pre_beta_force.json b/recipes/release/release_publish.expected/non-monorepo_1.2.3-4.5.pre_beta_force.json
index 5037f9d..3544282 100644
--- a/recipes/release/release_publish.expected/non-monorepo_1.2.3-4.5.pre_beta_force.json
+++ b/recipes/release/release_publish.expected/non-monorepo_1.2.3-4.5.pre_beta_force.json
@@ -329,6 +329,7 @@
"[START_DIR]/flutter/bin/cache/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -480,6 +481,7 @@
"[START_DIR]/engine/src/flutter/third_party/dart/tools/sdks/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/release/release_publish.expected/non-monorepo_1.2.3_stable.json b/recipes/release/release_publish.expected/non-monorepo_1.2.3_stable.json
index 01bddaa..61cc224 100644
--- a/recipes/release/release_publish.expected/non-monorepo_1.2.3_stable.json
+++ b/recipes/release/release_publish.expected/non-monorepo_1.2.3_stable.json
@@ -329,6 +329,7 @@
"[START_DIR]/flutter/bin/cache/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -480,6 +481,7 @@
"[START_DIR]/engine/src/flutter/third_party/dart/tools/sdks/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/release/release_publish.expected/non-monorepo_1.2.3_stable_force.json b/recipes/release/release_publish.expected/non-monorepo_1.2.3_stable_force.json
index 01bddaa..61cc224 100644
--- a/recipes/release/release_publish.expected/non-monorepo_1.2.3_stable_force.json
+++ b/recipes/release/release_publish.expected/non-monorepo_1.2.3_stable_force.json
@@ -329,6 +329,7 @@
"[START_DIR]/flutter/bin/cache/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -480,6 +481,7 @@
"[START_DIR]/engine/src/flutter/third_party/dart/tools/sdks/dart-sdk/bin"
]
},
+ "infra_step": true,
"name": "ensure_installed (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
diff --git a/recipes/tricium/tricium.expected/basic.json b/recipes/tricium/tricium.expected/basic.json
index 4ab9964..56540c1 100644
--- a/recipes/tricium/tricium.expected/basic.json
+++ b/recipes/tricium/tricium.expected/basic.json
@@ -137,7 +137,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout.set fetch.uriprotocols",
+ "name": "checkout.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -343,7 +343,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout.cache.set fetch.uriprotocols",
+ "name": "checkout.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"