Skip to content

Commit 056eefb

Browse files
committed
tmp cancel update functional test logs
1 parent d7cf9ad commit 056eefb

6 files changed

Lines changed: 56 additions & 56 deletions

.github/workflows/functional_tests_hetero_train.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ jobs:
250250
exit $exit_code
251251
timeout-minutes: 30
252252

253-
- name: Upload Functional Test Logs
254-
if: always() && steps.functional_test.outcome == 'failure'
255-
uses: actions/upload-artifact@v4
256-
with:
257-
name: functional_tests-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
258-
path: ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
259-
retention-days: 7
260-
if-no-files-found: warn
253+
# - name: Upload Functional Test Logs
254+
# if: always() && steps.functional_test.outcome == 'failure'
255+
# uses: actions/upload-artifact@v4
256+
# with:
257+
# name: functional_tests-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
258+
# path: ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
259+
# retention-days: 7
260+
# if-no-files-found: warn

.github/workflows/functional_tests_inference.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@ jobs:
259259
exit $exit_code
260260
timeout-minutes: 15
261261

262-
- name: Upload Functional Test Logs
263-
if: always() && steps.functional_test.outcome == 'failure'
264-
uses: actions/upload-artifact@v4
265-
with:
266-
name: functional_tests-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
267-
path: ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
268-
retention-days: 7
269-
if-no-files-found: warn
262+
# - name: Upload Functional Test Logs
263+
# if: always() && steps.functional_test.outcome == 'failure'
264+
# uses: actions/upload-artifact@v4
265+
# with:
266+
# name: functional_tests-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
267+
# path: ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
268+
# retention-days: 7
269+
# if-no-files-found: warn

.github/workflows/functional_tests_megatron_fl_trigger.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/functional_tests_rl.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ jobs:
236236
exit $exit_code
237237
timeout-minutes: 15
238238

239-
- name: Upload Functional Test Logs
240-
if: always() && steps.functional_test.outcome == 'failure'
241-
uses: actions/upload-artifact@v4
242-
with:
243-
name: functional_tests-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
244-
path: ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
245-
retention-days: 7
246-
if-no-files-found: warn
239+
# - name: Upload Functional Test Logs
240+
# if: always() && steps.functional_test.outcome == 'failure'
241+
# uses: actions/upload-artifact@v4
242+
# with:
243+
# name: functional_tests-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
244+
# path: ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
245+
# retention-days: 7
246+
# if-no-files-found: warn

.github/workflows/functional_tests_serve.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,11 @@ jobs:
260260
exit $exit_code
261261
timeout-minutes: 15
262262

263-
- name: Upload Functional Test Logs
264-
if: always() && steps.functional_test.outcome == 'failure'
265-
uses: actions/upload-artifact@v4
266-
with:
267-
name: functional_tests-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
268-
path: ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
269-
retention-days: 7
270-
if-no-files-found: warn
263+
# - name: Upload Functional Test Logs
264+
# if: always() && steps.functional_test.outcome == 'failure'
265+
# uses: actions/upload-artifact@v4
266+
# with:
267+
# name: functional_tests-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
268+
# path: ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
269+
# retention-days: 7
270+
# if-no-files-found: warn

.github/workflows/functional_tests_train.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@ jobs:
312312
exit $exit_code
313313
timeout-minutes: 30
314314

315-
- name: Upload Functional Test Logs
316-
if: always() && steps.functional_test.outcome == 'failure'
317-
uses: actions/upload-artifact@v4
318-
with:
319-
name: functional_tests-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
320-
path: ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
321-
retention-days: 7
322-
if-no-files-found: warn
315+
# - name: Upload Functional Test Logs
316+
# if: always() && steps.functional_test.outcome == 'failure'
317+
# uses: actions/upload-artifact@v4
318+
# with:
319+
# name: functional_tests-logs-${{ github.run_id }}-${{ matrix.test_config.task }}-${{ matrix.test_config.model }}
320+
# path: ${{ env.PROJECT_ROOT }}/tests/functional_tests/${{ matrix.test_config.task }}/${{ matrix.test_config.model }}/test_results
321+
# retention-days: 7
322+
# if-no-files-found: warn

0 commit comments

Comments
 (0)