@@ -264,14 +264,14 @@ jobs:
264264 exit $exit_code
265265 timeout-minutes : 30
266266
267- - name : Upload Functional Test Logs
268- if : always() && steps.functional_test.outcome == 'failure'
269- uses : actions/upload-artifact@v4
270- with :
271- name : functional_tests-megatron-lm-fl-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
272- path : ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
273- retention-days : 7
274- if-no-files-found : warn
267+ # - name: Upload Functional Test Logs
268+ # if: always() && steps.functional_test.outcome == 'failure'
269+ # uses: actions/upload-artifact@v4
270+ # with:
271+ # name: functional_tests-megatron-lm-fl-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
272+ # path: ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
273+ # retention-days: 7
274+ # if-no-files-found: warn
275275
276276 functional_test_hetero_train :
277277 needs : checkout_and_config
@@ -466,11 +466,11 @@ jobs:
466466 exit $exit_code
467467 timeout-minutes : 30
468468
469- - name : Upload Functional Test Logs
470- if : always() && steps.functional_test.outcome == 'failure'
471- uses : actions/upload-artifact@v4
472- with :
473- name : functional_tests-hetero-megatron-lm-fl-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
474- path : ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
475- retention-days : 7
476- if-no-files-found : warn
469+ # - name: Upload Functional Test Logs
470+ # if: always() && steps.functional_test.outcome == 'failure'
471+ # uses: actions/upload-artifact@v4
472+ # with:
473+ # name: functional_tests-hetero-megatron-lm-fl-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
474+ # path: ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
475+ # retention-days: 7
476+ # if-no-files-found: warn
0 commit comments