Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cu-dev] Promoted and Staged TCKs on our downloads
  • From: Nathan Rauh <nathan.rauh@xxxxxxxxxx>
  • Date: Mon, 25 Apr 2022 22:21:09 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=us.ibm.com; dmarc=pass action=none header.from=us.ibm.com; dkim=pass header.d=us.ibm.com; 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=/lNhgW8x+Rhq+e7koD61qa55faTWWs/4Wjs5/JISz1c=; b=bRrkUol6nTOPD98pe0ypBsKkodYglZNyq9HSkZzMN22pn3DM1lHjyPtCw+4xXCFbl4uuz3IK8Tk+xEaPA7Ys5dZ2Q2gpMPeF2UXeDPrf21zNVoA+ShQQuvjnleNc+Xghfk/xjhYAMs1PS0ETaRcmv+L6d6Xffid+n7l3C4tNzkz/oHp9pN9cK3ufhobMr4Df+CMW/r/W7+BtZ/fgFYESC5T/0IGZ/YNvvwL05LKRjOSOWeoEeUNCMz73PUf7AsZmRMLm5oRXgdOYFroCdSz7y/QiifuSZNPg20IjcQfaxmrSnkOILbWssbWJ38DtmTlq3eNd+xEmTR5FWJPjrYQ5Kg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HWgFLt77/o7y8E6TH0kfS6gigWux1lzA8X3z6rHmvluaQt0icXrCMIYC4d55bzOkRkYO8B2GGJqCI3oDYkbvB/rJ72Sg9rx3ca/uyDqr2UvXmGWHSUB9ywlzcFh5rrlt7mfui3GIuXzUeXkVKYcsgDM00KUD83KWMYDByaDxAM7duifJ/wuaKESa5qey48zePeGUW69TzdYxF9vJGjhBHqtDFCWAYEh3PjhRKV+qGULudj3h908RbJwx9tfq+7b2R4BX+Ou3UgBCu8jJtxRIDsSXhEofuE3oUCq3ss728qwbjH2KAn4/Ttm2G8we7dQrxgQu2213Bd752z0gcqAL5Q==
  • 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: AQHYWPLDgtDt1Z/3tkG7rHOQDVm36g==
  • Thread-topic: [EXTERNAL] Re: [cu-dev] Promoted and Staged TCKs on our downloads

As expected, the promoted TCK passed on Open Liberty with both Java 11 and 17,

We are now in the somewhat lengthy process of getting the results published, with the draft pull being the following,

https://github.com/OpenLiberty/certifications/pull/194

 

From: cu-dev <cu-dev-bounces@xxxxxxxxxxx> on behalf of Nathan Rauh <nathan.rauh@xxxxxxxxxx>
Reply-To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Date: Monday, April 25, 2022 at 1:48 PM
To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [cu-dev] Promoted and Staged TCKs on our downloads

 

Steve, Thanks so much! We will get this run right away on Open Liberty and then I’ll start off the process of publishing the results to use to request approval. From: cu-dev <cu-dev-bounces@xxxxxxxxxxx> on behalf of "Steve Millidge

ZjQcmQRYFpfptBannerStart

This Message Is From an External Sender

This message came from outside your organization.

ZjQcmQRYFpfptBannerEnd

Steve,

Thanks so much! We will get this run right away on Open Liberty and then I’ll start off the process of publishing the results to use to request approval.

 

From: cu-dev <cu-dev-bounces@xxxxxxxxxxx> on behalf of "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
Reply-To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Date: Monday, April 25, 2022 at 1:36 PM
To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] [cu-dev] Promoted and Staged TCKs on our downloads

 

Hi All, Thanks for the assistance from various people. We now have both staged and promoted TCK zip files on Eclipse Downloads Project download area | The Eclipse Foundation Project download area | The Eclipse Foundation ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍

ZjQcmQRYFpfptBannerStart

This Message Is From an External Sender

This message came from outside your organization.

ZjQcmQRYFpfptBannerEnd

Hi All,

 

Thanks for the assistance from various people.

 

We now have both staged and promoted TCK zip files on Eclipse Downloads

Project download area | The Eclipse Foundation

Project download area | The Eclipse Foundation

 

I have modified the TCK Build job Jakarta Concurrency - Concurrency TCK Master Build [Jenkins] (eclipse.org) to automatically upload to the staged directory on downloads if the build succeeds. This job is triggered by a commit in the repo which means that if there is a change a new TCK zip will appear in the staged directory with likely a new SHA.

 

I have also created a Jenkins job Jakarta Concurrency - Promote Staged TCK [Jenkins] (eclipse.org) which copies the zip file from the staged directory to the promoted directory. This job is manually triggered so we have control if we want to “promote” a specific “staged” zip file.

 

I’m sure these jobs could be done better if I had a better view of what an ideal workflow would be for releasing the TCK but should suffice to get us to ballot.

 

Any problems give me a shout.

 

Steve Millidge

 


Back to the top