eclipse-ee4j / management-api

Jakarta Management
https://projects.eclipse.org/projects/ee4j.jakartaee-stable
Other
1 stars 16 forks source link

Jakarta EE 8 TCK for Management job #23

Open m0mus opened 5 years ago

m0mus commented 5 years ago

To test Jakarta EE 8 compatibility we need to create a Jenkins job on project's Cloud Jenkins instance formally testing the API against the relevant TCK and as needed, relevant CTS subset tests.

For projects that do not already have automated testing, there is provided parameterized Jenkins job that can be invoked to perform these tests. User provides a link to an Eclipse GlassFish test build and sets the test sub-set parameters:

Additional instructions and guidance for using and directly running TCKs is available on this wiki. Also in the jakartaee-tck project repository.

starksm64 commented 5 years ago

So are we looking to setup a single CTS job that updates all of the stable apis, or try running the CTS job from within the jarkartaeetck project?