From ce1a03ac86243a47ef5efc95eef798baebee51e5 Mon Sep 17 00:00:00 2001 From: Rahul Mohanan <121536011+MohananRahul@users.noreply.github.com> Date: Fri, 14 Feb 2025 12:33:37 +0530 Subject: [PATCH] Update I build schedules for RC1 and RC2 (#2819) --- JenkinsJobs/Builds/FOLDER.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JenkinsJobs/Builds/FOLDER.groovy b/JenkinsJobs/Builds/FOLDER.groovy index a75fcd4776f..5482cc62338 100644 --- a/JenkinsJobs/Builds/FOLDER.groovy +++ b/JenkinsJobs/Builds/FOLDER.groovy @@ -19,13 +19,13 @@ for (STREAM in config.Streams){ # - - - Integration Eclipse SDK builds - - - # 2025-03 Release Schedule # Normal : 6 PM every day (1/6 - 2/9) -0 18 * * * +# 0 18 * * * # Milestone/RC Schedule # Post M1, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days) -# 0 6 14-26 2 5-7,1-3 -# 0 18 14-26 2 5-7,1-3 +0 6 15-26 2 5-7,1-3 +0 18 14-26 2 5-7,1-3 ''') } }