Skip to content

Commit

Permalink
Add back HA test cases (NVIDIA#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh authored Apr 29, 2022
1 parent 9d7125c commit 6aba82e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/premerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
- run: pip install -r requirements-dev.txt
- run: |
export PYTHONPATH=$(pwd)
rm -rf /tmp/snapshot-storage
cd tests/integration_test
./run_integration_tests.sh
rm -rf /tmp/snapshot-storage
wheel-build:
runs-on: self-hosted
Expand Down
2 changes: 1 addition & 1 deletion tests/integration_test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def cleanup_path(path: str):
params = [
# "./test_examples.yml",
"./test_internal.yml",
# "./test_ha.yml",
"./test_ha.yml",
]


Expand Down
4 changes: 2 additions & 2 deletions tests/integration_test/test_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ poc: ../../nvflare/poc
n_clients: 2
jobs_root_dir: ./jobs
apps_root_dir: ./apps
snapshot_path: /tmp/snapshot-storage
job_store_path: /tmp/jobs-storage
snapshot_path: /tmp/snapshot-storage # need to match what's inside poc, TODO: auto generate
job_store_path: /tmp/jobs-storage # need to match what's inside poc, TODO: auto generate
cleanup: True


Expand Down

0 comments on commit 6aba82e

Please sign in to comment.