Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Test work for platform.ui

> Note that if you need to quickly verify a change, you can still do this locally: "mvn clean verify -Pbuild-individual-bundles [...]"

Yes, I know it, but I prefer the CI server for it

thanks,
Daniel



From: Mickael Istria <mistria@xxxxxxxxxx>
To: platform-ui-dev@xxxxxxxxxxx
Date: 09/03/2014 11:23 AM
Subject: Re: [platform-ui-dev] Test work for platform.ui
Sent by: platform-ui-dev-bounces@xxxxxxxxxxx





On 09/03/2014 11:13 AM, Daniel Rolka wrote:
> I don't have the impression that "long" Gerrit builds is too much of an issue

I have different opinion, especially when you have several commits that you want to verify with CI build and we have the end of the milestone, for instance before API freeze

I think it doesn't hurt to keep in mind during enabling the tests in Gerrit that it should work fast


The issue with only running a subset of the tests is that there are some tests you don't run. If you don't run them, you can't be sure a given change doesn't break them... So you end up with less reliability on the fact that if a commit is merged, it shouldn't break any test.
Note that if you need to quickly verify a change, you can still do this locally: "mvn clean verify -Pbuild-individual-bundles [...]"

--
Mickael Istria
Eclipse developer at
JBoss, by Red Hat
My blog - My Tweets_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top