vegaluisjose commented on a change in pull request #32: URL: https://github.com/apache/tvm-vta/pull/32#discussion_r697591552
########## File path: Jenkinsfile ########## @@ -21,9 +21,13 @@ // Jenkins pipeline // See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/ -ci_lint = "tvmai/ci-lint:v0.51" -ci_cpu = "tvmai/ci-cpu:v0.55" -ci_i386 = "tvmai/ci-i386:v0.52" +ci_lint = "tlcpack/ci-lint:v0.67" +ci_gpu = "tlcpack/ci-gpu:v0.77" +ci_cpu = "tlcpack/ci-cpu:v0.77" +ci_wasm = "tlcpack/ci-wasm:v0.71" Review comment: just keep the lint, cpu, and i386. No need to add the others. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
