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

richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a1e81fd change spark archive url (#1249)
5a1e81fd is described below

commit 5a1e81fd1029b1c5a70ae1ad34f9459ac0c8d4ad
Author: cxzl25 <[email protected]>
AuthorDate: Fri Aug 29 19:17:45 2025 +0800

    change spark archive url (#1249)
---
 .github/workflows/tpcds.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/tpcds.yml b/.github/workflows/tpcds.yml
index 3b41b369..aba27c7c 100644
--- a/.github/workflows/tpcds.yml
+++ b/.github/workflows/tpcds.yml
@@ -34,35 +34,35 @@ jobs:
     uses: ./.github/workflows/tpcds-reusable.yml
     with:
       sparkver: spark-3.0
-      sparkurl: 
https://mirrors.huaweicloud.com/apache/spark/spark-3.0.3/spark-3.0.3-bin-hadoop2.7.tgz
+      sparkurl: 
https://archive.apache.org/dist/spark/spark-3.0.3/spark-3.0.3-bin-hadoop2.7.tgz
 
   test-spark-31:
     name: Test spark-3.1
     uses: ./.github/workflows/tpcds-reusable.yml
     with:
       sparkver: spark-3.1
-      sparkurl: 
https://mirrors.huaweicloud.com/apache/spark/spark-3.1.3/spark-3.1.3-bin-hadoop2.7.tgz
+      sparkurl: 
https://archive.apache.org/dist/spark/spark-3.1.3/spark-3.1.3-bin-hadoop2.7.tgz
 
   test-spark-32:
     name: Test spark-3.2
     uses: ./.github/workflows/tpcds-reusable.yml
     with:
       sparkver: spark-3.2
-      sparkurl: 
https://mirrors.huaweicloud.com/apache/spark/spark-3.2.4/spark-3.2.4-bin-hadoop2.7.tgz
+      sparkurl: 
https://archive.apache.org/dist/spark/spark-3.2.4/spark-3.2.4-bin-hadoop2.7.tgz
 
   test-spark-33:
     name: Test spark-3.3
     uses: ./.github/workflows/tpcds-reusable.yml
     with:
       sparkver: spark-3.3
-      sparkurl: 
https://mirrors.huaweicloud.com/apache/spark/spark-3.3.4/spark-3.3.4-bin-hadoop3.tgz
+      sparkurl: 
https://archive.apache.org/dist/spark/spark-3.3.4/spark-3.3.4-bin-hadoop3.tgz
 
   test-spark-34-jdk11:
     name: Test spark-3.4
     uses: ./.github/workflows/tpcds-reusable.yml
     with:
       sparkver: spark-3.4
-      sparkurl: 
https://mirrors.huaweicloud.com/apache/spark/spark-3.4.3/spark-3.4.3-bin-hadoop3.tgz
+      sparkurl: 
https://archive.apache.org/dist/spark/spark-3.4.3/spark-3.4.3-bin-hadoop3.tgz
       javaver: '11'
 
   test-spark-35-jdk17-scala-2-13:

Reply via email to