Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] Standalone TCKs for JakartaEE 8

Hi Tom,

You can run the build_standalone-tcks.sh separately too outside docker container, if the required variables are set correctly. The variables are JAVA_HOME, ANT_HOME, PATH, WORKSPACE(where the jakartaeetck bundle is unzipped) ,GF_BUNDLE_URL(to download the GF which will be used to build the TCK).

Regards,
Alwin


On 16/07/19 2:31 PM, Tom Jenkinson wrote:
Thanks Alwin!

I would like to try to build the JTA standalone tck in my jenkins CI. I created a new Jenkins freestyle job (https://jenkins.eclipse.org/jta/job/TCK_standalone_zip/) linked to master on https://github.com/eclipse-ee4j/jakartaee-tck.git and in the shell I just "./docker/build_standalone-tcks.sh jta"

Something tells me that is not going to work and the script is going to expect to be ran in a special docker container, are you able to share your job config for how you build the jta zip at all please?

On Mon, 15 Jul 2019 at 18:02, Alwin Joseph <alwin.joseph@xxxxxxxxxx> wrote:
Tom,

Yes, that is if you were usingĀ  https://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/promoted as the base directory as it is mentioned in https://wiki.eclipse.org/TCK:TCK_run_pipeline you should change it to https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly/ .

The TCKs in https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly/ is built by the jakartaee-tck team using the build_standalone-tcks.sh .You can pass tck name as parameter to build it individually.

Regards,
Alwin


On 15/07/19 8:52 PM, Tom Jenkinson wrote:
Hi Alwin,

If I understood correctly we should modify any jobs we created using the instructions on https://wiki.eclipse.org/TCK:Build_From_Jakarta_EE_TCK_Repo_And_Run and in particular https://wiki.eclipse.org/TCK:TCK_run_pipeline to change the value of TCK_BUNDLE_URL - is that right?

Thanks,
Tom

On Mon, 15 Jul 2019 at 16:09, Alwin Joseph <alwin.joseph@xxxxxxxxxx> wrote:
Hi all,

Please use the standalone TCKs available in
https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly/
folder if you are running the API tests. This is the new/latest
directory where we are currently generating the standalone TCKs for
JakartaEE 8 release.

We will also move the TCK bundles to the
https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/promoted
directory once we have a complete certification job run using all the
bundles at
https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly/.

Thanks & Regards,
Alwin Joseph

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


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

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


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


Back to the top