@@ -8,7 +8,7 @@ permissions: # added using https://github.com/step-security/secure-repo
88jobs :
99 local-test-oneAPI_table :
1010 name : Local Test for Units (OneAPI Table)
11- runs-on : ubuntu-20.04
11+ runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1414 - name : Set up JDK 1.8
@@ -23,15 +23,15 @@ jobs:
2323 ~/.m2/repository
2424 /opt/intel/oneapi
2525 ~/opt
26- key : ${{ runner.os }}_spark-3.3.3_hadoop-3.2.0_oneapi-2023.0.0
26+ key : ${{ runner.os }}_spark-3.3.3_hadoop-3.2.0_oneapi-2025.2
2727 restore-keys : |
2828 ${{ runner.os }}-
2929 - name : Local Test
3030 run : |
3131 ${{github.workspace}}/dev/ci/ci-local-dpc-test.sh
3232 local-test-CPU :
3333 name : Local Test for Units (CPU)
34- runs-on : ubuntu-20.04
34+ runs-on : ubuntu-latest
3535 steps :
3636 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3737 - name : Set up JDK 1.8
4646 ~/.m2/repository
4747 /opt/intel/oneapi
4848 ~/opt
49- key : ${{ runner.os }}_spark-3.3.3_hadoop-3.2.0_oneapi-2023.0.0
49+ key : ${{ runner.os }}_spark-3.3.3_hadoop-3.2.0_oneapi-2025.2
5050 restore-keys : |
5151 ${{ runner.os }}-
5252 - name : Local Test
5555 yarn-test :
5656 if : ${{ false }} # disable for now
5757 name : Yarn Test for Examples (CPU)
58- runs-on : ubuntu-20.04
58+ runs-on : ubuntu-latest
5959 steps :
6060 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
6161 - name : Set up JDK 1.8
@@ -70,15 +70,15 @@ jobs:
7070 ~/.m2/repository
7171 /opt/intel/oneapi
7272 ~/opt
73- key : ${{ runner.os }}_spark-3.3.3_hadoop-3.2.0_oneapi-2023.0.0
73+ key : ${{ runner.os }}_spark-3.3.3_hadoop-3.2.0_oneapi-2025.2
7474 restore-keys : |
7575 ${{ runner.os }}-
7676 - name : Cluster Test
7777 run : |
7878 ${{github.workspace}}/dev/ci/ci-yarn-test-cpu.sh
7979 standalone-scala-test :
8080 name : Standalone CPU_GPU_PROFILE Test for scala Examples (CPU)
81- runs-on : ubuntu-20.04
81+ runs-on : ubuntu-latest
8282 steps :
8383 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
8484 - name : Set up JDK 1.8
@@ -93,15 +93,15 @@ jobs:
9393 ~/.m2/repository
9494 /opt/intel/oneapi
9595 ~/opt
96- key : ${{ runner.os }}_spark-3.3.3_hadoop-3.2.0_oneapi-2023.0.0
96+ key : ${{ runner.os }}_spark-3.3.3_hadoop-3.2.0_oneapi-2025.2
9797 restore-keys : |
9898 ${{ runner.os }}-
9999 - name : Cluster Test
100100 run : |
101101 ${{github.workspace}}/dev/ci/ci-standalone-scala-test-cpu.sh
102102 standalone-python-test :
103103 name : Standalone CPU_GPU_PROFILE Test for python Examples (CPU)
104- runs-on : ubuntu-20.04
104+ runs-on : ubuntu-latest
105105 steps :
106106 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
107107 - name : Set up JDK 1.8
@@ -116,7 +116,7 @@ jobs:
116116 ~/.m2/repository
117117 /opt/intel/oneapi
118118 ~/opt
119- key : ${{ runner.os }}_spark-3.3.3_hadoop-3.2.0_oneapi-2023.0.0
119+ key : ${{ runner.os }}_spark-3.3.3_hadoop-3.2.0_oneapi-2025.2
120120 restore-keys : |
121121 ${{ runner.os }}-
122122 - name : Cluster Test
0 commit comments