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
4 changes: 2 additions & 2 deletions .github/workflows/build_bundle_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
build-native-lib:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ github.event.inputs.ref }}
- name: Get Ccache
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-22.04
container: centos:8
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ github.event.inputs.ref }}
- name: Download All Artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build-velox-backend-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Build
run: |
docker pull apache/gluten:vcpkg-centos-7-gcc13
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ch_code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- check: 'cpp-ch'
exclude: ''
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.11.0
with:
Expand All @@ -54,7 +54,7 @@ jobs:
apt install git python3-pip -y
pip3 install --user cmake-format
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Check CMake format
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
Expand Down
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@v4
- uses: actions/checkout@v7
- name: Check License Header
run: |
git fetch --recurse-submodules=no origin main ${{github.event.pull_request.base.sha}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clickhouse_be_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v7
- name: Sleep for Dev PR workflow done
run: |
sleep 15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
apt install --no-install-recommends -y clang-format-15
pip3 install cmake_format black pyyaml regex
update-alternatives --install /usr/bin/clang-format clang-format "$(command -v clang-format-15)" 15
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp_clang_tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ github.event.workflow_run.head_sha }}
fetch-depth: 0
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- run: df -h | sort -k 5 -nr # check disk space for debug

- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd

Expand All @@ -95,7 +95,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
sudo docker builder prune -a
- run: df -h | sort -k 5 -nr # check disk space for debug
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

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

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Docker meta
id: meta
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
JDK_VERSION: 1.8.0
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Docker meta
id: meta
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
JDK_VERSION: 1.8.0
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- 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 @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk17
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Restore ccache
uses: actions/cache/restore@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Link referenced issues
if: |
github.event.action == 'opened' ||
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scala_code_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Check
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/velox_backend_ansi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
if: (inputs.mode || needs.check-comment.outputs.mode) != 'analyze-only'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.check-comment.outputs.pr_sha }}
- name: Get Ccache
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-9-jdk17
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.check-comment.outputs.pr_sha }}
- name: Download Native Lib
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-9-jdk17
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.check-comment.outputs.pr_sha }}
- name: Download Native Lib
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-9-jdk17
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.check-comment.outputs.pr_sha }}
- name: Download Native Lib
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-9-jdk17
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.check-comment.outputs.pr_sha }}
- name: Download Native Lib
Expand Down Expand Up @@ -459,7 +459,7 @@ jobs:
pull-requests: write
models: read
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.check-comment.outputs.pr_sha }}
- name: Download spark41 test reports
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:
pull-requests: write
models: read
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.check-comment.outputs.pr_sha }}
- name: Find latest ANSI workflow run with artifacts
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/velox_backend_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-24.04-arm
container: apache/gluten:vcpkg-centos-9
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Install Stash restore dependencies # the stash action needs gh and jq, absent from this container
run: |
case "$(uname -m)" in
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-24.04-arm
container: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Download All Native Artifacts
uses: actions/download-artifact@v8
with:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
runs-on: ubuntu-24.04-arm
container: apache/gluten:centos-9-jdk8
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Install Stash restore dependencies # the stash action needs gh and jq, absent from this container
run: |
case "$(uname -m)" in
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/velox_backend_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: ${{ startsWith(github.repository, 'apache/') }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Get Ccache
uses: actions/cache/restore@v3
with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
matrix:
os: [ ubuntu-22.04, ubuntu-24.04-arm ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Get Ccache
uses: actions/cache/restore@v3
with:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
os: [ ubuntu-22.04, ubuntu-24.04-arm ]
container: apache/gluten:centos-9-jdk8
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Get Ccache
uses: actions/cache/restore@v3
with:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
if: ${{ startsWith(github.repository, 'apache/') }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Get Ccache
uses: actions/cache/restore@v3
with:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
sudo docker builder prune -a
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Get Ccache
uses: actions/cache/restore@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/velox_backend_enhanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
build-native-lib-centos-7:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Get Ccache from Apache Stash
id: ccache-stash
uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-22.04
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Download All Artifacts
uses: actions/download-artifact@v8
with:
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
LC_ALL: C.UTF-8
container: apache/gluten:centos-8-jdk8
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Download All Artifacts
uses: actions/download-artifact@v8
with:
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
SPARK_TESTING: true
container: apache/gluten:centos-8-jdk17
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Download All Artifacts
uses: actions/download-artifact@v8
with:
Expand Down
Loading
Loading