[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:
Illia Silin
2024-07-11 10:28:11 -07:00
committed by GitHub
parent 1223a0ab72
commit f072372f2f

3
Jenkinsfile vendored
View File

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