Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check_license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check License Header
run: |
git fetch --recurse-submodules=no origin main ${{github.event.pull_request.base.sha}}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Docker meta
id: meta
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Docker meta
id: meta
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Docker meta
id: meta
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
JDK_VERSION: 1.8.0
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Docker meta
id: meta
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
JDK_VERSION: 1.8.0
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Docker meta
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk17
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Prepare
run: |
source /opt/rh/gcc-toolset-11/enable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/velox_backend_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-24.04-arm
container: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Native Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
runs-on: ubuntu-24.04-arm
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get Ccache
uses: actions/cache/restore@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/velox_backend_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
os: [ ubuntu-22.04, ubuntu-24.04-arm ]
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get Ccache
uses: actions/cache/restore@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/velox_backend_enhanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down
44 changes: 22 additions & 22 deletions .github/workflows/velox_backend_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
runs-on: ubuntu-22.04
container: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Native Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
runs-on: ubuntu-22.04
container: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Native Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force > /dev/null
df -h
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Native Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force > /dev/null
df -h
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Native Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -547,7 +547,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Native Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -598,7 +598,7 @@ jobs:
runs-on: ubuntu-22.04
container: centos:8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Native Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -670,7 +670,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -726,7 +726,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -769,7 +769,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -827,7 +827,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -873,7 +873,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -931,7 +931,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -983,7 +983,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1027,7 +1027,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1078,7 +1078,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1121,7 +1121,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1172,7 +1172,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1212,7 +1212,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get Ccache
uses: actions/cache/restore@v4
with:
Expand Down Expand Up @@ -1321,7 +1321,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-8-jdk17
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1378,7 +1378,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-8-jdk17
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1427,7 +1427,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-9-jdk17
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -1486,7 +1486,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-9-jdk17
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
Expand Down