Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] Question about nightly builds and running TCKs

Thanks Matej we will update our GlassFish PR to reference this version.

Current status of getting a build is the Payara team are working from this PR https://github.com/eclipse-ee4j/glassfish/pull/22969. 

We started doing individual apis but the dependencies are such that this is not possible therefore we are trying to move a lot of the apis at once. Currently that PR won't build but we are updating the comment with current state and current blocker outside of the GlassFish project. I will let you know when the PR actually creates a binary and if the binary actually runs.

Steve

-----Original Message-----
From: Matej Novotny <manovotn@xxxxxxxxxx> 
Sent: 27 April 2020 12:31
To: Alwin Joseph <alwin.joseph@xxxxxxxxxx>; Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx>
Cc: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>; Martin Kouba <mkouba@xxxxxxxxxx>
Subject: Re: [glassfish-dev] Question about nightly builds and running TCKs

Hello

Weld core 4.0.0.Alpha1 and Weld API 4.0.Alpha1 are now available in Central, so you can use that for integration.
There will soon be Alpha2 as well because Alpha1 had to be released with very limited testing due to multiple circular deps.

Please keep me updated if you discover some issues with Weld and also if you manage to get some GF branch that I could consume for EE testing (TCKs).

Regards
Matej


----- Original Message -----
> From: "Alwin Joseph" <alwin.joseph@xxxxxxxxxx>
> To: "glassfish developer discussions" <glassfish-dev@xxxxxxxxxxx>, 
> "Matej Novotny" <manovotn@xxxxxxxxxx>
> Cc: "Martin Kouba" <mkouba@xxxxxxxxxx>
> Sent: Monday, April 20, 2020 7:17:33 PM
> Subject: Re: [glassfish-dev] Question about nightly builds and running 
> TCKs
> 
> Hi Matej,
> 
> It requires a committer to view the configuration of the jobs in the 
> respective CI instances. But the jobs are not difficult to replicate.
> 
> https://ci.eclipse.org/jakartaee-tck/job/cditck-porting/ is directly 
> based on 
> https://github.com/eclipse-ee4j/cditck-porting/blob/master/Jenkinsfile.
> You can create a multi branch pipeline job in any CI based on this 
> source repo URL and the jenkinsfile as mode of build configuration.
> 
> Please let me know if you need more details of how to create it in 
> another CI.
> 
> Regards,
> Alwin
> 
> 
> On 20/04/20 7:46 PM, Matej Novotny wrote:
> >> 3) Jenkins has jobs to run the TCK
> > Is there a way I can get access to see the job's settings? I can now 
> > only see its outcome (last build 5 months ago).
> > Again, since GF will be the first JEE 9 server, I will be creating a 
> > very similar run as part of CI for Weld's master branch and also as 
> > a regular sanity check as soon as there is a working Weld 4 in GF.
> > It would be much easier with this job as a template:)
> 
> 


Back to the top