fix: verify CICD cache tree objects
This commit is contained in:
@@ -19,8 +19,8 @@ test("CI/CD repo cache is materialized for local shared render clones", () => {
|
||||
|
||||
assert.doesNotMatch(script, /--filter=blob:none/u);
|
||||
assert.match(script, /reason=partial-clone-cache/u);
|
||||
assert.match(script, /reason=missing-fetched-commit-object/u);
|
||||
assert.match(script, /cat-file -e "refs\/remotes\/origin\/\$cicd_branch\^\{commit\}"/u);
|
||||
assert.match(script, /reason=missing-fetched-tree-object/u);
|
||||
assert.match(script, /cat-file -e "refs\/remotes\/origin\/\$cicd_branch\^\{tree\}"/u);
|
||||
assert.match(script, /remote\.origin\.promisor/u);
|
||||
assert.match(script, /remote\.origin\.partialclonefilter/u);
|
||||
assert.match(script, /clone --bare --depth=1 --single-branch/u);
|
||||
|
||||
Reference in New Issue
Block a user