Skip to content

Commit

Permalink
Fix the names
Browse files Browse the repository at this point in the history
Signed-off-by: payalcha <[email protected]>
  • Loading branch information
payalcha committed Feb 24, 2025
1 parent 3516cb1 commit 1a1cf15
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/task_runner_basic_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ jobs:
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
test_type: "With_TLS"
test_type: "straggler_check"

test_eden_compression:
name: With TLS (torch/mnist_eden_compression, 3.10)
Expand Down Expand Up @@ -396,4 +396,4 @@ jobs:
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
test_type: "With_TLS"
test_type: "eden_compression"
8 changes: 4 additions & 4 deletions .github/workflows/task_runner_dockerized_ws_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
test_type: "With_TLS"
test_type: "DWS_With_TLS"

test_without_tls:
name: DWS Without TLS
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
test_type: "Without_TLS"
test_type: "DWS_Without_TLS"

test_without_client_auth:
name: DWS Without Client Auth
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
test_type: "Without_Client_Auth"
test_type: "DWS_Without_Client_Auth"

test_memory_logs:
name: DWS With Memory Logs
Expand Down Expand Up @@ -222,4 +222,4 @@ jobs:
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
test_type: "With_Memory_Logs"
test_type: "DWS_With_Memory_Logs"
6 changes: 3 additions & 3 deletions .github/workflows/task_runner_fedeval_dws_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
test_type: "With_TLS"
test_type: "DWS_FedEval_With_TLS"

test_without_tls:
name: FedEval DWS Without TLS
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
test_type: "Without_TLS"
test_type: "DWS_FedEval_Without_TLS"

test_without_client_auth:
name: FedEval DWS Without Client Auth
Expand Down Expand Up @@ -179,4 +179,4 @@ jobs:
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
test_type: "Without_Client_Auth"
test_type: "DWS_FedEval_Without_Client_Auth"
4 changes: 2 additions & 2 deletions .github/workflows/task_runner_fedeval_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
test_type: "Without_TLS"
test_type: "FedEval_Without_TLS"

test_without_client_auth:
name: FedEval Without Client Auth
Expand Down Expand Up @@ -163,4 +163,4 @@ jobs:
uses: ./.github/actions/tr_post_test_run
if: ${{ always() }}
with:
test_type: "Without_Client_Auth"
test_type: "FedEval_Without_Client_Auth"

0 comments on commit 1a1cf15

Please sign in to comment.