Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cu-dev] TCK api job
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Wed, 17 Jul 2019 08:45:13 +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-SenderADCheck; bh=PjSwlxht3vDFooibb2ENLsFgmMR2GHushRidCdrapEA=; b=Hv570tyc7lJSXMkapvPR6LVbjAjGQzK32BjCZHv/GqJ+Ojx+pjVPHML7vnDLk4a11B/zdPEwHoUbvY11+QQ6py8/VzcqsDptWqtNHaL1QMxAOCevg3csmvoyIXQhOtbkrjMBUlqsYBGK+dDKz+iKKPDqia9HIyA9ZwJFQKcgDR+sDhNTzxQHZhVRNGlqhAZbcy509cdf2RP4zgpZAuP0kAbgU/dB+ap1zOBbuWzSeqeZ4uaFrSLoEvej1mwMFY8GGsT+qd150ZJhJiAk/cfpLFdZeVOo/b8sgvhfnaLgkGrPO36HqBL40Qo1nDkhcVBy7GGKvXxbtfoyI3XCh8us9A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=n3hlZo/eC62DIPrcgtL9Zd6b06ZRjZKuTly7boPVVW6k4VMkIgXS+Lstds13Z0dh2xVU5alCVYcjibqVITpq8EsU7NZ1fDphV8O3nsvaRk765LrPH6Ws6PkrZsZOHD2Z9YhxgPrbWbgsOYaOJGsIPMMYrnTcIuZ/zjQJLBoVM2sLC78ba7SpebHMiWWSmP1mJG5lAzMdrV2m6PXA20CVMlhFXcUT9B1UbLWMRXuKhr4V1qHRrs53WCI0+OCkVJo1pqdERsb7jMrvEXB+z8ClniqT9T93h//BigAChMxz82pOCioQrT/wmNEsnEyvKUUvVhPCRQN5d4yKteJgeYY89g==
  • 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: AdU8e/J7rQcRuVNcSjOpoiddGprBxg==
  • Thread-topic: TCK api job

Hi All,

 

We now have Jenkins job that runs the standalone Concurrency TCK against our API artefact copied from the examples provided by the JSON-B project.

 

https://jenkins.eclipse.org/cu/job/TCK_run/

 

There are a couple of jobs that are a prerequisite;

 

https://jenkins.eclipse.org/cu/job/TCK_ts_jte/ modifies the test suite configuration. I am thinking of getting rid of this job as it just generates a config file which I think does not vary.

https://jenkins.eclipse.org/cu/job/TCK_Integrate_GlassFish/ downloads and patches a version of GlassFish to use to test the api jar.

 

Does anybody have any preference as to where we add this information as documentation? Should we embed in the repo, use the GitHub wiki? Something else?

 

Steve

 


Back to the top