Skip to content

[VL] Move Spark 3.5 SMJ-enabled full test jobs into weekly job#12529

Open
JkSelf wants to merge 1 commit into
apache:mainfrom
JkSelf:smj-ci
Open

[VL] Move Spark 3.5 SMJ-enabled full test jobs into weekly job#12529
JkSelf wants to merge 1 commit into
apache:mainfrom
JkSelf:smj-ci

Conversation

@JkSelf

@JkSelf JkSelf commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

What changes are proposed in this pull request?

How was this patch tested?

Was this patch authored or co-authored using generative AI tooling?

Copilot AI review requested due to automatic review settings July 16, 2026 03:53
@github-actions github-actions Bot added the INFRA label Jul 16, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Moves Spark 3.5 “SMJ-enabled” (i.e., SHJ-disabled) Velox backend unit test jobs into the velox_weekly GitHub Actions workflow so they run on the weekly schedule instead of the main CI workflows.

Changes:

  • Add a Spark 3.5.5 unit test job that runs the “other tests” set with spark.gluten.sql.columnar.forceShuffledHashJoin=false.
  • Add a Spark 3.5.5 unit test job that runs the slow test sets (ExtendedSQLTest + SlowHiveTest) with spark.gluten.sql.columnar.forceShuffledHashJoin=false.
  • Upload surefire XMLs and failure logs as workflow artifacts.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/velox_weekly.yml Outdated
Comment on lines +74 to +75
env:
SPARK_TESTING: true
Comment thread .github/workflows/velox_weekly.yml Outdated
Comment on lines +79 to +83
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
name: velox-native-lib-centos-7-${{github.sha}}
path: ./cpp/build/
Comment thread .github/workflows/velox_weekly.yml Outdated
Comment on lines +102 to +103
- name: Upload test report
uses: actions/upload-artifact@v4
Comment thread .github/workflows/velox_weekly.yml Outdated
Comment on lines +120 to +123
env:
SPARK_TESTING: true
LANG: C.UTF-8 #TODO remove after image update
LC_ALL: C.UTF-8
Comment thread .github/workflows/velox_weekly.yml Outdated
Comment on lines +127 to +131
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
name: velox-native-lib-centos-7-${{github.sha}}
path: ./cpp/build/
Comment thread .github/workflows/velox_weekly.yml Outdated
Comment on lines +149 to +150
- name: Upload test report
uses: actions/upload-artifact@v4
Copilot AI review requested due to automatic review settings July 16, 2026 07:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.

Comment on lines +192 to +197
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
name: velox-native-lib-${{github.sha}}
path: ./cpp/build/
- name: Prepare
Comment on lines +242 to +247
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
name: velox-native-lib-${{github.sha}}
path: ./cpp/build/
- name: Prepare Spark Resources for Spark 3.5.5 #TODO remove after image update
Comment on lines +183 to +186
spark-test-spark35-smj:
if: ${{ startsWith(github.repository, 'apache/') }}
needs: build-native-lib-x86
runs-on: ubuntu-22.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants