fix: cicd
Deploy / deploy (push) Failing after 1s

This commit is contained in:
Benjamin Labrecque
2026-07-15 15:03:40 +02:00
parent 03aef2049d
commit 7ef3b172ab
6 changed files with 11 additions and 5 deletions
+2
View File
@@ -37,3 +37,5 @@ source ${APP_DIR}/.venv/bin/activate
# TODO: use `exec python3 ...` here?
python -u -B -m agebd_${SVC_NAME_LOWER_UNDERSCORES}.main
# TODO: remove: cicd test 5
+5 -1
View File
@@ -1,5 +1,8 @@
from agebd.pv import PVLink
# TODO: remove: cicd test 5
class BasePVs:
def __init__(self, svc: str, pv_factory=PVLink):
# fmt: off
@@ -12,4 +15,5 @@ class BasePVs:
self.running = pv_factory(f'AGEBD-ALH:{svc}-ONOFF-RB.VAL')
self.abort = pv_factory(f'AGEBD-MASTER:{svc}-ABORT.VAL')
self.abortreq = pv_factory(f'AGEBD-MASTER:{svc}-ABORT-REQ.VAL')
# fmt: on
# fmt: on
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_dbpm3curr import PVs, Service
# TODO: remove: cicd test 4
# TODO: remove: cicd test 5
def main(
log_level: LogLevel = typer.Option(
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_master import PVs, Service
# TODO: remove: cicd test 4
# TODO: remove: cicd test 5
def main(
log_level: LogLevel = typer.Option(
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_nturns import PVs, Service
# TODO: remove: cicd test 4
# TODO: remove: cicd test 5
def main(
log_level: LogLevel = typer.Option(
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_{{service_name_lower_underscores}} import PVs, Service
# TODO: remove: cicd test 4
# TODO: remove: cicd test 5
def main(
log_level: LogLevel = typer.Option(