Skip to content

Commit

Permalink
[CI] Test
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao committed Sep 17, 2023
1 parent 8d45f00 commit 49fff87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/jenkins/mlc_jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ def unpack_lib(name, libs) {

cancel_previous_build()

stage('Approval') {
input id: '1', message: 'Pending. Please reply "\\test" on GitHub to continue.'
}

stage('Prepare') {
node('JUNRU-CPU-SMALL') {
// When something is provided in ci_*_param, use it, otherwise default with ci_*
Expand Down Expand Up @@ -221,6 +217,10 @@ stage('Lint') {
}}}
}

stage('Approval') {
input id: '1', message: 'Pending. Please reply "\\test" on GitHub to continue.'
}

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

0 comments on commit 49fff87

Please sign in to comment.