From 2f0e3ebd9fb837e77ef44fdf86f1a1a277c56a02 Mon Sep 17 00:00:00 2001 From: Stewart X Addison <6487691+sxa@users.noreply.github.com> Date: Tue, 27 Apr 2021 15:05:48 +0100 Subject: [PATCH] Revert "Run weekend trial Release builds (#130)" (#139) This reverts commit 2e88f2af20d72fc77d8365562d08e74566477cc3. --- pipelines/jobs/configurations/jdk11u.groovy | 4 ++-- pipelines/jobs/configurations/jdk16u.groovy | 4 ++-- pipelines/jobs/configurations/jdk8u.groovy | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pipelines/jobs/configurations/jdk11u.groovy b/pipelines/jobs/configurations/jdk11u.groovy index a225e7969..475b34f41 100644 --- a/pipelines/jobs/configurations/jdk11u.groovy +++ b/pipelines/jobs/configurations/jdk11u.groovy @@ -18,8 +18,8 @@ triggerSchedule_weekly="TZ=UTC\n05 17 * * 6" // scmReferences to use for weekly release build weekly_release_scmReferences=[ - "hotspot" : "release", - "openj9" : "v0.26.0-release", + "hotspot" : "", + "openj9" : "", "corretto" : "", "dragonwell" : "" ] diff --git a/pipelines/jobs/configurations/jdk16u.groovy b/pipelines/jobs/configurations/jdk16u.groovy index 2e20b4f4c..ad551d958 100644 --- a/pipelines/jobs/configurations/jdk16u.groovy +++ b/pipelines/jobs/configurations/jdk16u.groovy @@ -45,8 +45,8 @@ triggerSchedule_weekly="TZ=UTC\n30 04 * * 7" // scmReferences to use for weekly release build weekly_release_scmReferences=[ - "hotspot" : "release", - "openj9" : "v0.26.0-release", + "hotspot" : "", + "openj9" : "", "corretto" : "", "dragonwell" : "" ] diff --git a/pipelines/jobs/configurations/jdk8u.groovy b/pipelines/jobs/configurations/jdk8u.groovy index 5284345f2..c04d044d7 100644 --- a/pipelines/jobs/configurations/jdk8u.groovy +++ b/pipelines/jobs/configurations/jdk8u.groovy @@ -50,8 +50,8 @@ triggerSchedule_weekly="TZ=UTC\n05 12 * * 6" // scmReferences to use for weekly release build weekly_release_scmReferences=[ - "hotspot" : "release", - "openj9" : "v0.26.0-release", + "hotspot" : "", + "openj9" : "", "corretto" : "", "dragonwell" : "" ]