Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d1df66

Browse filesBrowse files
author
Seb Boving
committed
Treat GPU branch as master for GPU support.
1 parent 7fe9676 commit 5d1df66
Copy full SHA for 5d1df66

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎Jenkinsfile‎

Copy file name to clipboardExpand all lines: Jenkinsfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
String cron_string = BRANCH_NAME == "ci" ? "H 12 * * 1-5" : ""
1+
String cron_string = BRANCH_NAME == "cuda" ? "H 12 * * 1-5" : ""
22

33
pipeline {
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 {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.