File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Open diff view settings
Original file line number Diff line number Diff line change 1- String cron_string = BRANCH_NAME == " ci " ? " H 12 * * 1-5" : " "
1+ String cron_string = BRANCH_NAME == " cuda " ? " H 12 * * 1-5" : " "
22
33pipeline {
44 agent { label ' linux && !gpu' }
@@ -13,7 +13,7 @@ pipeline {
1313 GIT_COMMIT_SUBJECT = sh(returnStdout : true , script :" git log --format=%s -n 1 HEAD" ). trim()
1414 GIT_COMMIT_AUTHOR = sh(returnStdout : true , script :" git log --format='%an' -n 1 HEAD" ). trim()
1515 GIT_COMMIT_SUMMARY = " ${ GIT_BRANCH} `<https://github.com/Kaggle/kaggle-python/commit/${ GIT_COMMIT} |${ GIT_COMMIT_SHORT} >` ${ GIT_COMMIT_SUBJECT} - ${ GIT_COMMIT_AUTHOR} "
16- SLACK_CHANNEL = sh(returnStdout : true , script : " if [[ \" ${ GIT_BRANCH} \" == \" ci \" ]]; then echo \" #kernels\" ; else echo \" #builds\" ; fi" ). trim()
16+ SLACK_CHANNEL = sh(returnStdout : true , script : " if [[ \" ${ GIT_BRANCH} \" == \" cuda \" ]]; then echo \" #kernels\" ; else echo \" #builds\" ; fi" ). trim()
1717 }
1818
1919 stages {
You can’t perform that action at this time.
0 commit comments