-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adding support for Microsoft.Web sites/sourcecontrols #4491
Conversation
│ │ │ └── RuntimeVersion: *string | ||
│ │ ├── ContainerConfiguration: *Object (4 properties) | ||
│ │ │ ├── ImageName: *string | ||
│ │ │ ├── Password: *genruntime.SecretReference |
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.
Nice.
/ok-to-test sha=cbf55fc |
@theunrepentantgeek I have renamed the file as requested. Can you please have a relook. Thanks. |
@theunrepentantgeek Gentle reminder : ) Can you please have a look and see if this can be merged. |
/ok-to-test sha=3a05eb5 |
Looking good. I've triggered our CI pipeline to run. |
CI builds are failing during replay of the test Typically, these are easy to resolve. In most cases re-recording the test is sufficient. Sometimes, these failures indicate a need to implement a resource extension to customize the reconciliation. I'll investigate to see if that's necessary, but in the meantime, it would be worth deleting the existing recording and re-recording the test with TEST_FILTER=Test_Web_SitesSourcecontrol_CRUD TIMEOUT=60m task controller:test-integration-envtest Once re-recorded, run the test again to ensure the recording does playback properly. |
2bda8a7
to
b4df8fb
Compare
@theunrepentantgeek I have re-recorded the test and re-ran it locally. It is showing as passed. Below screenshot for reference. Kindly take a look. ![]() |
Thanks for the update; I'll trigger our CI runs now. |
I pulled your branch and ran that test locally with TEST_FILTER=Test_Web_SitesSourcecontrol_CRUD TIMEOUT=60m task controller:test-integration-envtest Test output included
which looks really good. CI is now running, hopefully it will return the same verdict. |
/ok-to-test sha=b4df8fb |
Thanks @nishant221, much appreciated. |
Closes #4490
What this PR does
Add Support for Microsoft.Web sites/sourcecontrols
How does this PR make you feel? Excited :)
Checklist