From 55ea59882247de20bdb10541d16f70996629f6ab Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Thu, 14 Sep 2023 21:06:53 -0400 Subject: [PATCH] Disable API Baseline checks in builds To workaround #551 we need to make a CDT 11.3.1 build that has the BREE restored to use as a baseline for CDT 11.3.2 (if we release that) and CDT 11.4.0 --- Jenkinsfile | 1 - releng/scripts/check_bundle_versions.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cc8c6ee7294..d2b6d29beb2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,6 @@ pipeline { -Dmaven.test.failure.ignore=true \ -DexcludedGroups=flakyTest,slowTest \ -P baseline-compare-and-replace \ - -P api-baseline-check \ -Ddsf.gdb.tests.timeout.multiplier=50 \ -Dindexer.timeout=300 \ -P production \ diff --git a/releng/scripts/check_bundle_versions.sh b/releng/scripts/check_bundle_versions.sh index 23867346b91..5e3d0bbdfbe 100755 --- a/releng/scripts/check_bundle_versions.sh +++ b/releng/scripts/check_bundle_versions.sh @@ -31,7 +31,6 @@ if ${MVN:-mvn} \ -DskipDoc=true \ -DskipTests=true \ -P baseline-compare-and-replace \ - -P api-baseline-check \ 2>&1 | tee ${logfile}; then echo "SUCCESS - Maven check all versions have been bumped appropriately appears to have completed successfully" echo "SUCCESS - Maven check all versions have been bumped appropriately appears to have completed successfully" >> ${logfile}