-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-27006 Move nightly integration testing to new larger test node class. #4438
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
here's an example nightly run on a feature branch that looks to go smoothly: https://ci-hbase.apache.org/job/HBase%20Nightly/job/HBASE-27006/2/ |
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.
LGTM. Try it. Do you have to make subsequent change to make it so only the integration tests run on hbase-large? Thanks.
this should already do that. the large nodes don't have the |
…st node class. (apache#4438)" This reverts commit f92c4ab.
…class. (apache#4438) (cherry picked from commit 76d20fc) Change-Id: Ibe5775fa93a7f89d0b54557dd9808bf73e3c2bbd
Since the integration tests will eventually run on the large nodes w/k8s, have them start running their now to validate that we can schedule on the nodes.
Did a scan through our other jenkinsfiles and I believe everything except for
dev-support/adhoc_run_tests/Jenkinsfile
is strongly tied to thehbase
label and thus will stay off ofhbase-large
. I also don't think we have that job configured to run at all, so maybe a follow on should delete it.