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

build: Disable upload-test-reports for macos-13 runner #933

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

viirya
Copy link
Member

@viirya viirya commented Sep 10, 2024

Which issue does this PR close?

Closes #839.

Rationale for this change

Fix CI failure like https://github.com/apache/datafusion-comet/actions/runs/10795858606/job/29943521019

What changes are included in this PR?

How are these changes tested?

@@ -211,7 +211,8 @@ jobs:
uses: ./.github/actions/java-test
with:
maven_opts: -Pspark-${{ matrix.spark-version }}
upload-test-reports: true
# https://github.com/codecov/codecov-action/issues/1549
# upload-test-reports: true
Copy link
Member Author

Choose a reason for hiding this comment

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

We don't use upload-test-reports for macos-test pipeline too.

As the feature causes error for this macos-test-with-spark4_0, we can disable it to restore the pipeline.

@viirya
Copy link
Member Author

viirya commented Sep 10, 2024

Btw, we only run macos-13 runner on main branch, not for pr build.

@viirya viirya merged commit 4bad468 into apache:main Sep 11, 2024
76 checks passed
@viirya
Copy link
Member Author

viirya commented Sep 11, 2024

Thanks @andygrove

@viirya viirya deleted the fix_macos_ci branch September 11, 2024 04:11
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.

macos-13 pipeline failure on codecov-action
2 participants