Skip to content

Commit

Permalink
[CI] Add IssueCommentTrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao committed Sep 16, 2023
1 parent ba82a8d commit b056d81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/jenkins/mlc_jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@

import org.jenkinsci.plugins.pipeline.modeldefinition.Utils

properties([
pipelineTriggers([
issueCommentTrigger('.*test this please.*')
])
])

tvm_lib = 'build/libtvm.so, build/libtvm_runtime.so, build/config.cmake'
tvm_lib_cuda = tvm_lib + ", build/libfpA_intB_gemm.so, build/libflash_attn.so"
Expand Down

0 comments on commit b056d81

Please sign in to comment.