Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] [epp-dev] EPP 2020-06 M2



On Thu, May 7, 2020 at 1:47 PM Frederic Gurr <frederic.gurr@xxxxxxxxxxxxxxxxxxxxxx> wrote:
A job is already in place for this here:
https://ci.eclipse.org/simrel/job/simrel.oomph.repository-analyzer.test/

That's great.
However, as far as I understand, it requires the whole build (thus cannot work on Gerrit submissions yet), doesn't it?
Does this job have a way to notify the "culprit" projects?
Or should we just review it manually and exclude projects that generate JUnit tests failures and then make it a constraint that any change that turns the ball from green to yellow should be reverted?

Is there an option/switch to filter the JUnit test output? E.g. only
output the signed artifacts tests? If not, I can try to filter the XML
output with some bash magic.

In Jenkins config, checking for test files with pattern "*Simple.validSignedArtifacts*" could do the job.

Back to the top