-
Notifications
You must be signed in to change notification settings - Fork 2
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
configuration-aws-database covered by uptest #1
Conversation
* Distilled SQLInstance abstraction out of platform-ref-aws * configuration-aws-network as dependency * uptest setup with waiting for --all configurations to avoid CRD establishing race conditions Signed-off-by: Yury Tsarev <yury@upbound.io>
/test-examples |
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.
@ytsarev thanks for the split - small nitpick
apiVersion: meta.pkg.crossplane.io/v1alpha1 | ||
kind: Configuration | ||
metadata: | ||
name: platform-ref-aws |
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.
configuration-aws-database
examples/configuration.yaml
Outdated
apiVersion: pkg.crossplane.io/v1 | ||
kind: Configuration | ||
metadata: | ||
name: platform-ref-aws |
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.
configuration-aws-database
Signed-off-by: Yury Tsarev <yury@upbound.io>
/test-examples |
@haarchri thanks a lot for review, sample Configuration updated, uptest is green, merging in :) |
Description of your changes
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR, as appropriate.How has this code been tested
local uptest run
plus uptest pipeline below