Skip to content

Commit c729199

Browse files
authored
[TRTLLM-6768][infra] Fix params for not updating github status (#6747)
Signed-off-by: Yiqing Yan <[email protected]>
1 parent 078d3a5 commit c729199

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jenkins/L0_MergeRequest.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ def globalVars = [
155155
boolean enableUpdateGitlabStatus =
156156
!testFilter[ENABLE_SKIP_TEST] &&
157157
!testFilter[ONLY_MULTI_GPU_TEST] &&
158+
!testFilter[DISABLE_MULTI_GPU_TEST] &&
159+
!testFilter[DEBUG_MODE] &&
158160
testFilter[GPU_TYPE_LIST] == null &&
159161
testFilter[TEST_STAGE_LIST] == null &&
160162
testFilter[TEST_BACKEND] == null

0 commit comments

Comments
 (0)