Skip to content

Commit 689e33b

Browse files
authored
[VL] Remove the test configurations related to Celeborn 0.4 (#11114)
1 parent 481a077 commit 689e33b

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

dev/docker/Dockerfile.centos8-dynamic-build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ RUN set -ex; \
4040
tar -xvf ${local_binary}; \
4141
mv apache-maven-${maven_version} /usr/lib/maven; \
4242
rm -rf ${local_binary}; \
43-
wget -nv https://archive.apache.org/dist/celeborn/celeborn-0.4.3/apache-celeborn-0.4.3-bin.tgz -P /opt/; \
4443
wget -nv https://archive.apache.org/dist/celeborn/celeborn-0.5.4/apache-celeborn-0.5.4-bin.tgz -P /opt/; \
4544
wget -nv https://archive.apache.org/dist/celeborn/celeborn-0.6.1/apache-celeborn-0.6.1-bin.tgz -P /opt/; \
4645
wget -nv https://archive.apache.org/dist/incubator/uniffle/0.9.2/apache-uniffle-0.9.2-incubating-bin.tar.gz -P /opt/; \

dev/docker/Dockerfile.centos9-dynamic-build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ RUN set -ex; \
3838
tar -xvf ${local_binary}; \
3939
mv apache-maven-${maven_version} /usr/lib/maven; \
4040
rm -rf ${local_binary}; \
41-
wget -nv https://archive.apache.org/dist/celeborn/celeborn-0.4.3/apache-celeborn-0.4.3-bin.tgz -P /opt/; \
4241
wget -nv https://archive.apache.org/dist/celeborn/celeborn-0.5.4/apache-celeborn-0.5.4-bin.tgz -P /opt/; \
4342
wget -nv https://archive.apache.org/dist/celeborn/celeborn-0.6.1/apache-celeborn-0.6.1-bin.tgz -P /opt/; \
4443
wget -nv https://archive.apache.org/dist/incubator/uniffle/0.9.2/apache-uniffle-0.9.2-incubating-bin.tar.gz -P /opt/; \

tools/gluten-it/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,6 @@
315315
<delta.version>4.0.0</delta.version>
316316
</properties>
317317
</profile>
318-
<profile>
319-
<id>celeborn-0.4</id>
320-
<properties>
321-
<celeborn.version>0.4.3</celeborn.version>
322-
</properties>
323-
</profile>
324318
<profile>
325319
<id>celeborn-0.5</id>
326320
<properties>

0 commit comments

Comments
 (0)