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

Revert "Adjust the design of FedML Python Agent to a decentralized architecture that supports Launch Master, Launch Slave, Deploy Master, and Deploy Slave at the same time." #2208

Merged
Merged
Show file tree
Hide file tree
Changes from all 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
47 changes: 0 additions & 47 deletions .github/workflows/CI_build.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/CI_deploy.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/CI_federate.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/CI_launch.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/CI_train.yml

This file was deleted.

97 changes: 0 additions & 97 deletions .github/workflows/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/deprecated/python-package-conda.yml

This file was deleted.

Binary file removed .github/workflows/image.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,13 @@ jobs:
echo ${{ steps.extract_branch.outputs.branch }}
if [[ ${{ steps.extract_branch.outputs.branch }} == "master" ]]; then
echo "running on master"
path=/home/fedml/FedML
path=/home/actions-runner/fedml-master
cd $path
git pull
echo "dir=$path" >> $GITHUB_OUTPUT
else
echo "running on dev"
path=/home/fedml/FedML
path=/home/actions-runner/fedml-dev
cd $path
git pull
git checkout ${{ steps.extract_branch.outputs.branch }}
echo "dir=$path" >> $GITHUB_OUTPUT
fi
- name: Analysing the code with pylint
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/registry-runners/build_linux_runners.sh

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/registry-runners/build_test.sh

This file was deleted.

Loading
Loading