This is an automated email from the ASF dual-hosted git repository.

jungm pushed a change to branch ee11
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


    from b491a27  Clone once and stash the source for all parallel Jenkins 
stages
     new beed181  Add a shared free-port selector and harden the TomEE port 
guard
     new 2cb46d3  Run the platform catalog on dynamically selected free ports
     new 5d8b73a  Select free ports per standalone runner and guard the chosen 
ones
     new 8f447c8  Assert the JavaTest harness log port (and security-old's LDAP 
port) free
     new 8944c03  Make the invoker reactors' HTTP pin movable and fail fast on 
busy ports
     new c62154d  Run the smoke suite through a free-port-selecting wrapper 
script
     new e152aac  Run every CI branch inside a digest-pinned JDK container
     new 08167d7  Describe the containerized CI branches in the docs

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile                                        | 61 ++++++++++++++----
 KNOWN_ISSUES.md                                    | 21 +++---
 README.md                                          | 33 +++++-----
 environment/ports/select-free-port.sh              | 75 ++++++++++++++++++++++
 environment/tck/ts.jte                             |  4 +-
 environment/tomee/require-tomee-ports-free.sh      | 36 +++++++++--
 runner-smoke/pom.xml                               | 36 ++++++++++-
 runner-smoke/run-smoke-suite.sh                    | 27 ++++++++
 runner-smoke/src/test/resources/arquillian.xml     |  4 +-
 runner-standalone/authentication/pom.xml           | 21 ++++++
 .../src/test/resources/tomee-remote-profile.xml    |  2 +-
 .../cdi-ee/src/test/resources/arquillian.xml       |  1 +
 .../cdi/src/test/resources/arquillian.xml          |  1 +
 runner-standalone/faces-old/pom.xml                |  6 +-
 runner-standalone/faces/pom.xml                    | 21 ++++++
 .../src/test/resources/tomee-remote-profile.xml    |  2 +-
 runner-standalone/persistence/pom.xml              |  5 ++
 runner-standalone/pom.xml                          | 22 ++++++-
 runner-standalone/run-standalone-suite.sh          | 69 ++++++++++++++++++--
 runner-standalone/security-old/pom.xml             | 11 +++-
 runner-standalone/security/pom.xml                 | 32 +++++++++
 runner-standalone/transactions/pom.xml             |  6 +-
 .../validation/src/test/resources/arquillian.xml   |  1 +
 runner-webprofile/run-platform-suite.sh            | 17 +++++
 runner-webprofile/run/pom.xml                      | 52 ++++++++++++++-
 .../run/src/test/resources-javatest/arquillian.xml |  9 +--
 .../run/src/test/resources-servlet/arquillian.xml  |  5 +-
 27 files changed, 511 insertions(+), 69 deletions(-)
 create mode 100755 environment/ports/select-free-port.sh
 create mode 100755 runner-smoke/run-smoke-suite.sh

Reply via email to