-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
HADOOP-17354. Move Jenkinsfile outside of the root directory. #2647
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.
Makes sense, but not sure why the Jenkins job didn't run for this PR?
The hadoop-multibranch job first searches |
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.
Thanx @aajisaka for confirming. I guess that we can change, Do give a check once you merge this.
Thank you @ayushtkn |
Reviewed-by: Ayush Saxena <[email protected]> (cherry picked from commit 84b154e)
Reviewed-by: Ayush Saxena <[email protected]> (cherry picked from commit 84b154e)
Reviewed-by: Ayush Saxena <[email protected]> (cherry picked from commit 84b154e)
Reviewed-by: Ayush Saxena <[email protected]> (cherry picked from commit 84b154e)
JIRA: https://issues.apache.org/jira/browse/HADOOP-17354
The Jenkinsfile is placed under the project root directory, so when the Jenkinsfile is changed, all the Hadoop unit tests will run and it wastes a lot of time and resources. Let's move the file outside of the root directory.
If approved, I'll commit this to all the active branches and update the config of hadoop-multibranch job to specify the new location of the Jenkinsfile.