Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Fix Gluten IT CI and add Spark 3.5 #6224

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wForget
Copy link
Member

@wForget wForget commented Mar 28, 2024

🔍 Description

Issue References 🔗

This pull request fixes #

Describe Your Solution 🔧

Fix Gluten IT CI and add Spark 3.5 CI

Types of changes 🔖

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Test Plan 🧪

Behavior Without This Pull Request ⚰️

Behavior With This Pull Request 🎉

Related Unit Tests


Checklist 📝

Be nice. Be informative.

@github-actions github-actions bot added kind:infra license, community building, project builds, asf infra related, etc. kind:build module:integration-tests labels Mar 28, 2024
@wForget wForget changed the title []WIP Fix Gluten IT CI and add Spark 3.5 [WIP] Fix Gluten IT CI and add Spark 3.5 Mar 28, 2024
@wForget wForget self-assigned this Mar 29, 2024
path: gluten/package/target/
key: gluten_package_${{ steps.date.outputs.date }}
path: gluten/dist/
key: gluten_dist_${{ steps.date.outputs.date }}
- name: Build gluten project
run: |
if [[ "${{ steps.gluten-cache.outputs.cache-hit }}" != 'true' ]]; then
git clone https://github.com/oap-project/gluten.git
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
git clone https://github.com/oap-project/gluten.git
git clone https://github.com/apache/incubator-gluten.git

Copy link
Member Author

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:build kind:infra license, community building, project builds, asf infra related, etc. module:integration-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants