From 295ca57525444966b7a9f50682fb7a949c6f3cce Mon Sep 17 00:00:00 2001 From: Xiang Wang Date: Wed, 12 Jun 2024 13:26:59 +0800 Subject: [PATCH] cancel fedml login/ fedml build --- .github/workflows/smoke_test_pip_cli_sp_linux.yml | 14 +++++++------- .../github-action-runner/DockerfileLight | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/smoke_test_pip_cli_sp_linux.yml b/.github/workflows/smoke_test_pip_cli_sp_linux.yml index 30ea1c4be..006ecfb57 100644 --- a/.github/workflows/smoke_test_pip_cli_sp_linux.yml +++ b/.github/workflows/smoke_test_pip_cli_sp_linux.yml @@ -74,13 +74,13 @@ jobs: cd $homepath # bash ./devops/scripts/sync-fedml-pip.sh - - name: test "fedml login" and "fedml build" - working-directory: ${{ steps.fedml_source_code_home.outputs.dir }} - run: | - cd ${{ format('{0}', steps.fedml_source_code_home.outputs.dir) }}/python - cd tests/smoke_test/cli - bash login.sh - bash build.sh + # - name: test "fedml login" and "fedml build" + # working-directory: ${{ steps.fedml_source_code_home.outputs.dir }} + # run: | + # cd ${{ format('{0}', steps.fedml_source_code_home.outputs.dir) }}/python + # cd tests/smoke_test/cli + # bash login.sh + # bash build.sh - name: test simulation-sp working-directory: ${{ steps.fedml_source_code_home.outputs.dir }} run: | diff --git a/devops/dockerfile/github-action-runner/DockerfileLight b/devops/dockerfile/github-action-runner/DockerfileLight index a83b3c2a3..54f7817af 100644 --- a/devops/dockerfile/github-action-runner/DockerfileLight +++ b/devops/dockerfile/github-action-runner/DockerfileLight @@ -35,6 +35,6 @@ RUN git clone https://github.com/Qigemingziba/FedML.git #USER docker # RUN cd FedML/python && pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -e ./ --use-deprecated=legacy-resolver -ENV REPO=Qigemingziba/FedML ACCESS_TOKEN=AGMK3P6YMJOZV4VKATVVRWDGNETGW +ENV REPO=Qigemingziba/FedML ACCESS_TOKEN=AGMK3PYQYBAN7PF57A7OWNTGNE7FA # set the entrypoint to the start.sh script CMD ./start.sh ${REPO} ${ACCESS_TOKEN}