This commit is contained in:
@@ -63,4 +63,5 @@ jobs:
|
||||
ansible-playbook playbooks/deploy-and-restart-modified-services.yml \
|
||||
-i hosts.yml \
|
||||
-e "changed_services_raw=$CHANGED_SVC" \
|
||||
-e "agebd_env=$AGEBD_ENV"
|
||||
-e "agebd_env=$AGEBD_ENV" \
|
||||
-vvv
|
||||
|
||||
@@ -6,6 +6,8 @@ from agebd.utils import init_logging
|
||||
from agebd_dbpm3curr import PVs, Service
|
||||
|
||||
|
||||
# TODO: remove: cicd test 0
|
||||
|
||||
def main(
|
||||
log_level: LogLevel = typer.Option(
|
||||
LogLevel.INFO,
|
||||
|
||||
@@ -6,6 +6,8 @@ from agebd.utils import init_logging
|
||||
from agebd_master import PVs, Service
|
||||
|
||||
|
||||
# TODO: remove: cicd test 0
|
||||
|
||||
def main(
|
||||
log_level: LogLevel = typer.Option(
|
||||
LogLevel.INFO,
|
||||
|
||||
@@ -6,6 +6,8 @@ from agebd.utils import init_logging
|
||||
from agebd_nturns import PVs, Service
|
||||
|
||||
|
||||
# TODO: remove: cicd test 0
|
||||
|
||||
def main(
|
||||
log_level: LogLevel = typer.Option(
|
||||
LogLevel.INFO,
|
||||
|
||||
+2
@@ -6,6 +6,8 @@ from agebd.utils import init_logging
|
||||
from agebd_{{service_name_lower_underscores}} import PVs, Service
|
||||
|
||||
|
||||
# TODO: remove: cicd test 0
|
||||
|
||||
def main(
|
||||
log_level: LogLevel = typer.Option(
|
||||
LogLevel.INFO,
|
||||
|
||||
Reference in New Issue
Block a user