Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable HA CI tests #3097

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions nvflare/lighter/templates/master_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ log_config: |
keys=consoleHandler,errorFileHandler

[formatters]
keys=fullFormatter
keys=baseFormatter

[logger_root]
level=INFO
Expand All @@ -319,16 +319,17 @@ log_config: |
[handler_consoleHandler]
class=StreamHandler
level=DEBUG
formatter=fullFormatter
formatter=baseFormatter
args=(sys.stdout,)

[handler_errorFileHandler]
class=FileHandler
level=ERROR
formatter=fullFormatter
args=('error.log', 'a')
formatter=baseFormatter
args=('error_log.txt', 'a')

[formatter_fullFormatter]
[formatter_baseFormatter]
class=nvflare.fuel.utils.log_utils.BaseFormatter
format=%(asctime)s - %(name)s - %(levelname)s - %(message)s

start_ovsr_sh: |
Expand Down
47 changes: 0 additions & 47 deletions tests/integration_test/data/projects/ha_2_servers_2_clients.yml

This file was deleted.

30 changes: 0 additions & 30 deletions tests/integration_test/data/test_configs/ha/fladminapi.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading