添加嵌套 CI 的 SPIRE JWT broker
test / python (pull_request) Successful in 8s
test / shell (pull_request) Successful in 17s

This commit is contained in:
2026-09-16 13:37:40 +00:00
parent 0785d9a403
commit 7c3cd6a921
5 changed files with 114 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "gitea-microvm-runner"
version = "0.1.0"
version = "0.2.0"
description = "On-demand Cloud Hypervisor runners for Gitea Actions"
requires-python = ">=3.11"
dependencies = ["aiohttp==3.12.15", "nats-py==2.11.0"]
@@ -15,6 +15,7 @@ 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-spire-jwt-broker = "gitea_microvm_runner.jwt_broker:main"
[tool.pytest.ini_options]
asyncio_mode = "auto"