-
Notifications
You must be signed in to change notification settings - Fork 133
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 references to kinesisanalyticsv2.Application #1039
Add references to kinesisanalyticsv2.Application #1039
Conversation
f73bfba
to
075e65c
Compare
075e65c
to
2867c77
Compare
/test-examples="examples/kinesisanalyticsv2/application.yaml" |
/test-examples="examples/kinesisanalyticsv2/applicationsnapshot.yaml" |
/test-examples="examples/kinesisanalyticsv2/application.yaml" |
@mbbush, we have a release planned for Thursday, February 1st, please check uptest runs if you are still considering moving this PR forward. |
@turkenf I will rebase, rerun codegen, and rerun uptest, but I expect the tests to fail again on the import step for the |
9809706
to
7e34428
Compare
/test-examples="examples/kinesisanalyticsv2/v1beta1/application.yaml" |
/test-examples="examples/kinesisanalyticsv2/v1beta1/applicationsnapshot.yaml" |
Run https://github.com/upbound/provider-aws/actions/runs/7745911112/job/21122975155 would have passed if not for #978, and will pass once provider-aws consumes the latest changes from uptest. Here's the final manifest before it times out:
|
/test-examples="examples/kinesisanalyticsv2/v1beta1/applicationsnapshot.yaml" |
Signed-off-by: Matt Bush <[email protected]>
…alyticsv2 Signed-off-by: Matt Bush <[email protected]>
Signed-off-by: Matt Bush <[email protected]>
Signed-off-by: Matt Bush <[email protected]>
7e34428
to
169cd66
Compare
Signed-off-by: Matt Bush <[email protected]>
/test-examples="examples/kinesisanalyticsv2/v1beta1/application.yaml" |
We can continue this PR by sharing the manual test results without waiting for the uptest to be successful, @mbbush. Maybe if the uptests of the existing examples pass successfully, we can add new example manifests with the references you added and add manual intervention to them, what do you think? |
This provider repo does not have enough maintainers to address every pull request. Since there has been no activity in the last 90 days it is now marked as |
This pull request is being closed since there has been no activity for 14 days since marking it as |
Description of your changes
kinesisanalyticsv2
was renamed without thev
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
With uptest. The test runs in the cloud fail on the import step because of #978, but otherwise pass. I checked the logs from https://github.com/upbound/provider-aws/actions/runs/7745911112/job/21122975155 (application) confirmed there were no other issues besides the id change on the Object.s3 resource. The applicationsnapshot test failed because the aws account for uptest hit a limit on the maximum number of VPCs. I'm rerunning it.
I opened upbound/official-providers-ci#173 to add functionality to uptest to allow skipping the same-id check on a per-resource basis, and when I run that version of uptest locally, both
application.yaml
andapplicationsnapshot.yaml
pass completely.