Skip to content

Commit

Permalink
Update mlc_jenkinsfile.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao authored Sep 16, 2023
1 parent b056d81 commit 2df8529
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ci/jenkins/mlc_jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@

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"
docker_run = 'docker/bash.sh' // command to start a docker container
Expand Down Expand Up @@ -222,6 +216,10 @@ stage('Lint') {
}}}
}

stage('Build') {
input "Approve build?"
}

stage('Build') {
parallel 'CPU': { node('JUNRU-CPU-LARGE') { ws(per_exec_ws('tvm/build/cpu')) {
init_git()
Expand Down

0 comments on commit 2df8529

Please sign in to comment.