Update CI uv handling and runner changes

This commit is contained in:
Nick Sweeting
2026-03-23 13:27:23 -07:00
parent e1eb5693c9
commit 39450111dd
14 changed files with 73 additions and 146 deletions

View File

@@ -78,11 +78,7 @@ class Command(BaseCommand):
running = Process.objects.filter(
machine=machine,
status=Process.StatusChoices.RUNNING,
process_type__in=[
Process.TypeChoices.ORCHESTRATOR,
Process.TypeChoices.HOOK,
Process.TypeChoices.BINARY,
],
process_type=Process.TypeChoices.ORCHESTRATOR,
)
for proc in running:
try: