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

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

Back to the top