From f072372f2f77058d6a3f58ee7b7513f258803111 Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:28:11 -0700 Subject: [PATCH] [Jenkins] restore cron jobs (#1380) * test the cron trigger * fix the cron jobs * restore the list of cron jobs [ROCm/composable_kernel commit: f914c228c697351112c1d25499123e51cbf1b5e9] --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 8809fc50c9..f65ddab5c3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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() }