Skip to content

Commit

Permalink
Job name change
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Nov 14, 2024
1 parent 1b5c513 commit b773f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/task_runner_e2e_wo_mtls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:

jobs:
test_run:
name: tr_wo_mtls
name: tr_non_tls
runs-on: ubuntu-22.04
timeout-minutes: 120 # 2 hours
strategy:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
pip install .
pip install -r test-requirements.txt
- name: Run Task Runner E2E tests
- name: Run Task Runner E2E tests without TLS
id: run_task_runner_tests
run: |
python -m pytest -s tests/end_to_end/test_suites/task_runner_tests.py -m ${{ env.MODEL_NAME }} --num_rounds $NUM_ROUNDS --num_collaborators $NUM_COLLABORATORS --model_name ${{ env.MODEL_NAME }} --disable_tls
Expand Down

0 comments on commit b773f9b

Please sign in to comment.