-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add gitlab configuration #429
Comments
@sbilello have you already set up Gitlab to use Rover and have something to share already that we can build off? I've never used Gitlab for CI and am just curious 😄 |
No! I didn't :) We use it in our CI/CD pipeline GitLab so I was trying to get this information to share with my infra team! Maybe you can spin up a docker container with gitlab https://docs.gitlab.com/omnibus/docker/ |
fixed by #1513 |
Merged
EverlastingBugstopper
added a commit
that referenced
this issue
Feb 17, 2023
# [0.12.0] - 2023-02-17 ## 🚀 Features - **Allow `rover subgraph check` to execute without operation check results - @jsegaran, #1490** Apollo Studio now allows you to disable operation checks for a graph variant. Older versions of Rover will fail to parse the result of a check without a result for an operation check and return an error. Running the same check in versions of Rover after 0.12.0 will succeed when operation checks are disabled. ## 🛠 Maintenance - **Fix up xtask test runner - @EverlastingBugstopper, #1505** `cargo xtask test` detects failed tests and reruns them with some arguments. Unfortunately the code to insert `--target` arguments was in the wrong order and resulted in confusing internal error messages on failed tests, this is now fixed. ## 📚 Documentation - **Adds Gitlab CI/CD Instructions - @ugurcemozturk, #1513 fixes #429**
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add documentation on how to use rover with Gitlab
https://www.apollographql.com/docs/rover/ci-cd/
The text was updated successfully, but these errors were encountered: