mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
comment out cron trigger (#334)
[ROCm/composable_kernel commit: 85978e0201]
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -389,13 +389,13 @@ def process_results(Map conf=[:]){
|
||||
}
|
||||
|
||||
//launch develop branch daily at 23:00 in FULL_QA mode
|
||||
CRON_SETTINGS = BRANCH_NAME == "develop" ? '''0 23 * * * % RUN_FULL_QA=true;USE_9110=true''' : ""
|
||||
//CRON_SETTINGS = BRANCH_NAME == "develop" ? '''0 23 * * * % RUN_FULL_QA=true;USE_9110=true''' : ""
|
||||
|
||||
pipeline {
|
||||
agent none
|
||||
triggers {
|
||||
cron(CRON_SETTINGS)
|
||||
}
|
||||
//triggers {
|
||||
// cron(CRON_SETTINGS)
|
||||
//}
|
||||
options {
|
||||
parallelsAlwaysFailFast()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user