checkout: Use clearer packfile step names
Bug: b/370562298
Change-Id: I89ca9f8d75320504da0e5c071d45a8edf803160b
Reviewed-on: https://pigweed-review.googlesource.com/c/infra/recipes/+/239501
Reviewed-by: Taylor Cramer <cramertj@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Rob Mohr <mohrr@google.com>
diff --git a/recipe_modules/bazel_roll/tests/retrieve_git_repository_attributes.expected/success.json b/recipe_modules/bazel_roll/tests/retrieve_git_repository_attributes.expected/success.json
index 0c91008..cd74e94 100644
--- a/recipe_modules/bazel_roll/tests/retrieve_git_repository_attributes.expected/success.json
+++ b/recipe_modules/bazel_roll/tests/retrieve_git_repository_attributes.expected/success.json
@@ -124,7 +124,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-super",
"infra_step": true,
- "name": "checkout super.cache.set fetch.uriprotocols",
+ "name": "checkout super.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/bazel_roll/tests/update_commit_hash.expected/equiv.json b/recipe_modules/bazel_roll/tests/update_commit_hash.expected/equiv.json
index 1f143bd..a038a0b 100644
--- a/recipe_modules/bazel_roll/tests/update_commit_hash.expected/equiv.json
+++ b/recipe_modules/bazel_roll/tests/update_commit_hash.expected/equiv.json
@@ -124,7 +124,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-super",
"infra_step": true,
- "name": "checkout super.cache.set fetch.uriprotocols",
+ "name": "checkout super.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/bazel_roll/tests/update_commit_hash.expected/multiple-2.json b/recipe_modules/bazel_roll/tests/update_commit_hash.expected/multiple-2.json
index d12dc0b..c139a27 100644
--- a/recipe_modules/bazel_roll/tests/update_commit_hash.expected/multiple-2.json
+++ b/recipe_modules/bazel_roll/tests/update_commit_hash.expected/multiple-2.json
@@ -124,7 +124,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-super",
"infra_step": true,
- "name": "checkout super.cache.set fetch.uriprotocols",
+ "name": "checkout super.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/bazel_roll/tests/update_commit_hash.expected/multiple.json b/recipe_modules/bazel_roll/tests/update_commit_hash.expected/multiple.json
index 9fb89d4..5309493 100644
--- a/recipe_modules/bazel_roll/tests/update_commit_hash.expected/multiple.json
+++ b/recipe_modules/bazel_roll/tests/update_commit_hash.expected/multiple.json
@@ -124,7 +124,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-super",
"infra_step": true,
- "name": "checkout super.cache.set fetch.uriprotocols",
+ "name": "checkout super.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/bazel_roll/tests/update_commit_hash.expected/success.json b/recipe_modules/bazel_roll/tests/update_commit_hash.expected/success.json
index c2e69b9..8c2fc2f 100644
--- a/recipe_modules/bazel_roll/tests/update_commit_hash.expected/success.json
+++ b/recipe_modules/bazel_roll/tests/update_commit_hash.expected/success.json
@@ -124,7 +124,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-super",
"infra_step": true,
- "name": "checkout super.cache.set fetch.uriprotocols",
+ "name": "checkout super.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/api.py b/recipe_modules/checkout/api.py
index 8c9655f..e2ed89d 100644
--- a/recipe_modules/checkout/api.py
+++ b/recipe_modules/checkout/api.py
@@ -1011,14 +1011,14 @@
self.m.git.config(
'fetch.uriprotocols',
'https',
- step_name='set fetch.uriprotocols',
+ step_name='enable packfiles',
**kwargs,
)
else:
self.m.git.config(
'fetch.uriprotocols',
'',
- step_name='set fetch.uriprotocols',
+ step_name='disable packfiles',
**kwargs,
)
diff --git a/recipe_modules/checkout/tests/git.expected/ci.json b/recipe_modules/checkout/tests/git.expected/ci.json
index 033ee8f..3a3bb1c 100644
--- a/recipe_modules/checkout/tests/git.expected/ci.json
+++ b/recipe_modules/checkout/tests/git.expected/ci.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/git.expected/fail-config.json b/recipe_modules/checkout/tests/git.expected/fail-config.json
index b00caa9..b91efd0 100644
--- a/recipe_modules/checkout/tests/git.expected/fail-config.json
+++ b/recipe_modules/checkout/tests/git.expected/fail-config.json
@@ -286,7 +286,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/git.expected/not_in_gerrit.json b/recipe_modules/checkout/tests/git.expected/not_in_gerrit.json
index b3b3845..38bfe71 100644
--- a/recipe_modules/checkout/tests/git.expected/not_in_gerrit.json
+++ b/recipe_modules/checkout/tests/git.expected/not_in_gerrit.json
@@ -279,7 +279,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/git.expected/other.json b/recipe_modules/checkout/tests/git.expected/other.json
index 5da050d..a1cce58 100644
--- a/recipe_modules/checkout/tests/git.expected/other.json
+++ b/recipe_modules/checkout/tests/git.expected/other.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/git.expected/trigger.json b/recipe_modules/checkout/tests/git.expected/trigger.json
index 4fa1e40..085e452 100644
--- a/recipe_modules/checkout/tests/git.expected/trigger.json
+++ b/recipe_modules/checkout/tests/git.expected/trigger.json
@@ -448,7 +448,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/git.expected/try.json b/recipe_modules/checkout/tests/git.expected/try.json
index 2b35b15..6535dc2 100644
--- a/recipe_modules/checkout/tests/git.expected/try.json
+++ b/recipe_modules/checkout/tests/git.expected/try.json
@@ -507,7 +507,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.disable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/insteadof.json b/recipe_modules/checkout/tests/submodule.expected/insteadof.json
index a00a260..5a15ce3 100644
--- a/recipe_modules/checkout/tests/submodule.expected/insteadof.json
+++ b/recipe_modules/checkout/tests/submodule.expected/insteadof.json
@@ -565,7 +565,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-ci.json b/recipe_modules/checkout/tests/submodule.expected/submodule-ci.json
index 5fde90f..a3bb17f 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-ci.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-ci.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-not-initialized.json b/recipe_modules/checkout/tests/submodule.expected/submodule-not-initialized.json
index 09f01b5..3c7e27b 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-not-initialized.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-not-initialized.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-repeated-match.json b/recipe_modules/checkout/tests/submodule.expected/submodule-repeated-match.json
index 4f2a414..cdf7e89 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-repeated-match.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-repeated-match.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-repeated-nomatch.json b/recipe_modules/checkout/tests/submodule.expected/submodule-repeated-nomatch.json
index 33c1fcf..715b33a 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-repeated-nomatch.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-repeated-nomatch.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-repeated-twomatch.json b/recipe_modules/checkout/tests/submodule.expected/submodule-repeated-twomatch.json
index ce8e0a2..501c296 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-repeated-twomatch.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-repeated-twomatch.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-try-equivalent.json b/recipe_modules/checkout/tests/submodule.expected/submodule-try-equivalent.json
index 94769b5..bbd0b1e 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-try-equivalent.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-try-equivalent.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-try-excluded-missing.json b/recipe_modules/checkout/tests/submodule.expected/submodule-try-excluded-missing.json
index 6c3de6c..1f29587 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-try-excluded-missing.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-try-excluded-missing.json
@@ -397,7 +397,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-try-excluded.json b/recipe_modules/checkout/tests/submodule.expected/submodule-try-excluded.json
index 3c0376f..3387b73 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-try-excluded.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-try-excluded.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-try-included-excluded.json b/recipe_modules/checkout/tests/submodule.expected/submodule-try-included-excluded.json
index be632ae..84547d7 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-try-included-excluded.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-try-included-excluded.json
@@ -397,7 +397,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-try-included.json b/recipe_modules/checkout/tests/submodule.expected/submodule-try-included.json
index 0ccbdf7..a36bd25 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-try-included.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-try-included.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple-cqdeps.json b/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple-cqdeps.json
index 9d19d3c..4d09f8e 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple-cqdeps.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple-cqdeps.json
@@ -954,7 +954,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple-one-missing-one-forbidden-cqdeps.json b/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple-one-missing-one-forbidden-cqdeps.json
index e049f4f..49fa738 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple-one-missing-one-forbidden-cqdeps.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple-one-missing-one-forbidden-cqdeps.json
@@ -1055,7 +1055,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple-one-missing.json b/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple-one-missing.json
index 5b1e9d6..ef68314 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple-one-missing.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple-one-missing.json
@@ -655,7 +655,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple.json b/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple.json
index 67f7172..9105e2d 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-try-multiple.json
@@ -654,7 +654,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-try-not-found.json b/recipe_modules/checkout/tests/submodule.expected/submodule-try-not-found.json
index b0ab97f..a4d641d 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-try-not-found.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-try-not-found.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/submodule.expected/submodule-try.json b/recipe_modules/checkout/tests/submodule.expected/submodule-try.json
index da7b7b1..c74881f 100644
--- a/recipe_modules/checkout/tests/submodule.expected/submodule-try.json
+++ b/recipe_modules/checkout/tests/submodule.expected/submodule-try.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/workspace.expected/found.json b/recipe_modules/checkout/tests/workspace.expected/found.json
index afdff7f..aab917a 100644
--- a/recipe_modules/checkout/tests/workspace.expected/found.json
+++ b/recipe_modules/checkout/tests/workspace.expected/found.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout foo.cache.set fetch.uriprotocols",
+ "name": "checkout foo.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/checkout/tests/workspace.expected/not-found.json b/recipe_modules/checkout/tests/workspace.expected/not-found.json
index 60d050c..606dcf9 100644
--- a/recipe_modules/checkout/tests/workspace.expected/not-found.json
+++ b/recipe_modules/checkout/tests/workspace.expected/not-found.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout foo.cache.set fetch.uriprotocols",
+ "name": "checkout foo.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/cipd_upload/tests/manifest.expected/manifest.json b/recipe_modules/cipd_upload/tests/manifest.expected/manifest.json
index 327cf92..fbff8ba 100644
--- a/recipe_modules/cipd_upload/tests/manifest.expected/manifest.json
+++ b/recipe_modules/cipd_upload/tests/manifest.expected/manifest.json
@@ -150,7 +150,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/bad-json-steps.json b/recipe_modules/pw_presubmit/tests/full.expected/bad-json-steps.json
index a745e91..fc0166d 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/bad-json-steps.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/bad-json-steps.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/cipd.json b/recipe_modules/pw_presubmit/tests/full.expected/cipd.json
index 9fcc3a5..65a2feb 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/cipd.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/cipd.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/comment-always-disallowed-host.json b/recipe_modules/pw_presubmit/tests/full.expected/comment-always-disallowed-host.json
index 3a72e1f..e6fb81d 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/comment-always-disallowed-host.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/comment-always-disallowed-host.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/comment-always-no-cl.json b/recipe_modules/pw_presubmit/tests/full.expected/comment-always-no-cl.json
index 69e6d05..c7b9e93 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/comment-always-no-cl.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/comment-always-no-cl.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/comment-always.json b/recipe_modules/pw_presubmit/tests/full.expected/comment-always.json
index 04b62c8..333a22d 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/comment-always.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/comment-always.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/comment-on-failure.json b/recipe_modules/pw_presubmit/tests/full.expected/comment-on-failure.json
index d8cb36c..e0e74c5 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/comment-on-failure.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/comment-on-failure.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/empty-program.json b/recipe_modules/pw_presubmit/tests/full.expected/empty-program.json
index edb17f0..57894cc 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/empty-program.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/empty-program.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/long.json b/recipe_modules/pw_presubmit/tests/full.expected/long.json
index 79e257c..46806b6 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/long.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/long.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/medium.json b/recipe_modules/pw_presubmit/tests/full.expected/medium.json
index c2ca254..8b6205c 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/medium.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/medium.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/no-steps.json b/recipe_modules/pw_presubmit/tests/full.expected/no-steps.json
index b731924..48c2be4 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/no-steps.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/no-steps.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/pigweed.json b/recipe_modules/pw_presubmit/tests/full.expected/pigweed.json
index 26274a7..1774b95 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/pigweed.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/pigweed.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/step.json b/recipe_modules/pw_presubmit/tests/full.expected/step.json
index 0886b88..0d0869f 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/step.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/step.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipe_modules/pw_presubmit/tests/full.expected/substep.json b/recipe_modules/pw_presubmit/tests/full.expected/substep.json
index ae918fc..f68fbb7 100644
--- a/recipe_modules/pw_presubmit/tests/full.expected/substep.json
+++ b/recipe_modules/pw_presubmit/tests/full.expected/substep.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/bazel.expected/simple.json b/recipes/bazel.expected/simple.json
index eaf2621..a4f8b7d 100644
--- a/recipes/bazel.expected/simple.json
+++ b/recipes/bazel.expected/simple.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/build.expected/basic.json b/recipes/build.expected/basic.json
index 9ad8788..507875e 100644
--- a/recipes/build.expected/basic.json
+++ b/recipes/build.expected/basic.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/build.expected/skip_archive.json b/recipes/build.expected/skip_archive.json
index 87756f8..f2ab068 100644
--- a/recipes/build.expected/skip_archive.json
+++ b/recipes/build.expected/skip_archive.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/envtest.expected/environment_variables.json b/recipes/envtest.expected/environment_variables.json
index 4df6964..95e0247 100644
--- a/recipes/envtest.expected/environment_variables.json
+++ b/recipes/envtest.expected/environment_variables.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/envtest.expected/fail.json b/recipes/envtest.expected/fail.json
index b0424f8..76a0a6c 100644
--- a/recipes/envtest.expected/fail.json
+++ b/recipes/envtest.expected/fail.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/envtest.expected/pigweed.json b/recipes/envtest.expected/pigweed.json
index d939477..aa3d705 100644
--- a/recipes/envtest.expected/pigweed.json
+++ b/recipes/envtest.expected/pigweed.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/envtest.expected/windows.json b/recipes/envtest.expected/windows.json
index db0907d..a9403b7 100644
--- a/recipes/envtest.expected/windows.json
+++ b/recipes/envtest.expected/windows.json
@@ -396,7 +396,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.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 4176560..67edd72 100644
--- a/recipes/recipes.expected/cq_try.json
+++ b/recipes/recipes.expected/cq_try.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/recipes.expected/unittest-only.json b/recipes/recipes.expected/unittest-only.json
index a107833..b7118f9 100644
--- a/recipes/recipes.expected/unittest-only.json
+++ b/recipes/recipes.expected/unittest-only.json
@@ -515,7 +515,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/run_script.expected/run_script.json b/recipes/run_script.expected/run_script.json
index 29a5d81..566b057 100644
--- a/recipes/run_script.expected/run_script.json
+++ b/recipes/run_script.expected/run_script.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/run_script.expected/variable_substitution.json b/recipes/run_script.expected/variable_substitution.json
index 1d16e7a..6fb7e90 100644
--- a/recipes/run_script.expected/variable_substitution.json
+++ b/recipes/run_script.expected/variable_substitution.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/target_to_cipd.expected/pw-presubmit.json b/recipes/target_to_cipd.expected/pw-presubmit.json
index e4876e1..86e3f98 100644
--- a/recipes/target_to_cipd.expected/pw-presubmit.json
+++ b/recipes/target_to_cipd.expected/pw-presubmit.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/tokendb_check.expected/addition.json b/recipes/tokendb_check.expected/addition.json
index 29c9aae..37113c8 100644
--- a/recipes/tokendb_check.expected/addition.json
+++ b/recipes/tokendb_check.expected/addition.json
@@ -631,7 +631,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/tokendb_check.expected/no-change.json b/recipes/tokendb_check.expected/no-change.json
index 8eff774..2095fda 100644
--- a/recipes/tokendb_check.expected/no-change.json
+++ b/recipes/tokendb_check.expected/no-change.json
@@ -631,7 +631,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/tokendb_check.expected/removal.json b/recipes/tokendb_check.expected/removal.json
index 1c71b87..3f2ab0e 100644
--- a/recipes/tokendb_check.expected/removal.json
+++ b/recipes/tokendb_check.expected/removal.json
@@ -631,7 +631,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/tokendb_check.expected/update.json b/recipes/tokendb_check.expected/update.json
index 2ea0ea5..fb437ba 100644
--- a/recipes/tokendb_check.expected/update.json
+++ b/recipes/tokendb_check.expected/update.json
@@ -631,7 +631,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/tokendb_updater.expected/dry-run.json b/recipes/tokendb_updater.expected/dry-run.json
index 8ec2262..0c8f950 100644
--- a/recipes/tokendb_updater.expected/dry-run.json
+++ b/recipes/tokendb_updater.expected/dry-run.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/tokendb_updater.expected/simple.json b/recipes/tokendb_updater.expected/simple.json
index b9d3329..2be43dc 100644
--- a/recipes/tokendb_updater.expected/simple.json
+++ b/recipes/tokendb_updater.expected/simple.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/update_python_versions.expected/simple.json b/recipes/update_python_versions.expected/simple.json
index 1127876..9f6cf9e 100644
--- a/recipes/update_python_versions.expected/simple.json
+++ b/recipes/update_python_versions.expected/simple.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/xrefs.expected/dry_run.json b/recipes/xrefs.expected/dry_run.json
index d3c50de..818c0a8 100644
--- a/recipes/xrefs.expected/dry_run.json
+++ b/recipes/xrefs.expected/dry_run.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/xrefs.expected/kythe.json b/recipes/xrefs.expected/kythe.json
index 482c27f..9d40492 100644
--- a/recipes/xrefs.expected/kythe.json
+++ b/recipes/xrefs.expected/kythe.json
@@ -285,7 +285,7 @@
],
"cwd": "[CACHE]/git/pigweed.googlesource.com-pigweed-pigweed",
"infra_step": true,
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
diff --git a/recipes/xrefs.expected/tryjob.json b/recipes/xrefs.expected/tryjob.json
index da6f755..9a864f0 100644
--- a/recipes/xrefs.expected/tryjob.json
+++ b/recipes/xrefs.expected/tryjob.json
@@ -506,7 +506,7 @@
"hostname": "rdbhost"
}
},
- "name": "checkout pigweed.cache.set fetch.uriprotocols",
+ "name": "checkout pigweed.cache.enable packfiles",
"timeout": 300.0,
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"