mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
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
This commit is contained in:
parent
c81a132759
commit
55ea598822
2 changed files with 0 additions and 2 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -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 \
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue