Replace negz/provider-nop with crossplane/provider-nop#23
Conversation
Signed-off-by: Rahul Grover <rahulgrover99@gmail.com>
negz
left a comment
There was a problem hiding this comment.
All the tests pass successfully except TestConfiguration. That might require updating the configuration image being used for the test.
Could you elaborate on what is failing? Maybe paste the test failure in a comment.
| Spec: pkgv1.ProviderSpec{ | ||
| PackageSpec: pkgv1.PackageSpec{ | ||
| Package: "negz/provider-nop:v0.1.0", | ||
| Package: "crossplane/provider-nop:main", |
There was a problem hiding this comment.
Should we cut a release of provider-nop we can pin to? I can take care of doing that, since I believe it will require adding some secrets to the provider-nop GitHub repo.
There was a problem hiding this comment.
That will be great. Thanks!
|
In the which resulted in the following failure: |
Signed-off-by: Rahul Grover rahulgrover99@gmail.com
Description of your changes
Since provider-nop is ready to use, it might be a good idea to use the same for conformance tests. I have replaced occurrences of
negz/provider-nopwithcrossplane/provider-nopand added essential spec required for the same.I have:
make reviewable testto ensure this PR is ready for review.How has this code been tested
I've run the test on a local kind cluster running Crossplane 1.2. All the tests pass successfully except
TestConfiguration. That might require updating the configuration image being used for the test.