Closed
Bug 1821150
Opened 2 years ago
Closed 2 years ago
Repo clone subsystem unable to start due to missing mach
Categories
(Conduit :: Lando, defect)
Conduit
Lando
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zeid, Assigned: sheehan)
References
Details
(Whiteboard: environment: local (suite))
Attachments
(1 file)
suite-lando-api.landing-worker-1 | {"EnvVersion": "2.0", "Fields": {"exc": {"error": "Exception('No `mach` found in local repo!')", "traceback": " File \"/app/landoapi/systems.py\", line 47, in ensure_ready
ready = self.ready()
File \"/app/landoapi/repos.py\", line 395, in ready
r.run_mach_bootstrap()
File \"/app/landoapi/hg.py\", line 403, in run_mach_bootstrap
return self.run_mach_command(
File \"/app/landoapi/hg.py\", line 415, in run_mach_command
raise Exception(\"No `mach` found in local repo!\")
"}, "msg": "Subsystem repo_clone threw an exception", "subsystem": "repo_clone"}, "Hostname": "d2cfd79f348b", "Logger": "lando-api", "Pid": 1, "Severity": 3, "Timestamp": 1678308069834314496, "Type": "landoapi.systems"}
Assignee | ||
Comment 1•2 years ago
|
||
Ah, looks like the third-repo
is tagged as autoformat_enabled
but it doesn't have a mach
available for use.
We can just remove the autoformat_enabled
for now. We should really set up a proper test repo for autoformat as well as approval_required
(ie uplift) in both suite and dev, as we're kind of just enabling/disabling them as need be at the moment.
Assignee: nobody → sheehan
Comment 2•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•