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
27 changes: 0 additions & 27 deletions .github/workflows/velox_backend_ansi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ jobs:
ccache -sz
bash dev/ci-velox-buildstatic-centos-7.sh
ccache -s
mkdir -p /work/.m2/repository/org/apache/arrow/
cp -r /root/.m2/repository/org/apache/arrow/* /work/.m2/repository/org/apache/arrow/
"
- name: Save ccache
if: always()
Expand All @@ -138,11 +136,6 @@ jobs:
name: velox-native-lib-ansi-${{github.sha}}
path: ./cpp/build/
if-no-files-found: error
- uses: actions/upload-artifact@v4
with:
name: arrow-jars-ansi-${{github.sha}}
path: .m2/repository/org/apache/arrow/
if-no-files-found: error

spark-test-backends-velox-ansi41:
needs: build-native-lib
Expand All @@ -159,11 +152,6 @@ jobs:
with:
name: velox-native-lib-ansi-${{github.sha}}
path: ./cpp/build/
- name: Download Arrow Jars
uses: actions/download-artifact@v4
with:
name: arrow-jars-ansi-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Prepare
run: |
dnf install -y python3.11 python3.11-pip python3.11-devel && \
Expand Down Expand Up @@ -236,11 +224,6 @@ jobs:
with:
name: velox-native-lib-ansi-${{github.sha}}
path: ./cpp/build/
- name: Download Arrow Jars
uses: actions/download-artifact@v4
with:
name: arrow-jars-ansi-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Prepare
run: |
dnf install -y python3.11 python3.11-pip python3.11-devel && \
Expand Down Expand Up @@ -323,11 +306,6 @@ jobs:
with:
name: velox-native-lib-ansi-${{github.sha}}
path: ./cpp/build/
- name: Download Arrow Jars
uses: actions/download-artifact@v4
with:
name: arrow-jars-ansi-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Prepare
run: |
dnf install -y python3.11 python3.11-pip python3.11-devel && \
Expand Down Expand Up @@ -400,11 +378,6 @@ jobs:
with:
name: velox-native-lib-ansi-${{github.sha}}
path: ./cpp/build/
- name: Download Arrow Jars
uses: actions/download-artifact@v4
with:
name: arrow-jars-ansi-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Prepare
run: |
dnf install -y python3.11 python3.11-pip python3.11-devel && \
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/velox_backend_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:
df -a
bash dev/ci-velox-buildstatic-centos-9.sh
ccache -s
mkdir -p $GITHUB_WORKSPACE/.m2/repository/org/apache/arrow/
cp -r /root/.m2/repository/org/apache/arrow/* $GITHUB_WORKSPACE/.m2/repository/org/apache/arrow/
- name: "Save ccache"
uses: actions/cache/save@v4
id: ccache
Expand All @@ -81,11 +79,6 @@ jobs:
name: velox-native-lib-centos-8-${{github.sha}}
path: ./cpp/build/releases/
if-no-files-found: error
- uses: actions/upload-artifact@v4
with:
name: arrow-jars-centos-8-${{github.sha}}
path: .m2/repository/org/apache/arrow/
if-no-files-found: error

tpc-test-centos8:
needs: build-native-lib-centos-8
Expand All @@ -104,11 +97,6 @@ jobs:
with:
name: velox-native-lib-centos-8-${{github.sha}}
path: ./cpp/build/releases/
- name: Download All Arrow Jar Artifacts
uses: actions/download-artifact@v4
with:
name: arrow-jars-centos-8-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Update mirror list
run: |
sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-* || true
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/velox_backend_enhanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
mkdir -p /work/.ccache
bash dev/ci-velox-buildstatic-centos-7-enhanced-features.sh
ccache -s
mkdir -p /work/.m2/repository/org/apache/arrow/
cp -r /root/.m2/repository/org/apache/arrow/* /work/.m2/repository/org/apache/arrow/
"

- name: "Save ccache"
Expand All @@ -90,11 +88,6 @@ jobs:
name: velox-native-lib-enhanced-centos-7-${{github.sha}}
path: ./cpp/build/releases/
if-no-files-found: error
- uses: actions/upload-artifact@v4
with:
name: arrow-jars-enhanced-centos-7-${{github.sha}}
path: .m2/repository/org/apache/arrow/
if-no-files-found: error

spark-test-spark34:
needs: build-native-lib-centos-7
Expand All @@ -107,11 +100,6 @@ jobs:
with:
name: velox-native-lib-enhanced-centos-7-${{github.sha}}
path: ./cpp/build/releases
- name: Download Arrow Jars
uses: actions/download-artifact@v4
with:
name: arrow-jars-enhanced-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Prepare spark.test.home for Spark 3.4.4 (other tests)
run: |
dnf module -y install python39 && \
Expand Down Expand Up @@ -165,11 +153,6 @@ jobs:
with:
name: velox-native-lib-enhanced-centos-7-${{github.sha}}
path: ./cpp/build/releases
- name: Download Arrow Jars
uses: actions/download-artifact@v4
with:
name: arrow-jars-enhanced-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Prepare spark.test.home for Spark 3.5.5 (other tests)
run: |
dnf module -y install python39 && \
Expand Down Expand Up @@ -226,11 +209,6 @@ jobs:
with:
name: velox-native-lib-enhanced-centos-7-${{github.sha}}
path: ./cpp/build/releases
- name: Download Arrow Jars
uses: actions/download-artifact@v4
with:
name: arrow-jars-enhanced-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Prepare Spark Resources for Spark 3.5.5 #TODO remove after image update
run: |
rm -rf /opt/shims/spark35
Expand Down Expand Up @@ -277,11 +255,6 @@ jobs:
with:
name: velox-native-lib-enhanced-centos-7-${{github.sha}}
path: ./cpp/build/releases/
- name: Download Arrow Jars
uses: actions/download-artifact@v4
with:
name: arrow-jars-enhanced-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Prepare
run: |
dnf module -y install python39 && \
Expand Down
Loading
Loading