-
Notifications
You must be signed in to change notification settings - Fork 8
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
Release 1.6.0 #328
Release 1.6.0 #328
Conversation
I reviewed the integration tests for this PR.
@justinc1 can you confirm these findings? |
@justinc1 I replaced the 9.4.0 VSNS with the new 9.4.17 VSNS in da6c864. That commit is built on top of this PR. I believe it captures all of the places that need it. I also have an integration test for that version: https://github.com/ScaleComputing/HyperCoreAnsibleCollection/actions/runs/10582507411. Do you want to cherry-pick it here or should we submit it in a separate PR? |
This was IP of github CI runner VM; we reuse it also to run Ci NTP server. The runner had problems, during debugging I rebooted it, and it got new DHCP IP. The problem runner had - it was running out of disk "space" (but actually all inodes were used, not space). For now, I will just change the runner VM to static IP address 10.5.11.5. Maybe I need to ask Alex to reserve this (or some other IP). Fix #331
This worked before. I did update docker image we use for testing after 1.5.0, so we test with latest ansible-core, ansible-lint etc. Looks like we need to update our code (or, ansible-core might have regression). Fix - wanted to do this in #334, but I'm not able to reproduce. I even run
Fix #332
Maybe password expired; needs to be changed in Azure. Fix #331, we only needed to update password for test user.
During OIDC reconfiguration HC3 API (frequently) returns 500 error, collection has extra code to retry in this case - this warning is show https://github.com/ScaleComputing/HyperCoreAnsibleCollection/actions/runs/10554972693/job/29264590244#step:7:93. To make sure this works, the integ test runs 10 reconfigurations in loop, to check if there is some other error. This time it failed as API returned HTTP text instead of json - https://github.com/ScaleComputing/HyperCoreAnsibleCollection/actions/runs/10554972693/job/29264590244#step:7:105. I think the line Fix #333
Yes, this is my fault :/ After some CI workflow refactoring I noticed to late this error/warning. I will try something replace Fix TODO
Fix by Sam, #330 A separate PR. I will also have a few small PRs, for the errors above. And thank you @shoriminimoe . |
I will make sure we have a tracking item for this internally. The API should be behaving that poorly. I created #330 to merge the CI changes. Unless it needs changes, feel free to merge it if I'm offline. |
Signed-off-by: Justin Cinkelj <[email protected]>
Signed-off-by: Justin Cinkelj <[email protected]>
Signed-off-by: Justin Cinkelj <[email protected]>
5cbc392
to
d458a49
Compare
Signed-off-by: Justin Cinkelj <[email protected]>
see #327
Integ test: