Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Failing Gerrit trigger for R4_4_maintenance builds - Create a new build job

Good suggestion Michael, but having another job has also the additional advantage that we can verify master and maintenance patches in parallel.

Best regards, Lars

On Wed, Jan 21, 2015 at 8:34 AM, Mickael Istria <mistria@xxxxxxxxxx> wrote:
On 01/20/2015 06:56 PM, Lars Vogel wrote:
Hi,
Hi,
I noted that the Gerrit builds for R4_4_maintenance are failing during the test archiving. See for example: https://hudson.eclipse.org/platform/view/Gerrit/job/eclipse.platform.ui-Gerrit/4190/To avoid these build failure I suggest to use an additional job for the current maintenance branch. https://hudson.eclipse.org/platform/view/Gerrit/job/eclipse.platform.ui.maintenance-Gerrit/
If his new job works (I have to wait for the next Gerrit build trigger) I plan to remove R4_4_maintenance from the Gerrit build trigger of the master branch. Let me know in case you see any issues with that approach.

Hudson complains because no tests/*/target/work/data/.metadata/.log exists for R4_4_maintenance branch. So instead of a new job, what about adding a shell script that does
# Useful for archive plugin on R4_4_maintenance, where no tests are run
mkdir -p tests/dummy/target/work/data/.metadata/
cat 'This is a mock .log file because no test run on R4_4_maintenance' > tests/dummy/target/work/data/.metadata/.log
to the current job? So archiver would work, and there wouldn't have need for another job.
--
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



--
Geschäftsführer

vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (032) 221739404, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com

Back to the top