Skip to content

Commit

Permalink
Disable API Baseline checks in builds
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jonahgraham committed Sep 15, 2023
1 parent c81a132 commit 55ea598
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion releng/scripts/check_bundle_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 55ea598

Please sign in to comment.