@@ -100,12 +100,6 @@ jobs:
100100        with :
101101          name : pipeline_${{ matrix.module }}_test_reports 
102102          path : reports 
103-       - name : Generate Report and Notify Channel 
104-         if : always() 
105-         run : | 
106-           pip install slack_sdk tabulate 
107-           python utils/log_reports.py >> $GITHUB_STEP_SUMMARY 
108- 
109103  run_nightly_tests_for_other_torch_modules :
110104    name : Nightly Torch CUDA Tests 
111105    runs-on :
@@ -175,12 +169,6 @@ jobs:
175169        name : torch_${{ matrix.module }}_cuda_test_reports 
176170        path : reports 
177171
178-     - name : Generate Report and Notify Channel 
179-       if : always() 
180-       run : | 
181-         pip install slack_sdk tabulate 
182-         python utils/log_reports.py >> $GITHUB_STEP_SUMMARY 
183- 
184172  run_big_gpu_torch_tests :
185173    name : Torch tests on big GPU 
186174    strategy :
@@ -231,12 +219,6 @@ jobs:
231219        with :
232220          name : torch_cuda_big_gpu_test_reports 
233221          path : reports 
234-       - name : Generate Report and Notify Channel 
235-         if : always() 
236-         run : | 
237-           pip install slack_sdk tabulate 
238-           python utils/log_reports.py >> $GITHUB_STEP_SUMMARY 
239-            
240222  torch_minimum_version_cuda_tests :
241223    name : Torch Minimum Version CUDA Tests 
242224    runs-on :
@@ -345,12 +327,6 @@ jobs:
345327        name : flax_tpu_test_reports 
346328        path : reports 
347329
348-     - name : Generate Report and Notify Channel 
349-       if : always() 
350-       run : | 
351-         pip install slack_sdk tabulate 
352-         python utils/log_reports.py >> $GITHUB_STEP_SUMMARY 
353- 
354330  run_nightly_onnx_tests :
355331    name : Nightly ONNXRuntime CUDA tests on Ubuntu 
356332    runs-on :
@@ -400,12 +376,6 @@ jobs:
400376        name : tests_onnx_cuda_reports 
401377        path : reports 
402378
403-     - name : Generate Report and Notify Channel 
404-       if : always() 
405-       run : | 
406-         pip install slack_sdk tabulate 
407-         python utils/log_reports.py >> $GITHUB_STEP_SUMMARY 
408- 
409379  run_nightly_quantization_tests :
410380    name : Torch quantization nightly tests 
411381    strategy :
@@ -471,12 +441,6 @@ jobs:
471441        with :
472442          name : torch_cuda_${{ matrix.config.backend }}_reports 
473443          path : reports 
474-       - name : Generate Report and Notify Channel 
475-         if : always() 
476-         run : | 
477-           pip install slack_sdk tabulate 
478-           python utils/log_reports.py >> $GITHUB_STEP_SUMMARY 
479-    
480444  generate_consolidated_report :
481445    name : Generate Consolidated Test Report 
482446    needs : [ 
0 commit comments