-
Notifications
You must be signed in to change notification settings - Fork 841
Mandychen/migrate buildkite to GitHub actions #6946
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?
Mandychen/migrate buildkite to GitHub actions #6946
Conversation
@bowenxia After I reran it it seems like it fixed itself. I think it might have been a timing issue where Cassandra was not fully done initializing before the next command ran so it ran into a path not found error? I never ran into any issues with tests failing in GitHub Actions except for in the unit test when running |
What changed?
Added Github Actions implementation to buildkite pipeline pipeline-master.yml
Why?
To keep all the pipelines in the same place
How did you test it?
Ran the pipeline through my own commits. Plan to test on different commits and compare outcomes with prior buildkite pipeline
Potential risks
Some issues aren't caught because they weren't caught in the pipeline. Some good PRs cant be merged because they were falsely caught by the pipeline
Release notes
Documentation Changes