[
https://issues.jboss.org/browse/JBIDE-20478?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-20478:
------------------------------------
Yes. We could do this:
* skipBaselineComparison=${skipTestsOrITests} in the pom, so any test skipping will skip
this test too,
* but in Jenkins do first -DskipBaselineComparison=false (for the build),
* and then -DskipBaselineComparison=true (for the tests)
#sosayweall?
use skipTestsOrITests instead of skipBaselineComparison to skip
compare-version-with-baselines execution
--------------------------------------------------------------------------------------------------------
Key: JBIDE-20478
URL:
https://issues.jboss.org/browse/JBIDE-20478
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.3.0.CR1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.3.0.CR1
The compare-version-with-baselines step, done for every local build, is a waste of time
& bandwidth.
Since I'm often building w/o tests, could we set the check/skip constraint to be
skipTestsOrITests, so that this test is skipped when unit and integration tests are
skipped?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)