test cicd
This commit is contained in:
@@ -27,8 +27,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2 # needed for git diff tracking
|
||||
|
||||
- name: Defined filter paths
|
||||
uses: actions/paths-filter@v3 # see: https://gitea.psi.ch/actions/paths-filter
|
||||
@@ -88,7 +86,8 @@ jobs:
|
||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with: { fetch-depth: 0 }
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- id: set-matrix
|
||||
run: |
|
||||
# Fallback if github.event.before is zeroed out (e.g. initial branch push or tag)
|
||||
|
||||
@@ -42,4 +42,4 @@ 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 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from agebd.pv import PVLink
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
class BasePVs:
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_dbpm3curr import PVs, Service
|
||||
from agebd_dbpm3curr.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_injectionguard import PVs, Service
|
||||
from agebd_injectionguard.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_master import PVs, Service
|
||||
from agebd_master.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_plots import PVs, Service
|
||||
from agebd_plots.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_postmortemlog import PVs, Service
|
||||
from agebd_postmortemlog.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd_scrubbing import PVs, Service
|
||||
from agebd_scrubbing.runner import Runner
|
||||
from agebd_scrubbing.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_shifttool import PVs, Service
|
||||
from agebd_shifttool.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_taubpm import PVs, Service
|
||||
from agebd_taubpm.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_taupct import PVs, Service
|
||||
from agebd_taupct.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_timing import PVs, Service
|
||||
from agebd_timing.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd_topuptool import PVs, Service
|
||||
from agebd_topuptool.runner import Runner
|
||||
from agebd_topuptool.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_tune import PVs, Service
|
||||
from agebd_tune.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_tunebump import PVs, Service
|
||||
from agebd_tunebump.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_tunefbx import PVs, Service
|
||||
from agebd_tunefbx.service import SERVICE_NAME
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
|
||||
def main(
|
||||
|
||||
@@ -7,7 +7,7 @@ from agebd_tunefby import PVs, Service
|
||||
from agebd_tunefby.service import SERVICE_NAME
|
||||
|
||||
|
||||
# TODO: remove: cicd test 10
|
||||
# TODO: remove: cicd test 11
|
||||
|
||||
def main(
|
||||
log_level: LogLevel = typer.Option(
|
||||
|
||||
Reference in New Issue
Block a user