areusch commented on a change in pull request #8721:
URL: https://github.com/apache/tvm/pull/8721#discussion_r686942733
##########
File path: Jenkinsfile
##########
@@ -107,6 +122,30 @@ def cancel_previous_build() {
cancel_previous_build()
+stage('Prepare') {
+ node('master') {
+ // When something is provided in ci_*_param, use it, otherwise default
with ci_*
Review comment:
just curious why not to use defaultValue instead of doing this? we could
rename e.g. ci_cpu to prod_ci_cpu or something.
--
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]