Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cu-dev] Need help with Jenkins and getting a 3.0.1 service release.
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Tue, 26 Jul 2022 08:58:14 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=7h0bGOLW2IQIz2UYuVE2NOcLQEq6CfsU5O1ADOanYRQ=; b=bkL6hqRdvWkkVwDT08ldpmLyGlpRJC0OZ5ohRASxfKGuFoei8+AgYb5drs8jmLPTBN2oZnngXyXKE8hZgQ9NlOrUsOIQbQdTS+NqFI6hrbJf/CrEPjnNE2MrFCBQNhDsZc2Aznz6pQTjkTd2ztvuVFwRTZWnAVzMfRhP3t5wtCJ+1XQM6/35SugkfVfTGK/OnRBxRk4elwi7zU0Wm2g3uSzHDMVf3BQZYb/ePDCmhdyA7Qvz8mC7miSLNEToIPREGRjYgRQlSm5jVYgi2qRcgnHUr55a2gv1pUOksJmdf/Liioq7RW/6F2x9tb3fu6QMX3gYek8J4xsSGMFi8UMCzA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=b+Q9/oy8SpWeXn49gXpGeCTERhl+il1e2DRXxWMFpD0avc5d5jW1IkaJkaz4gnu6kiWWjA6vtcCCUhHYAtkPFQgCVMAidx04Kr0c1n4U9YZP37hcFtVOQ/K05TCdPcE9cFsCuOVJc0YxBKBxttDXECnk9ZsDi4Ow4cGYOYsjFKmjDJwEEe+CoGMHfJStEq76Oy96SohRC5T3Tv/3TyrnKr6c9B3CxefHBfqKEkb4rlxJnjsOAMQMhC/IsBIgiaRM2w4wbDUYXTnfBNCx0HtZQ6zvpwCyR9Dlick/LOdjmMJpK7VA6PuFtG6aYciHeC4pnVHv1U47GSjPV6obF2+jBA==
  • Delivered-to: cu-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cu-dev/>
  • List-help: <mailto:cu-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdibfR/lVecQ8zJFSdO7yRr8yp4iXwAA3HOAAAKs1rABKEbJAAAAR6yAACgOSJA=
  • Thread-topic: [cu-dev] Need help with Jenkins and getting a 3.0.1 service release.

I just checked the jobs and they are staging to

 

Project download area | The Eclipse Foundation

 

And promoted TCK is here

 

Project download area | The Eclipse Foundation

 

 

Steve

From: Scott Marlow <smarlow@xxxxxxxxxx>
Sent: 25 July 2022 14:50
To: cu developer discussions <cu-dev@xxxxxxxxxxx>; Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx>
Subject: Re: [cu-dev] Need help with Jenkins and getting a 3.0.1 service release.

 

 

On 7/25/22 9:42 AM, Scott Marlow wrote:

 

On 7/19/22 12:20 PM, Steve Millidge (Payara) wrote:

OK 3.0.1 api and TCK is released. Also 3.0.1 tck distribution is staged.

Where is the 3.0.1 TCK staged to?  I am guessing https://repo1.maven.org/maven2/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.0.1/jakarta.enterprise.concurrent-tck-3.0.1.jar might be it but the contents look very different than https://download.eclipse.org/jakartaee/concurrency/3.0/concurrency-tck-3.0.0.zip.

https://download.eclipse.org/jakartaee/concurrency/3.0/concurrency-tck-3.0.0.zip contains jakarta.enterprise.concurrent-tck-3.0.0.jar which looks similar to https://repo1.maven.org/maven2/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.0.1/jakarta.enterprise.concurrent-tck-3.0.1.jar

https://repo1.maven.org/maven2/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.0.0/jakarta.enterprise.concurrent-tck-3.0.0.jar contents looks similar to https://repo1.maven.org/maven2/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.0.1/jakarta.enterprise.concurrent-tck-3.0.1.jar, so I guess we don't push a jar that contains the same as the https://download.eclipse.org/jakartaee/concurrency/3.0/concurrency-tck-3.0.0.zip which is okay.

 

Scott

 

Hopefully everything is OK as it all got a little confusing there. Some of the Jenkins jobs need some parameterisation to be more useful.

 

Now onto the 3.0.2 or 3.1 depending TCK release for Web Profile.

 

Steve

 

From: cu-dev <cu-dev-bounces@xxxxxxxxxxx> On Behalf Of Scott Stark
Sent: 19 July 2022 16:03
To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Subject: Re: [cu-dev] Need help with Jenkins and getting a 3.0.1 service release.

 

There is a 3.0.1 tag you could checkout in the build job. Add the git checkout just before the mvn clean install... command.

 

On Jul 19, 2022 at 9:39:36 AM, Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

All,

 

I was looking to release the 3.0.1 service release of the TCK. However I noticed that this job is building and staging the TCK on any commit Jakarta Concurrency - concurrency_tck_1-build-and-stage [Jenkins] (eclipse.org) and Arjan just merged the “big” changes for splitting out the EJBs see Alternative fix for #244 by starksm64 · Pull Request #250 · jakartaee/concurrency (github.com). I now don’t have a clean build to work with to get the 3.0.1 service release out.

 

Any ideas – do I make a PR to revert Alternative fix for #244 by starksm64 · Pull Request #250 · jakartaee/concurrency (github.com) then do the TCK dist build? Alternatives?

 

Thanks

 

Steve Millidge

 

 

_______________________________________________
cu-dev mailing list
cu-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cu-dev



_______________________________________________
cu-dev mailing list
cu-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cu-dev

Back to the top