Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Dec 11, 2024
1 parent 91f3e0d commit 839b9f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/gluten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ name: Gluten CI
on:
schedule:
- cron: 0 4 * * *
workflow_dispatch:

env:
MAVEN_ARGS: -Dmaven.javadoc.skip=true -Drat.skip=true -Dscalastyle.skip=true -Dspotless.check.skip -Dorg.slf4j.simpleLogger.defaultLogLevel=warn -Pjdbc-shaded,gen-policy -Dmaven.plugin.download.cache.path=/tmp/engine-archives
Expand Down Expand Up @@ -77,7 +76,6 @@ jobs:
mkdir -p ~/.m2/repository/org/apache/arrow
cp -r $GITHUB_WORKSPACE/incubator-gluten/.m2/repository/org/apache/arrow/* ~/.m2/repository/org/apache/arrow/
mvn clean package -Pbackends-velox -Pceleborn -Puniffle -Pspark-3.5 -DskipTests
ls -l package/target/
fi
- uses: actions/cache@v4
if: steps.gluten-cache.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -126,7 +124,6 @@ jobs:
uses: ./.github/actions/setup-maven
- name: Run Gluten Integration TPC-H/DS Test
run: |
ls -l incubator-gluten/package/target/
TEST_MODULES="integration-tests/kyuubi-gluten-it"
./build/mvn -Pgluten-it -Pspark-${{ matrix.spark }} -pl ${TEST_MODULES} -am clean install -DskipTests
./build/mvn -Pgluten-it -Pspark-${{ matrix.spark }} -pl ${TEST_MODULES} test
Expand Down

0 comments on commit 839b9f2

Please sign in to comment.