Skip to content

Commit b7d0a65

Browse files
Updating based on the new format
Signed-off-by: Onur Yilmaz <[email protected]>
1 parent 29982cd commit b7d0a65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cicd-main.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1665,9 +1665,7 @@ jobs:
16651665
if: contains(fromJSON(needs.pre-flight.outputs.test_to_run), 'L2_NeMo_2_Export_TRT_LLM')
16661666
with:
16671667
RUNNER: self-hosted-azure
1668-
SCRIPT: |-
1669-
RUN_ID=${{ github.run_id }} bash tests/functional_tests/L2_NeMo_2_Export_TRT_LLM.sh
1670-
1668+
SCRIPT: L2_NeMo_2_Export_TRT_LLM
16711669
AFTER_SCRIPT: |
16721670
rm -rf /tmp/nemo2_ckpt
16731671

0 commit comments

Comments
 (0)