重命名为动态 Runner 并记录协议调度路线
This commit is contained in:
+7
-7
@@ -3,9 +3,9 @@ requires = ["setuptools>=75"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "gitea-microvm-runner"
|
||||
version = "0.2.0"
|
||||
description = "On-demand Cloud Hypervisor runners for Gitea Actions"
|
||||
name = "gitea-dynamic-runner"
|
||||
version = "0.3.0"
|
||||
description = "On-demand Pod and microVM execution environments for Gitea Actions"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["aiohttp==3.12.15", "nats-py==2.11.0"]
|
||||
|
||||
@@ -13,10 +13,10 @@ dependencies = ["aiohttp==3.12.15", "nats-py==2.11.0"]
|
||||
test = ["pytest==8.4.2", "pytest-asyncio==1.2.0"]
|
||||
|
||||
[project.scripts]
|
||||
gitea-microvm-controller = "gitea_microvm_runner.controller:main"
|
||||
gitea-microvm-worker = "gitea_microvm_runner.worker:cli"
|
||||
gitea-pod-worker = "gitea_microvm_runner.pod_worker:cli"
|
||||
gitea-spire-jwt-broker = "gitea_microvm_runner.jwt_broker:main"
|
||||
gitea-dynamic-runner-controller = "gitea_dynamic_runner.controller:main"
|
||||
gitea-dynamic-runner-pod-worker = "gitea_dynamic_runner.pod_worker:cli"
|
||||
gitea-dynamic-runner-vm-worker = "gitea_dynamic_runner.worker:cli"
|
||||
gitea-spire-jwt-broker = "gitea_dynamic_runner.jwt_broker:main"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
|
||||
Reference in New Issue
Block a user