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

[INFRA] Derive from Apache Software Foundation Parent POM #8930

Merged
merged 5 commits into from
Mar 12, 2025

Conversation

yaooqinn
Copy link
Member

@yaooqinn yaooqinn commented Mar 7, 2025

What changes were proposed in this pull request?

This PR adds pom parent Apache Software Foundation Parent POM

https://maven.apache.org/pom/asf/

@github-actions github-actions bot added the CORE works for Gluten Core label Mar 7, 2025
Copy link

github-actions bot commented Mar 7, 2025

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

Copy link

github-actions bot commented Mar 7, 2025

Run Gluten ClickHouse CI on ARM

1 similar comment
Copy link

github-actions bot commented Mar 7, 2025

Run Gluten ClickHouse CI on ARM

Copy link

github-actions bot commented Mar 7, 2025

Run Gluten ClickHouse CI on ARM

Copy link

github-actions bot commented Mar 7, 2025

Run Gluten ClickHouse CI on ARM

Copy link

github-actions bot commented Mar 7, 2025

Run Gluten ClickHouse CI on ARM

Copy link

Run Gluten ClickHouse CI on ARM

@@ -154,7 +154,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.21.0</version>
<configuration>
<skipTests>false</skipTests>
Copy link
Contributor

Choose a reason for hiding this comment

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

@yaooqinn, could you explain why we need this?

Copy link
Member Author

Choose a reason for hiding this comment

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

The behavior here is AS-IS. Since the ASF pom brings surefire-plugin and enables it globally by default, we disable it in our parent pom and restore it here.

Copy link
Member Author

Choose a reason for hiding this comment

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

FYI, https://github.com/apache/incubator-gluten/actions/runs/13717946244/job/38366738976

One of the reasons why we need to disable the surefire-plugin is that one of our CI job failed w/ unknown parameters

See the License for the specific language governing permissions and
limitations under the License.
-->
~ Licensed to the Apache Software Foundation (ASF) under one or more
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you help add the license in some other pom.xml?

Copy link
Member Author

Choose a reason for hiding this comment

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

Let's do it separately to make the scope here clear

Copy link
Contributor

@PHILO-HE PHILO-HE left a comment

Choose a reason for hiding this comment

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

Thank you for your work!

@PHILO-HE PHILO-HE merged commit 82e4eee into apache:main Mar 12, 2025
51 checks passed
@yaooqinn yaooqinn deleted the asf branch March 12, 2025 02:50
yikf pushed a commit to yikf/incubator-gluten that referenced this pull request Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CORE works for Gluten Core TOOLS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants