Skip to content

Commit bb7e6a7

Browse files
author
kirthana14m
committed
[Infra][Nightly] Enable the full test on nightly
1 parent b53de47 commit bb7e6a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
expect_failure: ${{ matrix.variant.expect_failure == true }}
8282
use_prebuilt_artifacts: ${{ inputs.linux_use_prebuilt_artifacts == true && 'true' || 'false' }}
8383
rocm_package_version: ${{ needs.setup.outputs.rocm_package_version }}
84-
test_type: ${{ needs.setup.outputs.test_type }}
84+
test_type: full
8585
sanity_check_only_for_family: ${{ matrix.variant.sanity_check_only_for_family == true }}
8686
permissions:
8787
contents: read
@@ -111,7 +111,7 @@ jobs:
111111
expect_failure: ${{ matrix.variant.expect_failure == true }}
112112
use_prebuilt_artifacts: ${{ inputs.windows_use_prebuilt_artifacts == true && 'true' || 'false' }}
113113
rocm_package_version: ${{ needs.setup.outputs.rocm_package_version }}
114-
test_type: ${{ needs.setup.outputs.test_type }}
114+
test_type: full
115115
sanity_check_only_for_family: ${{ matrix.variant.sanity_check_only_for_family == true }}
116116
permissions:
117117
contents: read

0 commit comments

Comments
 (0)