-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Pin Ansible version for Aurora Store IT tests to 9.x.y stream #30212
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
Conversation
|
@ryanemerson - thank you for this PR. Looking at the fix, I searched |
|
@ahus1 In the |
Not so sure about that - IMHO we use it to run the benchmarks. See https://github.com/keycloak/keycloak-benchmark/blob/406553252e6c5eee7ae0d2d2869e1838d101adfd/.github/actions/ec2-create-instances/action.yml#L16 Do you want to reconsider, or should I merge? |
|
Argh sorry, I was very wrong indeed! I completely forgot about the benchmark execution 🙃 Looking at keycloak-benchmark some more, it seems we use I think the Keycloak repository should work using the same method as ^, so maybe I should change this PR so we use the same approach as |
I'd think so, too. Please give it a try. Looking at the commands, I see that we call |
Closes keycloak#30201 Signed-off-by: Ryan Emerson <[email protected]>
6c8a20e to
f4505cb
Compare
Unreported flaky test detectedIf the flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.model.user.UserModelTest#testAddRemoveUsersInTheSameGroupConcurrentKeycloak CI - Store Model Tests org.keycloak.testsuite.model.session.SessionTimeoutsTest#testOfflineUserClientIdleTimeoutSmallerThanSessionOneRefreshKeycloak CI - Store Model Tests org.keycloak.testsuite.model.user.UserModelTest#testAddRemoveUserConcurrentKeycloak CI - Store Model Tests org.keycloak.testsuite.model.user.UserModelTest#testAddRemoveUserConcurrentKeycloak CI - Store Model Tests |
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.
Unreported flaky test detected, please review
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.
Unreported flaky test detected, please review
Unreported flaky test detectedIf the flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.model.user.UserModelTest#testAddRemoveUsersInTheSameGroupConcurrentKeycloak CI - Store Model Tests org.keycloak.testsuite.model.session.SessionTimeoutsTest#testOfflineUserClientIdleTimeoutSmallerThanSessionOneRefreshKeycloak CI - Store Model Tests org.keycloak.testsuite.model.user.UserModelTest#testAddRemoveUserConcurrentKeycloak CI - Store Model Tests org.keycloak.testsuite.model.user.UserModelTest#testAddRemoveUserConcurrentKeycloak CI - Store Model Tests |
|
Aurora CI job passing on my fork with the latest changes: https://github.com/ryanemerson/keycloak/actions/runs/9403943881/job/25901942052 |
ahus1
left a comment
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.
Thank you for this PR - we are now better aligned with the KCB project than ever!
Closes #30201
Successful run on my fork: https://github.com/ryanemerson/keycloak/actions/runs/9399087517/job/25886139601