-
Notifications
You must be signed in to change notification settings - Fork 67
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
Replace buildkite with GHA #354
Conversation
This will require changes to our repo security settings to the CI pipeline as a required step
docker: "*" | ||
command: "make ci-build" | ||
plugins: | ||
- docker-compose#v3.1.0: |
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.
Am I missing something or did we remove the docker and docker compose file? Was it not needed?
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.
These aren't needed for GHA at least. No idea if they were for buildkite: I've not worked with it
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.
Thanks!
What changed?
Our Buildkite CI config was replaced with GitHub actions
Why?
We're trying to deprecate buildkite in general; the server repo has already done so
Breaking changes
None.