Skip to content

Commit 905da8f

Browse files
authored
Merge branch 'main' into aybchan/update-cutedsl
2 parents f0d2382 + a91dac1 commit 905da8f

8 files changed

Lines changed: 356 additions & 196 deletions

File tree

.github/actions/eks-jobset/action.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ inputs:
7171
description: 'NVCR artifact registry login token'
7272
type: string
7373
required: true
74-
STATISTICS:
75-
description: 'Emit unit test statistics'
76-
type: string
77-
default: 'false'
78-
required: false
7974
STATISTICS_SCRIPT:
8075
description: 'Commands to extract NUM_ERRORS NUM_TESTS NUM_PASSED NUM_FAILED values from logs'
8176
type: string
@@ -280,7 +275,7 @@ runs:
280275
aws s3 cp s3://${{ inputs.S3_BUCKET }}/${{ inputs.NAME }}/${JOBSET_NAME}/ ${JOBSET_NAME}/ --recursive
281276
282277
- name: Emit unit test statistics
283-
if: ${{ inputs.STATISTICS == 'true' && !cancelled() }}
278+
if: ${{ !cancelled() }}
284279
shell: bash -xe -u {0}
285280
run: |
286281
STATISTICS_SCRIPT="${{ inputs.STATISTICS_SCRIPT }}"
@@ -325,7 +320,7 @@ runs:
325320
path: ${{ env.JOBSET_NAME }}/*
326321

327322
- name: Upload statistics artifacts
328-
if: ${{ inputs.STATISTICS == 'true' && !cancelled() }}
323+
if: ${{ !cancelled() }}
329324
uses: actions/upload-artifact@v6
330325
with:
331326
name: ${{ inputs.NAME }}-${{ inputs.GPU_ARCH }}

0 commit comments

Comments
 (0)