-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-29787 Run Yetus General Checks as a GitHub Action #7566
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
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
I think this is working. Please help me out by double-checking that the checks run by the new system have parity with the jenkins build. |
Let's just try it on a special branch? Scripts are always hard to review... |
|
Ah, I saw the checks, let me check the result... |
|
Seems we missed lots of checks... |
we need to override these after the githubactions robot sets them so that they point to our nightlies upload path.
ac1fe1c to
cdbbdc1
Compare
This comment has been minimized.
This comment has been minimized.
cdbbdc1 to
0d236cd
Compare
|
(!) A patch to the testing environment has been detected. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
(!) A patch to the testing environment has been detected. |
1 similar comment
|
(!) A patch to the testing environment has been detected. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
Okay team, I think this is ready for review. I'll delete the last commit that introduces breakage before merging. But here you can see that we appear to have feature parity with jenkins, using the nightlies server instead of ci-hbase for hosting build results. |
| SUREFIRE_SECOND_PART_FORK_COUNT: "0.5C" | ||
| HADOOP_PROFILE: "3.0" | ||
| BRANCH_NAME: "${{ github.base_ref }}" | ||
| DEBUG: 'true' |
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.
Let's leave this enabled for a bit in case there are other issues that come up.
| BUILD_THREAD: "4" | ||
| SUREFIRE_FIRST_PART_FORK_COUNT: "0.5C" | ||
| SUREFIRE_SECOND_PART_FORK_COUNT: "0.5C" |
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.
No idea how to tune these values for an action runner.
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.
The action runners are VMs with dedicated CPUs, and in my experience don't suffer from noisy neighbors like Jenkins executors do. I would probably do 2C to take full advantage of the CPUs.
|
Would appreciate your review on this as well, @gmcdonald . |
No description provided.