fix(firecracker): pin the provisioned Git config
tracker-policy-pr / check-pr (pull_request) Successful in 10s
test / integration-docker (pull_request) Successful in 19s
lint / lint (push) Successful in 55s
test / unit (pull_request) Successful in 1m32s
test / integration-firecracker (pull_request) Failing after 3m4s
test / coverage (pull_request) Has been skipped
test / publish-infra (pull_request) Has been skipped

This commit is contained in:
2026-07-21 18:17:29 +00:00
parent 7512e3179a
commit c2c934899c
4 changed files with 43 additions and 7 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ class TestProvisionGitUser(unittest.TestCase):
self.assertEqual("root", user)
self.assertIn("mkdir -p /home/node/.config/git", script)
self.assertIn("chown -R node:node /home/node/.config", script)
self.assertIn("chmod 755 /home/node/.config /home/node/.config/git", script)
self.assertIn("chmod -R u+rwX,go+rX /home/node/.config", script)
def test_sets_name_and_email(self):
plan = _plan(