-
Notifications
You must be signed in to change notification settings - Fork 434
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
Conversation
There was a problem hiding this 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!
.github/workflows/velox_docker.yml
Outdated
@@ -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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reverts commit 53db9db.
Fix(moving to another thread)/__w/_temp/06ddeeec-4ccc-421b-91f8-8dad1d79e7b5.sh: line 1: mvn: command not found
in UT job when centos 8 cache is hit