comment out cron trigger (#334)

[ROCm/composable_kernel commit: 85978e0201]
This commit is contained in:
Illia Silin
2022-07-22 11:52:10 -07:00
committed by GitHub
parent bafbaaf3e5
commit 1450273dc5

8
Jenkinsfile vendored
View File

@@ -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()
}