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

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 689e33b863 [VL] Remove the test configurations related to Celeborn 0.4 
(#11114)
689e33b863 is described below

commit 689e33b8636655155eb5c1f764e83772ef8135dd
Author: Kerwin Zhang <[email protected]>
AuthorDate: Wed Nov 19 09:52:22 2025 +0800

    [VL] Remove the test configurations related to Celeborn 0.4 (#11114)
---
 dev/docker/Dockerfile.centos8-dynamic-build | 1 -
 dev/docker/Dockerfile.centos9-dynamic-build | 1 -
 tools/gluten-it/pom.xml                     | 6 ------
 3 files changed, 8 deletions(-)

diff --git a/dev/docker/Dockerfile.centos8-dynamic-build 
b/dev/docker/Dockerfile.centos8-dynamic-build
index 9c4033de89..9d0f0ca758 100644
--- a/dev/docker/Dockerfile.centos8-dynamic-build
+++ b/dev/docker/Dockerfile.centos8-dynamic-build
@@ -40,7 +40,6 @@ RUN set -ex; \
     tar -xvf ${local_binary}; \
     mv apache-maven-${maven_version} /usr/lib/maven; \
     rm -rf ${local_binary}; \
-    wget -nv 
https://archive.apache.org/dist/celeborn/celeborn-0.4.3/apache-celeborn-0.4.3-bin.tgz
 -P /opt/; \
     wget -nv 
https://archive.apache.org/dist/celeborn/celeborn-0.5.4/apache-celeborn-0.5.4-bin.tgz
 -P /opt/; \
     wget -nv 
https://archive.apache.org/dist/celeborn/celeborn-0.6.1/apache-celeborn-0.6.1-bin.tgz
 -P /opt/; \
     wget -nv 
https://archive.apache.org/dist/incubator/uniffle/0.9.2/apache-uniffle-0.9.2-incubating-bin.tar.gz
 -P /opt/; \
diff --git a/dev/docker/Dockerfile.centos9-dynamic-build 
b/dev/docker/Dockerfile.centos9-dynamic-build
index 600de3536a..b4f5c5ee3c 100644
--- a/dev/docker/Dockerfile.centos9-dynamic-build
+++ b/dev/docker/Dockerfile.centos9-dynamic-build
@@ -38,7 +38,6 @@ RUN set -ex; \
     tar -xvf ${local_binary}; \
     mv apache-maven-${maven_version} /usr/lib/maven; \
     rm -rf ${local_binary}; \
-    wget -nv 
https://archive.apache.org/dist/celeborn/celeborn-0.4.3/apache-celeborn-0.4.3-bin.tgz
 -P /opt/; \
     wget -nv 
https://archive.apache.org/dist/celeborn/celeborn-0.5.4/apache-celeborn-0.5.4-bin.tgz
 -P /opt/; \
     wget -nv 
https://archive.apache.org/dist/celeborn/celeborn-0.6.1/apache-celeborn-0.6.1-bin.tgz
 -P /opt/; \
     wget -nv 
https://archive.apache.org/dist/incubator/uniffle/0.9.2/apache-uniffle-0.9.2-incubating-bin.tar.gz
 -P /opt/; \
diff --git a/tools/gluten-it/pom.xml b/tools/gluten-it/pom.xml
index fc55708d98..139a4a8d59 100644
--- a/tools/gluten-it/pom.xml
+++ b/tools/gluten-it/pom.xml
@@ -315,12 +315,6 @@
         <delta.version>4.0.0</delta.version>
       </properties>
     </profile>
-    <profile>
-      <id>celeborn-0.4</id>
-      <properties>
-        <celeborn.version>0.4.3</celeborn.version>
-      </properties>
-    </profile>
     <profile>
       <id>celeborn-0.5</id>
       <properties>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to