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

[VL] Malformed CI job name #6956

Merged
merged 3 commits into from
Aug 21, 2024
Merged

Conversation

zhztheplayer
Copy link
Member

@zhztheplayer zhztheplayer commented Aug 21, 2024

  1. Rename the UT job for consistency
  2. Fix /__w/_temp/06ddeeec-4ccc-421b-91f8-8dad1d79e7b5.sh: line 1: mvn: command not found in UT job when centos 8 cache is hit (moving to another thread)

@zhztheplayer zhztheplayer changed the title [VL] Minor improvement for GHA CI config [VL] Minor improvements for GHA CI Aug 21, 2024
@zhztheplayer
Copy link
Member Author

@PHILO-HE

@apache apache deleted a comment from github-actions bot Aug 21, 2024
PHILO-HE
PHILO-HE previously approved these changes Aug 21, 2024
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.

Thanks for your fix!

@@ -605,6 +605,9 @@ jobs:
run: |
df -a
bash dev/ci-velox-buildshared-centos-8.sh
- name: Export Maven path
run: |
echo "PATH=${PATH}:/usr/lib/maven/bin" >> $GITHUB_ENV
Copy link
Contributor

@PHILO-HE PHILO-HE Aug 21, 2024

Choose a reason for hiding this comment

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

Seems the docker env doesn't contain installed maven? We should have to install maven if cache is hit.

Copy link
Member

Choose a reason for hiding this comment

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

Perhaps we can introduce an mvn wrapper script for Gluten like Spark did: https://github.com/apache/spark/blob/master/build/mvn

Copy link
Member Author

Choose a reason for hiding this comment

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

Perhaps we can introduce an mvn wrapper script for Gluten like Spark did: https://github.com/apache/spark/blob/master/build/mvn

Yes this is just what I am thinking about. Adding a mvnw could be a general solution here. I'd revert the changes and open a issue for that.

Copy link
Member Author

Choose a reason for hiding this comment

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

@github-actions github-actions bot removed the BUILD label Aug 21, 2024
@zhztheplayer zhztheplayer changed the title [VL] Minor improvements for GHA CI [VL] Malformed CI job name Aug 21, 2024
@zhztheplayer zhztheplayer merged commit eedc6cd into apache:main Aug 21, 2024
41 of 44 checks passed
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.

3 participants