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

Add test pipeline for Mac aarch64 #9191

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Add test pipeline for Mac aarch64 #9191

merged 1 commit into from
Feb 12, 2024

Conversation

viirya
Copy link
Member

@viirya viirya commented Feb 10, 2024

Which issue does this PR close?

Closes #9117.

Rationale for this change

What changes are included in this PR?

Add new CI pipeline for Mac OSX aarch64:

Screenshot 2024-02-10 at 11 57 19 AM

Are these changes tested?

Are there any user-facing changes?

@viirya
Copy link
Member Author

viirya commented Feb 10, 2024

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thanks @viirya -- this looks great to me

I took a quick look at the new CI run https://github.com/apache/arrow-datafusion/actions/runs/7857228221/job/21440868333?pr=9191

and it looks quite nice 👨‍🍳 👌

@@ -308,6 +308,22 @@ jobs:
cd datafusion-cli
cargo test --lib --tests --bins --all-features

macos-aarch64:
name: cargo test (macos-aarch64)
runs-on: macos-14
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@viirya
Copy link
Member Author

viirya commented Feb 10, 2024

I verified that the bug fixed in #9163 can be caught by this new CI pipeline: https://github.com/viirya/arrow-datafusion/actions/runs/7857579868/job/21441628336 when I reverted the fix:

Screenshot 2024-02-10 at 2 51 31 PM

@alamb
Copy link
Contributor

alamb commented Feb 11, 2024

FYI @Jefffrey

@alamb
Copy link
Contributor

alamb commented Feb 11, 2024

Let's plan to merge this tomorrow unless others would like more time to review

Copy link
Contributor

@Jefffrey Jefffrey left a comment

Choose a reason for hiding this comment

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

Looks good 👍

@alamb alamb merged commit d7dcb12 into apache:main Feb 12, 2024
23 checks passed
@viirya
Copy link
Member Author

viirya commented Feb 12, 2024

Thank you @alamb @Jefffrey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: add support for M1 macOS runner
3 participants