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: Nathan Rauh <nathan.rauh@xxxxxxxxxx>
  • Date: Tue, 19 Jul 2022 15:23:29 +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=zF7yWBZZ7VQwcAQx8thYc007K2jm4WP0yJz7q8Ur+YU=; b=CZZ2SupY+sBojyvz9PJ1+VAOopmOUEa4q59xPRoOwtRQ4hslJ5lDJKm/SPydbg9hUC+XnesBQf3cULk/x6QRwv5/qBQZtaaAjh0JHwB9sPX9trxG6FAyxctw4kLFBrzdxwHMWnAIDUEan//XJBabwGXtlHxRrNEQvFI9ZT4QnMoJ8K8MyOjf/d5CcJtcfvp8gRMmUqSr/XcamD0EDISdW6oH9XxCiaeAJvpMzwCxz+X/bGvRfuvzEcCHbLWLAK/5bewPAAKUFx/d0vaEsv/iYE6h2gMxMSkmp7GGLU0Zb0FKE1fxrSjA+wkO7OOxveSbPj/7Q2q5AgV7JKeAP+nkpA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=oPV2o6RgccEmOglaS80SdhRNmRz1WtEpH7z7d/HaZWxbJpRPkX5mUa5YKSAyimrDQ9HaCDIYgXqqJqFT3DSzF84cv3+jQTaL+v8A9XayTQthFR49U77QBphUVP6WY3DGkHUSZAxmCYanIV3PYKnMJGLZ6qK3IQi1CqiSkR/YW8YB6s1yF2ZI3iw9as2O+qyrnbVlbtMMtds/xl8p0+yv8I0BPKaGyDFasH/5YaivmK9k0IMvGH3KSNj26EBZVmZARZOx+MeQE8uAwV5ax62DkuF+13v4UI79f3XKoI8fHEmRdL2uKzLxI0bDsUoiDNwWVGVk2+e8Kq2qR4R05CtoSg==
  • 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/lVecQ8zJFSdO7yRr8yp4iXwAA3HOAAACPDcQ=
  • Thread-topic: [EXTERNAL] Re: [cu-dev] Need help with Jenkins and getting a 3.0.1 service release.

For 3.0.2, even though #250 is merged, we still need to resolve the question that was raised under it -- decision between option 1 (duplicating test class for web vs full profile) and option 2 (more complex, but a better fit for what a service release allows) -- of getting the tests for 3.0 spec function into web profile and then make those updates under another pull.

 

From: cu-dev <cu-dev-bounces@xxxxxxxxxxx> on behalf of Scott Stark <starksm64@xxxxxxxxx>
Date: Tuesday, July 19, 2022 at 10:02 AM
To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] 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: ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍

ZjQcmQRYFpfptBannerStart

This Message Is From an External Sender

This message came from outside your organization.

ZjQcmQRYFpfptBannerEnd

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


Back to the top