|
65 | 65 | ccache-centos7-release-default |
66 | 66 | - name: Build Gluten native libraries |
67 | 67 | run: | |
68 | | - docker pull apache/gluten:vcpkg-centos-7 |
69 | | - docker run -v $GITHUB_WORKSPACE:/work -w /work apache/gluten:vcpkg-centos-7 bash -c " |
| 68 | + docker pull apache/gluten:1.5-vcpkg-centos-7 |
| 69 | + docker run -v $GITHUB_WORKSPACE:/work -w /work apache/gluten:1.5-vcpkg-centos-7 bash -c " |
70 | 70 | set -e |
71 | 71 | yum install tzdata -y |
72 | 72 | df -a |
@@ -506,7 +506,7 @@ jobs: |
506 | 506 | uniffle: [ "0.9.2" ] |
507 | 507 | hadoop: [ "2.8.5" ] |
508 | 508 | runs-on: ubuntu-22.04 |
509 | | - container: apache/gluten:centos-8-jdk8 |
| 509 | + container: apache/gluten:1.5-centos-8-jdk8 |
510 | 510 | steps: |
511 | 511 | - uses: actions/checkout@v2 |
512 | 512 | - name: Download All Native Artifacts |
@@ -556,7 +556,7 @@ jobs: |
556 | 556 | spark: [ "spark-3.2" ] |
557 | 557 | celeborn: [ "celeborn-0.6.0", "celeborn-0.5.4", "celeborn-0.4.3"] |
558 | 558 | runs-on: ubuntu-22.04 |
559 | | - container: apache/gluten:centos-8-jdk8 |
| 559 | + container: apache/gluten:1.5-centos-8-jdk8 |
560 | 560 | steps: |
561 | 561 | - uses: actions/checkout@v2 |
562 | 562 | - name: Download All Native Artifacts |
@@ -612,7 +612,7 @@ jobs: |
612 | 612 | spark-test-spark32: |
613 | 613 | needs: build-native-lib-centos-7 |
614 | 614 | runs-on: ubuntu-22.04 |
615 | | - container: apache/gluten:centos-8-jdk8 |
| 615 | + container: apache/gluten:1.5-centos-8-jdk8 |
616 | 616 | steps: |
617 | 617 | - uses: actions/checkout@v2 |
618 | 618 | - uses: actions/download-artifact@v4 |
@@ -662,7 +662,7 @@ jobs: |
662 | 662 | spark-test-spark32-slow: |
663 | 663 | needs: build-native-lib-centos-7 |
664 | 664 | runs-on: ubuntu-22.04 |
665 | | - container: apache/gluten:centos-8-jdk8 |
| 665 | + container: apache/gluten:1.5-centos-8-jdk8 |
666 | 666 | steps: |
667 | 667 | - uses: actions/checkout@v2 |
668 | 668 | - name: Download All Artifacts |
@@ -699,7 +699,7 @@ jobs: |
699 | 699 | spark-test-spark33: |
700 | 700 | needs: build-native-lib-centos-7 |
701 | 701 | runs-on: ubuntu-22.04 |
702 | | - container: apache/gluten:centos-8-jdk8 |
| 702 | + container: apache/gluten:1.5-centos-8-jdk8 |
703 | 703 | steps: |
704 | 704 | - uses: actions/checkout@v2 |
705 | 705 | - name: Download All Artifacts |
@@ -755,7 +755,7 @@ jobs: |
755 | 755 | spark-test-spark33-slow: |
756 | 756 | needs: build-native-lib-centos-7 |
757 | 757 | runs-on: ubuntu-22.04 |
758 | | - container: apache/gluten:centos-8-jdk8 |
| 758 | + container: apache/gluten:1.5-centos-8-jdk8 |
759 | 759 | steps: |
760 | 760 | - uses: actions/checkout@v2 |
761 | 761 | - name: Download All Artifacts |
@@ -798,7 +798,7 @@ jobs: |
798 | 798 | spark-test-spark34: |
799 | 799 | needs: build-native-lib-centos-7 |
800 | 800 | runs-on: ubuntu-22.04 |
801 | | - container: apache/gluten:centos-8-jdk8 |
| 801 | + container: apache/gluten:1.5-centos-8-jdk8 |
802 | 802 | steps: |
803 | 803 | - uses: actions/checkout@v2 |
804 | 804 | - name: Download All Artifacts |
@@ -856,7 +856,7 @@ jobs: |
856 | 856 | spark-test-spark34-slow: |
857 | 857 | needs: build-native-lib-centos-7 |
858 | 858 | runs-on: ubuntu-22.04 |
859 | | - container: apache/gluten:centos-8-jdk8 |
| 859 | + container: apache/gluten:1.5-centos-8-jdk8 |
860 | 860 | steps: |
861 | 861 | - uses: actions/checkout@v2 |
862 | 862 | - name: Download All Artifacts |
@@ -900,7 +900,7 @@ jobs: |
900 | 900 | spark-test-spark35: |
901 | 901 | needs: build-native-lib-centos-7 |
902 | 902 | runs-on: ubuntu-22.04 |
903 | | - container: apache/gluten:centos-8-jdk8 |
| 903 | + container: apache/gluten:1.5-centos-8-jdk8 |
904 | 904 | steps: |
905 | 905 | - uses: actions/checkout@v2 |
906 | 906 | - name: Download All Artifacts |
@@ -956,7 +956,7 @@ jobs: |
956 | 956 | spark-test-spark35-scala213: |
957 | 957 | needs: build-native-lib-centos-7 |
958 | 958 | runs-on: ubuntu-22.04 |
959 | | - container: apache/gluten:centos-8-jdk8 |
| 959 | + container: apache/gluten:1.5-centos-8-jdk8 |
960 | 960 | steps: |
961 | 961 | - uses: actions/checkout@v2 |
962 | 962 | - name: Download All Artifacts |
@@ -1006,7 +1006,7 @@ jobs: |
1006 | 1006 | spark-test-spark35-slow: |
1007 | 1007 | needs: build-native-lib-centos-7 |
1008 | 1008 | runs-on: ubuntu-22.04 |
1009 | | - container: apache/gluten:centos-8-jdk8 |
| 1009 | + container: apache/gluten:1.5-centos-8-jdk8 |
1010 | 1010 | steps: |
1011 | 1011 | - uses: actions/checkout@v2 |
1012 | 1012 | - name: Download All Artifacts |
@@ -1052,7 +1052,7 @@ jobs: |
1052 | 1052 | spark-test-spark35-ras: |
1053 | 1053 | needs: build-native-lib-centos-7 |
1054 | 1054 | runs-on: ubuntu-22.04 |
1055 | | - container: apache/gluten:centos-8-jdk8 |
| 1055 | + container: apache/gluten:1.5-centos-8-jdk8 |
1056 | 1056 | steps: |
1057 | 1057 | - uses: actions/checkout@v2 |
1058 | 1058 | - name: Download All Artifacts |
@@ -1105,7 +1105,7 @@ jobs: |
1105 | 1105 | spark-test-spark35-slow-ras: |
1106 | 1106 | needs: build-native-lib-centos-7 |
1107 | 1107 | runs-on: ubuntu-22.04 |
1108 | | - container: apache/gluten:centos-8-jdk8 |
| 1108 | + container: apache/gluten:1.5-centos-8-jdk8 |
1109 | 1109 | steps: |
1110 | 1110 | - uses: actions/checkout@v2 |
1111 | 1111 | - name: Download All Artifacts |
@@ -1150,7 +1150,7 @@ jobs: |
1150 | 1150 | spark-test-spark35-smj: |
1151 | 1151 | needs: build-native-lib-centos-7 |
1152 | 1152 | runs-on: ubuntu-22.04 |
1153 | | - container: apache/gluten:centos-8-jdk8 |
| 1153 | + container: apache/gluten:1.5-centos-8-jdk8 |
1154 | 1154 | steps: |
1155 | 1155 | - uses: actions/checkout@v2 |
1156 | 1156 | - name: Download All Artifacts |
@@ -1203,7 +1203,7 @@ jobs: |
1203 | 1203 | spark-test-spark35-slow-smj: |
1204 | 1204 | needs: build-native-lib-centos-7 |
1205 | 1205 | runs-on: ubuntu-22.04 |
1206 | | - container: apache/gluten:centos-8-jdk8 |
| 1206 | + container: apache/gluten:1.5-centos-8-jdk8 |
1207 | 1207 | steps: |
1208 | 1208 | - uses: actions/checkout@v2 |
1209 | 1209 | - name: Download All Artifacts |
@@ -1247,7 +1247,7 @@ jobs: |
1247 | 1247 |
|
1248 | 1248 | cpp-test-udf-test: |
1249 | 1249 | runs-on: ubuntu-22.04 |
1250 | | - container: apache/gluten:centos-8-jdk8 |
| 1250 | + container: apache/gluten:1.5-centos-8-jdk8 |
1251 | 1251 | steps: |
1252 | 1252 | - uses: actions/checkout@v2 |
1253 | 1253 | - name: Get Ccache |
@@ -1298,7 +1298,7 @@ jobs: |
1298 | 1298 |
|
1299 | 1299 | build-cudf-centos-9: |
1300 | 1300 | runs-on: ubuntu-22.04 |
1301 | | - container: apache/gluten:centos-9-jdk8-cudf |
| 1301 | + container: apache/gluten:1.5-centos-9-jdk8-cudf |
1302 | 1302 | steps: |
1303 | 1303 | - uses: actions/checkout@v2 |
1304 | 1304 | - name: Get Ccache |
|
0 commit comments