Skip to content

Commit

Permalink
improvement(sct.py): Collect argus events if they don't exist
Browse files Browse the repository at this point in the history
This commit allows `collect-logs` command to check if argus run has
received events from `tester.py`, and if it hasn't, restarts the old
event device and registry and resubmits events from it.

Task: #7483
  • Loading branch information
k0machi authored and fruch committed Sep 6, 2024
1 parent a67ae3e commit 4c79ea5
Show file tree
Hide file tree
Showing 5 changed files with 517 additions and 495 deletions.
2 changes: 1 addition & 1 deletion docker/env/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.74-tcconfig-0.29.1
1.75-event-collect-argus-0.12.7
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mysql-connector-python==8.0.26
docker==7.1.0
python-jenkins==1.7.0
ssh2-python==1.0.0
argus-alm==0.12.5
argus-alm==0.12.7
parameterized==0.8.1
ruff==0.4.7 # Needed for pre-commit hooks
autopep8==1.5.7 # Needed for pre-commit hooks
Expand Down
Loading

0 comments on commit 4c79ea5

Please sign in to comment.