mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
[Jenkins] restore cron jobs (#1380)
* test the cron trigger
* fix the cron jobs
* restore the list of cron jobs
[ROCm/composable_kernel commit: f914c228c6]
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -661,6 +661,9 @@ CRON_SETTINGS = BRANCH_NAME == "develop" ? '''0 23 * * * % RUN_FULL_QA=true;ROCM
|
||||
|
||||
pipeline {
|
||||
agent none
|
||||
triggers {
|
||||
parameterizedCron(CRON_SETTINGS)
|
||||
}
|
||||
options {
|
||||
parallelsAlwaysFailFast()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user