This is an automated email from the ASF dual-hosted git repository.
kezhuw pushed a change to branch branch-3.8
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
from 2dd49d15f ZOOKEEPER-4859: Fix openssl gencerts failure due to too long
hostname in github ci (#2186)
add 64fd02f4d ZOOKEEPER-4480: Introduce end to end compatibility tests
add 6c6742568 [hotfix] Bump actions/checkout to v3 in GitHub Actions
workflows (#1938)
add f385b2624 ZOOKEEPER-4679: Fix CI failure and warning (#1987)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yaml | 17 +++++-----
.github/workflows/e2e.yaml | 77 +++++++++++++++++++++++++++++++++++++++++++
.github/workflows/manual.yaml | 18 +++++-----
tools/ci/test-connectivity.py | 48 +++++++++++++++++++++++++++
4 files changed, 143 insertions(+), 17 deletions(-)
create mode 100644 .github/workflows/e2e.yaml
create mode 100755 tools/ci/test-connectivity.py