This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a change to branch branch-0.3
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
from 5d0cc36bb [CELEBORN-644][HELM] Support Helm Deploy Celeborn with
HostNetwork And DnsPolicy
new 24222f2a2 [CELEBORN-105][TEST] Kubernetes Integration Test
new d9c3fb240 [CELEBORN-633][INFRA] Introduce PR merge script
The 2 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:
.github/workflows/integration.yml | 78 +++
dev/merge_pr.py | 578 +++++++++++++++++++++
pom.xml | 14 +
requirements.txt | 6 +
tests/{flink-it => kubernetes-it}/pom.xml | 43 +-
.../src/test/resources/log4j2-test.xml | 4 -
.../DeploySuite.scala | 59 +++
.../WithMiniKube.scala | 21 +-
8 files changed, 749 insertions(+), 54 deletions(-)
create mode 100644 .github/workflows/integration.yml
create mode 100755 dev/merge_pr.py
copy tests/{flink-it => kubernetes-it}/pom.xml (65%)
copy {client => tests/kubernetes-it}/src/test/resources/log4j2-test.xml (89%)
create mode 100644
tests/kubernetes-it/src/test/scala/org.apache.celeborn.integration/DeploySuite.scala
copy client/src/main/java/org/apache/celeborn/client/read/PartitionReader.java
=>
tests/kubernetes-it/src/test/scala/org.apache.celeborn.integration/WithMiniKube.scala
(70%)