Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] adding a new test bundle to nightly build

Hi,

The problem you are seeing is due to o.e.pde.junit.runtime.tests not in the repository. To include in the nightly build repo this bundle needs to be added to o.e.sdk.tests feature. Here is the link https://git.eclipse.org/c/platform/eclipse.platform.releng.git/tree/features/org.eclipse.sdk.tests/feature.xml

Once it is included Gerrit will be able to find the bundle after a full SDK build

Hope this helps
Sravan

On Wed, 24 Jul, 2019, 12:58 Honnen, Julian, <Julian.Honnen@xxxxxxxxxx> wrote:

Hi,

 

I want to add a new test bundle to the nightly build, see [1] and [2]. The gerrit build in [1] fails with missing requirements – is that expected? Do we have documentation for this task?

 

[ERROR] Cannot resolve project dependencies:

[ERROR]   Software being installed: org.eclipse.sdk.tests.feature.group 4.13.0.qualifier

[ERROR]   Missing requirement: org.eclipse.sdk.tests.feature.group 4.13.0.qualifier requires 'org.eclipse.equinox.p2.iu; org.eclipse.pde.junit.runtime.tests 0.0.0' but it could not be found

 

[1] https://git.eclipse.org/r/c/146430

[2] https://git.eclipse.org/r/c/146431/

 

Thanks, Julian

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-releng-dev

Back to the top