-
Notifications
You must be signed in to change notification settings - Fork 11
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
[build] Add pr-jobs-linux check #10
Conversation
@fredia Would you please share the diff of this scripts with those in rocksdb repo? |
Sure, I updated the diff in the description, PTAL. |
@fredia Great job! Is it possible to add CI for macosx? |
Added |
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.
@fredia Good job! LGTM +1
This closes #6 |
(cherry picked from commit 0d7fea8)
What is the purpose of the change
Add pr-jobscheck, pr-jobs.yml is a simplified version of https://github.com/facebook/rocksdb/blob/main/.github/workflows/pr-jobs.yml, which only contains some checks on basic linux and macOS.
Since we are using the shared github machine as the runner, there are some minor differences:
build-linux
andbuild-linux-release
require gflags to be installed first.build-linux
are decreased from 32 to 8, to prevent accidental cancellation.Brief change log
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.