From b7be3fa74ac1f375ca8475ae562bce41047fa4f3 Mon Sep 17 00:00:00 2001 From: payalcha Date: Wed, 19 Feb 2025 08:13:29 +0000 Subject: [PATCH] remove stale process Signed-off-by: payalcha --- .github/workflows/task_runner_straggler_e2e.yml | 2 +- tests/end_to_end/utils/federation_helper.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/task_runner_straggler_e2e.yml b/.github/workflows/task_runner_straggler_e2e.yml index 34b67d3ce3..358c739503 100644 --- a/.github/workflows/task_runner_straggler_e2e.yml +++ b/.github/workflows/task_runner_straggler_e2e.yml @@ -19,7 +19,7 @@ jobs: (github.event_name == 'workflow_dispatch') runs-on: ubuntu-22.04 timeout-minutes: 30 - fail-fast: false # do not immediately fail if one of the combinations fail + fail-fast: false # do not immediately fail if one of the combinations fail env: MODEL_NAME: 'torch/mnist_straggler_check' PYTHON_VERSION: 3.10 diff --git a/tests/end_to_end/utils/federation_helper.py b/tests/end_to_end/utils/federation_helper.py index 90a38cfa09..73de9f966a 100644 --- a/tests/end_to_end/utils/federation_helper.py +++ b/tests/end_to_end/utils/federation_helper.py @@ -433,7 +433,7 @@ def federation_env_setup_and_validate(request, eval_scope=False): num_rounds = 1 log.info(f"Running evaluation for the model: {request.config.model_name}") - workspace_path = local_bind_path + workspace_path = local_bind_path # if path exists delete it if os.path.exists(workspace_path):