-
Notifications
You must be signed in to change notification settings - Fork 23
Adding e2e tests for ScalingConfig #76
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
Adding e2e tests for ScalingConfig #76
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Vandita2020 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
32fd770
to
21c47d8
Compare
/test all |
1 similar comment
/test all |
@Vandita2020: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/test all |
1 similar comment
/test all |
/retest |
d361088
to
0a83ef9
Compare
/test all |
0a83ef9
to
91f8ccc
Compare
/test all |
91f8ccc
to
d9fd2d9
Compare
/test all |
d9fd2d9
to
6879760
Compare
/test all |
6879760
to
9fec124
Compare
/test all |
9fec124
to
f6a9780
Compare
/test all |
f6a9780
to
9022198
Compare
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.
Merci beaucoup!
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: A-Hilaly, Vandita2020 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…llers-k8s#76) ### Update to ACK runtime `v0.33.0`, code-generator `v0.33.0` ---------- * ACK code-generator `v0.33.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.33.0) * ACK runtime `v0.33.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.33.0) ---------- NOTE: This PR increments the release version of service controller from `v0.0.32` to `v0.0.33` Once this PR is merged, release `v0.0.33` will be automatically created for `mq-controller` **Please close this PR, if you do not want the new patch release for `mq-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building mq-controller ==== Copying common custom resource definitions into mq Building Kubernetes API objects for mq Generating deepcopy code for mq Generating custom resource definitions for mq Building service controller for mq Generating RBAC manifests for mq Running gofmt against generated code for mq Updating additional GitHub repository maintenance files ==== building mq-controller release artifacts ==== Building release artifacts for mq-v0.0.33 Generating common custom resource definitions Generating custom resource definitions for mq Generating RBAC manifests for mq ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes:
Adding e2e tests for ScalingConfig
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.